How to copy all the provided Maven dependency in a "provided-libs" directory?
I'm looking into this link and I find that there is a way to copy dependencies. But I want to copy into "provided-libs" only the dependencies whose scope is "provided".
Thank you so much!