I don't need to build the reactor project, i just need the
maven-dependency-plugin, with the task dependency:copy-dependencies to
download in a specific folder, its dependencies, but only the external ones,
excluding other projects that may be in the reactor.

E.g.

A depends on EXT.1 EXT.2 and B

B depends on EXT.3 and

if i run the task on A but B was not installed before in the local repo, it
fails, even if i try to exclude B, because is going to check the transitive
dependencies of B, i suppose. I could try to exclude transitive
dependencies, but, even if it works,  this would exclude also transitive
dependencies of EXT.1 and EXT.2 that i need.






--
Sent from: http://maven.40175.n5.nabble.com/Maven-Users-f40176.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to