Vincent-

I've been using the dist plugin for the past few weeks for making
downloadable zip files with the jar & the Javadocs... what's the new way
to do this, as I don't see the artifact goals listed on my printout for
Maven-1.0-b9


Luciano

-----Original Message-----
From: Vincent Massol [mailto:[EMAIL PROTECTED]
Sent: Friday, July 11, 2003 3:42 PM
To: 'Maven Users List'
Subject: RE: Beginner question about dist


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:[EMAIL PROTECTED]
> Sent: 11 July 2003 13:42
> To: '[EMAIL PROTECTED]'
> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to