Class | Description |
---|---|
AbstractDeployMojo |
Abstract base class for deploy mojos.
|
AbstractStagingMojo |
Abstract base class for staging mojos.
|
HelpMojo |
Display help information on maven-site-plugin.
Call mvn site:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
SiteDeployMojo |
Deploys the generated site using wagon supported
protocols to the site URL specified in the
<distributionManagement> section of the POM. |
SiteStageDeployMojo |
Deploys the generated site to a staging or mock URL to the site URL
specified in the
<distributionManagement> section of the
POM, using wagon supported protocols |
SiteStageMojo |
Deploys the generated site to a local staging or mock directory based on the site URL
specified in the
<distributionManagement> section of the
POM. |
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.