You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Ilyevsky, Leonid (Equity Trading)" <Le...@ml.com> on 2005/05/17 19:39:58 UTC

Pack the application

After M2 Alpha2 release the <addClasspath> tag works fine, so I need to
do the next step.

I need to copy my main jar file artifact and all its dependencies to a
specified directory (or put them inside an archive).
Plus, it would be nice to pick up other resource files as well.
Right now I do it with a script, as temporary solution.

I saw this plugin:
http://www.ibiblio.org/maven2/maven-plugins/maven-javaapp-plugin/ .
Is this what I need? If so, how do I use it?
--------------------------------------------------------

If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Click here for important additional terms relating to this e-mail.     http://www.ml.com/email_terms/
--------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Pack the application

Posted by Brett Porter <br...@gmail.com>.
On 5/18/05, Ilyevsky, Leonid (Equity Trading) <Le...@ml.com> wrote:
> I saw this plugin:
> http://www.ibiblio.org/maven2/maven-plugins/maven-javaapp-plugin/ .
> Is this what I need? If so, how do I use it?
> --------------------------------------------------------
> 
This is still a Maven 1 plugin (http://maven-plugins.sf.net).

The assembly plugin in m2 does the same thing. It is used to build the
Ant Artifact tasks JAR, and the main Maven distribution for example.

http://maven.apache.org/maven2/plugins/

Cheers,
Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org