On Jan 25, 2008 10:48 PM, Thomas Chang <[EMAIL PROTECTED]> wrote: > assumed we have a project with packaging jar. When we build the project > with "mvn package", a jar is build. But the dependencies in the project are > not included in the built jar. Is it possible to include the dependencies in > the built jar?
Take a look at the assembly plugin. There are a few standard assemblies... it sounds like jar-with-dependencies might be what you want. If not, you can define your own descriptor to create what you need. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
