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
    Version:
    $Id$
    • Field Detail

      • stagingRepository

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

      • StageReleaseMojo

        public StageReleaseMojo()