When I use the dryRun option, it seems to work fine.  But then if I try
to use the standard release:prepare after a dry run, maven tells me that
the prepare step is finished and does not tag my release.  Is this a
bug?

If I set resume to "false" then the prepare step starts over and
everything works ok.  The problem that I'm having now, is that the
default scm url for my tag is not what I want, and I would like to be
able to change it manually after the using dry run option.


On Fri, 2007-03-02 at 15:52 +0100, Thorsten Heit wrote:
> Hi Christophe,
> 
> > I need to use the release plugin but I want to test it before really use 
> > it for release.
> > How can I do to NOT modify my svn trunk files. Is it better to work on a 
> > branch?
> 
> "mvn release:prepare -DdryRun=true"
> 
> Is that what you're looking for?
> (see http://maven.apache.org/plugins/maven-release-plugin/usage.html)
> 
> 
> HTH
> 
> Thorsten
> 
> ---------------------------------------------------------------------
> 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