Re: Maven release from Git branch

2011-09-23 Thread Stuart Sierra
On 17/09/2011, at 12:37 AM, Stuart Sierra wrote: 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? On Mon, Sep 19, 2011 at 4:17 AM, Brett Porter br...@apache.org wrote: I believe so. You may need to set the

Re: Maven release from Git branch

2011-09-19 Thread Brett Porter
On 17/09/2011, at 12:37 AM, Stuart Sierra wrote: 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

Maven release from Git branch

2011-09-16 Thread Stuart Sierra
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