On Thu, Dec 4, 2008 at 10:29 AM, Matthew Jaskula <[EMAIL PROTECTED]> wrote: > Are you suggesting that our CI server performs a 'mvn release' nightly? From > the documentation that you linked to it seems like this is not intended to > be an automated process, as there are several steps that prompt the user for > information. I assume that you can provide this information on the command > line?
There is a batch mode in the release plugin - see http://maven.apache.org/plugins/maven-release-plugin/howto.html . You could do a release:prepare/perform, or release:prepare/stage. You would probably want to use a profile that sets autoVersionSubmodules and configures the developmentVersion and releaseVersion parameters. I kind of wish there was a way to do this WITHOUT committing and doing the tag somehow. You might have to do it by hand. Maybe a new plugin? - John --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
