Hello, I'm using the dependency plugin in order to copy the dependencies from the repository to a target platform. The problem is that I need to copy also some artifacts that are not dependencies and using copy I have to specify the version, this is not very useful becasuse when the version changes the pom also has to be updated to copy the new version in the target directory. Is there any way more general to copy artifacts that are not dependencies in the target direcotry whitouth specify the version?
Thank you.
