Re: dependency-copy

2008-03-05 Thread sandeep28
Hi Stephen, I did that, I made a seperate POM with all desired artifacts and used copy-dependencies to take all transitive dependency in a new folder, but now how to include this new POM in my original POM. If I create a module in my original POM, maven expects packaging type in aggregator POM

Re: dependency-copy

2008-03-05 Thread sandeep28
I want something like to run mvn clean install on my original POM and make an assembly which has all jars which I extracted using newly made POM. sandeep28 wrote: Hi Stephen, I did that, I made a seperate POM with all desired artifacts and used copy-dependencies to take all transitive