Class BranchMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="branch",
          defaultPhase=INITIALIZE,
          threadSafe=true)
    public class BranchMojo
    extends AbstractGitMojo
    This goal provides the currently checked out Git branch in the "mavanagaiata.branch" and "mvngit.branch" properties.
    Since:
    0.1.0
    Author:
    Sebastian Staudt