http://www.sonatype.com/people/2009/08/how-to-make-an-executable-jar-in-maven/
On Fri, Aug 21, 2009 at 4:43 AM, raghuprasad<[email protected]> wrote: > > Hello experts, > > My project has some 25 dependent jar files. I am using maven-copy-dependency > plug in to copy the jar to some location from my local repository. Also used > to maven-jar-plug in to add the corresponding class path entry. > > Now for some reason i need 4 jars files to be present inside my main jar > file i.e my project jar file. I have used <excludeArtifactIds> tag in > maven-copy-dependency plug in to exclude those 4 jars. Please let me know > which plug in to use to copy those jar files into my main jar file. also > maintaining the appropriate class path entries. > > Any help will be greatly appreciated. > > Thanks, > Raghu > -- > View this message in context: > http://www.nabble.com/Copy-Dependent-jars-to-main-jar-tp25075913p25075913.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
