You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nicolas Jouanin <ni...@gmail.com> on 2008/04/21 16:12:49 UTC

Packaging an application with Maven

Hi,

I'd like to know if it was possible with maven to set some configuration so
it can package an application and generate a distribuable archive file
including source, distribuables, javadocs, license file and so on. I mean
some archive having the following directory layout and content:
src/  : contains application source
dist/ : contains deployable binaries
docs/ : contains project javadoc
LICENSE : license file
README.txt : some readme content
...

Thanks for help,

Nico.

Re: Packaging an application with Maven

Posted by Arnaud HERITIER <ah...@gmail.com>.
You may find the assembly plugin useful.
You can have a look at how continuum or archiva are using it to create
theirs distributions.

Arnaud

On Mon, Apr 21, 2008 at 4:12 PM, Nicolas Jouanin
<ni...@gmail.com> wrote:
> Hi,
>
>  I'd like to know if it was possible with maven to set some configuration so
>  it can package an application and generate a distribuable archive file
>  including source, distribuables, javadocs, license file and so on. I mean
>  some archive having the following directory layout and content:
>  src/  : contains application source
>  dist/ : contains deployable binaries
>  docs/ : contains project javadoc
>  LICENSE : license file
>  README.txt : some readme content
>  ...
>
>  Thanks for help,
>
>  Nico.
>



-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

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