Uses of Class
org.apache.maven.plugins.site.deploy.AbstractDeployMojo
-
Packages that use AbstractDeployMojo Package Description org.apache.maven.plugins.site.deploy -
-
Uses of AbstractDeployMojo in org.apache.maven.plugins.site.deploy
Subclasses of AbstractDeployMojo in org.apache.maven.plugins.site.deploy Modifier and Type Class Description classAbstractStagingMojoAbstract base class for staging mojos.classSiteDeployMojoDeploys the generated site using wagon supported protocols to the site URL specified in the<distributionManagement>section of the POM.classSiteStageDeployMojoDeploys the generated site to a staging or mock URL to the site URL specified in the<distributionManagement>section of the POM, using wagon supported protocolsclassSiteStageMojoDeploys the generated site to a local staging or mock directory based on the site URL specified in the<distributionManagement>section of the POM.
-