Well, I am pretty new as well but I have been putting some thought into
this.

If you are deploying snapshots, simply the "unique version" option. This
ensures your snapshots never get clobbered.

For releases, I would use the release plugin. This plugin calculates for
you, or asks you for, a new version to use after the release. It
modifies the <version> tag of your pom with the new version and commits
it back to source control so you can't "clobber" an existing release
when you wish to generate a new one.


---
Todd Thiessen

-----Original Message-----
From: solo1970 [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 03, 2008 10:02 AM
To: users@maven.apache.org
Subject: Re: [deploy-plugin] Abort deploy when a target is present


Somehow I'm getting a little bit lost!!!  I tried to read the feeds but
I don't quite get it! 

I'm just starting out with Maven (ver. 2.0.9) and I would like to have
this feature of NO re-reployement of the same version.  Can someone
summarize? 

How do I do this?  Is it available???? 

Sonia 


MATHUS Baptiste wrote:
> 
> Hi all,
> 
> Recently, some developers did a release manually. So they put a 
> release version in the pom and triggered a deploy. Everything fine
but...
> The thing is: they forgot to re-update the pom.version to a new 
> snapshot version.
> 
> So, as the code is continuously integrated, at each new commit, the 
> recent release was "automatically" overridden many times with the 
> snapshot code before realizing it :-/.
> So, what I would like is to be able to put an additional option for 
> maven when run inside the continuous integration server, something 
> like -DdontOverrideRelease, that would make fail the deployment if the

> released artefact is already present.
> 
> I've taken a quick look at
> http://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html 
> but it seems it's not currently possible.
> What do you think? Can a file an feature request about it in the 
> plugin tracker?
> 
> Thanks a lot.
> 
> Cheers.
> --
> Baptiste
> 
> 
> 

--
View this message in context:
http://www.nabble.com/-deploy-plugin--Abort-deploy-when-a-target-is-pres
ent-tp16329568p20814596.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
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