It isn't possible actually.We do that to enforce our users to have SNAPSHOTs
version in their SVN

Arnaud

On Tue, Oct 6, 2009 at 11:50 PM, Rémy <[email protected]> wrote:

>
> Hello,
>
> The maven-release-plugin works like that :
>
>    * Check that there are no uncommitted changes in the sources
>    * Check that there are no SNAPSHOT dependencies
>    * Change the version in the poms from x-SNAPSHOT to a new version (you
> will be prompted for the versions to use)
>    * Transform the SCM information in the POM to include the final
> destination of the tag
>    * Run the project tests against the modified POMs to confirm everything
> is in working order
>    * Commit the modified POMs
>    * Tag the code in the SCM with a version name (this will be prompted
> for)
>    * Bump the version in the POMs to a new value y-SNAPSHOT (these values
> will also be prompted for)
>    * Commit the modified POMs
>
>
> http://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html
>
> Is it possible to run everything except the last two points. I don't want
> to
> initialize the snapshots of all projects for the next version.
>
> Thanks.
>
> Rémy
> --
> View this message in context:
> http://www.nabble.com/Release-a-version-tp25777117p25777117.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]
>
>

Reply via email to