Re: Copy groups of dependencies with dependency plugin

2009-08-04 Thread JeremieB
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- View this message in context: http://www.nabble.com/Copy-groups-of-dependencies-with-dependency-plugin-tp2476p24805528.html Sent from the Maven - Users mailing

Re: Copy groups of dependencies with dependency plugin

2009-08-04 Thread Chris
Thanks. This almost works. I had to add includeScopecompile/includeScope to the third execution. Now a new problem: it copies over the dependencies with a particular groupId, but not the transitive dependencies. I guess what I really want is jetty plus everything it depends on to go in a

Re: Copy groups of dependencies with dependency plugin

2009-08-04 Thread JeremieB
transitive dependencies with same groupId are included ? -- View this message in context: http://www.nabble.com/Copy-groups-of-dependencies-with-dependency-plugin-tp2476p24815731.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Copy groups of dependencies with dependency plugin

2009-08-04 Thread Brian Fox
? -- View this message in context: http://www.nabble.com/Copy-groups-of-dependencies-with-dependency-plugin-tp2476p24815731.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Copy groups of dependencies with dependency plugin

2009-08-03 Thread Chris
I'm having a rough time finding the magic syntax to get maven-dependency-plugin to copy dependencies to the right places. What I want to do is: 1. Copy dependencies with common groupIds to particular subdirectories. 2. Copy the rest of the compile-scope dependencies to the main /lib