You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Ballard, Ken" <Ke...@ACS-INC.com> on 2005/10/07 17:53:26 UTC

[M1.0.2] SCM plugin

I'm using the SCM plugin to do versioned releases and I love it. I have a
question that I wanted to ask so that I don't go scripting something in my
maven.xml that I didn't need to script. Here's my situation: after I've used
the SCM plugin to set the version and tag, I want the "currentVersion"
element in my project.xml file to be set to "SNAPSHOT" (maybe at some point
we'll want to distinguish between 1.2-SNAPSHOT and 1.3-SNAPSHOT, but for now
we don't need to). I want to do this because deploy-snapshot has been
deprecated and because it communicates that once you make a change to the
code that was versioned and tagged, you're building SNAPSHOTs rather than
the version that you previously released. 

It would really be helpful to hear opinions (especially from people that
worked on the SCM plugin) before I write the script.

Thanks,
Ken

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


Re: [M1.0.2] SCM plugin

Posted by Brett Porter <br...@gmail.com>.
We'd accept that change as a patch to the SCM plugin, since that's how
the m2 release plugin works.

- Brett

On 10/8/05, Ballard, Ken <Ke...@acs-inc.com> wrote:
> I'm using the SCM plugin to do versioned releases and I love it. I have a
> question that I wanted to ask so that I don't go scripting something in my
> maven.xml that I didn't need to script. Here's my situation: after I've used
> the SCM plugin to set the version and tag, I want the "currentVersion"
> element in my project.xml file to be set to "SNAPSHOT" (maybe at some point
> we'll want to distinguish between 1.2-SNAPSHOT and 1.3-SNAPSHOT, but for now
> we don't need to). I want to do this because deploy-snapshot has been
> deprecated and because it communicates that once you make a change to the
> code that was versioned and tagged, you're building SNAPSHOTs rather than
> the version that you previously released.
>
> It would really be helpful to hear opinions (especially from people that
> worked on the SCM plugin) before I write the script.
>
> Thanks,
> Ken
>
> ---------------------------------------------------------------------
> 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