Uses of Class
org.apache.maven.plugins.release.AbstractScmReleaseMojo

Uses of AbstractScmReleaseMojo in org.apache.maven.plugins.release
 

Subclasses of AbstractScmReleaseMojo in org.apache.maven.plugins.release
 class BranchReleaseMojo
          Branch a project in SCM, using the same steps as the release:prepare goal, creating a branch instead of a tag.
 class PrepareReleaseMojo
          Prepare for a release in SCM.
 class PrepareWithPomReleaseMojo
          Prepare for a release in SCM, fully resolving dependencies for the purpose of producing a "release POM".
 class RollbackReleaseMojo
          Rollback changes made by a previous release.
 class StageReleaseMojo
          Perform a release from SCM to a staging repository.
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.