I want to copy all transitive dependencies for a list of artifacts in my assembly. If I use "dependency: copy" with a list of artifacts I just get all the jars defined In my list and not transitive dependencies.
And if I use dependency: copy-dependencies, it takes all the artifacts from my project's POM Instead of taking a list of artifacts. To make it clear my project depends on three artifacts A, B and C but I want to copy all the Transitive dependencies of another artifact D in a folder of my assembly. Any clues? Regards, Sandeep.
