On Sat, 2008-02-23 at 23:08 -0800, youhaodeyi wrote: > Maven downloads some jars my java application uses to the repository. The > repository also includes many jars that my application doesn't need. When I > release my software, how can I get the jars I need from the repository? >
Do you mean that you want to create a zip-file containing your code plus all of the libraries it depends on? Have a look at the documentation for the maven-assembly-plugin and the maven-dependency-plugin. Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
