org.apache.maven.plugins.release
Class BranchReleaseMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.release.AbstractReleaseMojo
org.apache.maven.plugins.release.BranchReleaseMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class BranchReleaseMojo
- extends AbstractReleaseMojo
Branch a project in SCM, using the same steps as the release:prepare goal, creating a branch instead of a tag.
For more info see http://maven.apache.org/plugins/maven-release-plugin/examples/branch.html.
- Since:
- 2.0-beta-6
- Version:
- $Id: BranchReleaseMojo.html 816536 2012-05-08 11:41:06Z hboutemy $
- Author:
- Emmanuel Venisse
- Aggregates the Maven project and its child modules.
- Is defined by the goal name:
- branch
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BranchReleaseMojo
public BranchReleaseMojo()
execute
public void execute()
throws MojoExecutionException,
MojoFailureException
-
- Specified by:
execute
in interface Mojo
- Overrides:
execute
in class AbstractReleaseMojo
- Throws:
MojoExecutionException
MojoFailureException
Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.