Yeah, I too highly recommend the release plugin. It is ideal for going from
snapshots to a final veresion. I can't amagine doing it all manually.
Dave Hoffer
- sent via G1
On Jul 22, 2009 8:06 PM, "David C. Hicks" wrote:
The version is normally bumped by the maven-release-plugin. The typical
The version is normally bumped by the maven-release-plugin. The typical
release process would look like:
mvn release:prepare
mvn release:perform
In general, the whole process does several things: change the version
from SNAPSHOT to a release form, build your code to make sure it will
build and
Hi all,
Is there a way to set the version for the "mvn deploy" command? I tried
-Dversion=, and -Dproject.version=, and that didn't do
anything. Alternately (maybe even better), is there a command line to bump
[set] the version number in a project and all modules? I see there is the
versions pl