> The problem with this method is that the maven install plugin only uses the
> version in the pom file, not the version passed in on the command line. This
> is noted in [this maven issue][1].

If you use "mvn release" rather than simply "mvn install", this is
handled for you via the release plugin. Since you are literally
"cutting a release", I think this is appropriate anyway.

"mvn install" only installs the artifacts in the local repo cache.
"mvn release" does a lot more.

You probably want to use the batch mode:
http://maven.apache.org/plugins/maven-release-plugin/howto.html

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to