Class StageReleaseMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
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
Version:
$Id$
  • Field Details

    • stagingRepository

      @Parameter(property="stagingRepository", required=true) private String stagingRepository
      URL of the staging repository to use.
      Since:
      2.0-beta-8
  • Constructor Details

    • StageReleaseMojo

      public StageReleaseMojo()
  • Method Details