Hello list!

I use Git, maven-release-plugin, Hudson, and the Hudson M2 Release
Plugin. Can I perform a release from a Git branch other than "master"?

Right now, to do a release, Hudson checks out the "master" branch and
calls "mvn release:prepare release:perform". If the release succeeds,
the M2 Extra Steps Plugin runs "git push origin master `git tag | grep
-v ^hudson`" to update Git tags.

If I change my Hudson config to build a different branch, like
"1.2.x", will the maven-release-plugin still do the right thing?

Thanks,
-Stuart Sierra
clojure.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to