Re: generate JAR and all dependecy jars to a folder automatically

2006-11-22 Thread Martin Vysny
On Wed, 2006-11-22 at 10:20 +0100, [EMAIL PROTECTED] wrote: > Hi, > > is there any possibility with maven (or a different tool) to create a folder > with the JAR of the project and all necessary JAR dependency files to run the > application? > Right now i have to copy the other JAR files manuall

Re: generate JAR and all dependecy jars to a folder automatically

2006-11-23 Thread franz see
Good day, That or codehaus' dependency-maven-plugin. You can use the documentation for maven-dependency-plugin ( [1] ) as dependency-maven-plugin's documenation since they are practically the same. Cheers, Franz [1] http://maven.apache.org/plugins/maven-dependency-plugin/ Martin Vysny-2 wrot