Hi, You could unpack these 4 jars with dependency plugin ( dependency:unpack* goals) to target directory before making project jar.
2009/8/21 raghuprasad <[email protected]> > > 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] > > -- Regards, Alexander
