I am trying to create an automated branching mechanism, and am trying to understand the branch goal of the release plugin.
According to the "Specify versions on the command line." section on the plugin's page I should be able to specify the next development version's number right on the command line. There's an example there, but I can't for the life of my figure it out... It talks about using something like "-Dproject.dev.org.myCompany:projectA=2.0-SNAPSHOT" on the plugin's page, but it doesn't seem to work. The problem I am having is that ALL of our version numbers are 3 digits (e.g. X.Y.Z-SNAPSHOT), and the next dev version needs to have the minor version upped (e.g. Y+1). There is absolutely no way we can use just two as suggested elsewhere in the list. I want to be able to pass parameters to the plugin to specify that my next development version should be X.Y+1.0-SNAPSHOT -- I can pass the value in... I just can't seem to figure out how. Any thoughts, especially examples, would be welcome. Thanks, Trevor -- View this message in context: http://www.nabble.com/usage-of-maven-release-plugin%27s-branch-feature-tp20629883p20629883.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]
