You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by BRUNOT Sébastien <Se...@vizzavi.fr> on 2003/07/11 13:42:08 UTC

Beginner question about dist

Hi,

An artifact can be a jar, a war, an ear... But the dist plugin only
distribute jars. Why ?

Sebastien BRUNOT

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


RE: Beginner question about dist

Posted by Vincent Massol <vm...@pivolis.com>.
Sebastien,

Don’t use the dist plugin. I've never had to use it and I believe it is
deprecated now with the new artifact plugin.

If you want to deploy your ejb/ear/jar, simply use the corresponding
goal. For example:

jar:install (ear:install, etc)
jar:deploy
jar:deploy-snapshot
etc

see plugin documentation

-Vincent

> -----Original Message-----
> From: BRUNOT Sébastien [mailto:Sebastien.BRUNOT@vizzavi.fr]
> Sent: 11 July 2003 13:42
> To: 'users@maven.apache.org'
> Subject: Beginner question about dist
> 
> Hi,
> 
> An artifact can be a jar, a war, an ear... But the dist plugin only
> distribute jars. Why ?
> 
> Sebastien BRUNOT
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org



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