On 06/12/2007, Sonar, Nishant <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> I need to build on a machine and deploy the jar on another machine. Now
> there are dependencies in my jar are to be supplied with this jar, as it
> is no the build machine the classpath.
>
> How should I create a single distributable comprising all the jars? Like


you can use the maven-assembly-plugin to do this:

   http://maven.apache.org/plugins/maven-assembly-plugin

Myjar.jar
>
> |---com.myapp.app
>
> |---lib
>
>     |------dependent jars
>
>
>
>
>
> Regards,
>
> Nishant Sonar
>
>


-- 
Cheers, Stuart

Reply via email to