> 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]
