Matthew L Daniel 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]

I agree...if you make a WAR, you can include the dependencies into the package by setting the war.bundle property of the dependency in the pom to true.

- henry

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to