Hi, > 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?
I haven't used the release plugin a lot, but as far as I have seen the plugin creates a file that contains information that will be used later when you perform the release. In that case you can clean up after the preparation by executing "mvn release:clean" (see also http://maven.apache.org/plugins/maven-release-plugin/) > 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. Sorry, don't know about this... Perhaps there's more to be found at the above URL or in the wiki at http://docs.codehaus.org/display/MAVENUSER/Home HTH Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]