Uses of Class
org.apache.maven.plugins.site.deploy.AbstractStagingMojo
-
Packages that use AbstractStagingMojo Package Description org.apache.maven.plugins.site.deploy -
-
Uses of AbstractStagingMojo in org.apache.maven.plugins.site.deploy
Subclasses of AbstractStagingMojo in org.apache.maven.plugins.site.deploy Modifier and Type Class Description class
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 protocolsclass
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.
-