Class StageReleaseMojo

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

@Mojo(name="stage", aggregator=true, requiresProject=false) public class StageReleaseMojo extends PerformReleaseMojo
Perform a release from SCM to a staging repository. If no goals are given, these default to deploy or deploy site:stage-deploy, if the project has a <distributionManagement>/<site> element. If the goals contain site-deploy or site:deploy, these are overridden with site:stage-deploy.
Since:
2.0-beta-8
Author:
Nicolas De Loof
  • Constructor Details

    • StageReleaseMojo

      @Inject public StageReleaseMojo(ReleaseManager releaseManager, org.apache.maven.scm.manager.ScmManager scmManager)