You can use the assembly plugin to create a single distributable unit. It will create a tarball, zip, or jar from your project and dependencies.
- Brett On 7/16/05, Matthew L Daniel <[EMAIL PROTECTED]> wrote: > > Is there an easy/built in way to include the dependency jar files when > > building a jar package? Or do I need to build my own plugin? > > Sounds suspiciously like an EAR to me. If you ignore the > META-INF/application.xml, it's a zip file with all your jars packaged > together. That said, if you're "deploying" to a server, chances are you > would really want to use the actual deployed artifact type (war is > another that will do this). > > My USD$0.02, > -- /v\atthew > > --------------------------------------------------------------------- > 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]
