Uses of Class
org.apache.maven.plugins.site.AbstractSiteMojo
Packages that use AbstractSiteMojo
Package
Description
-
Uses of AbstractSiteMojo in org.apache.maven.plugins.site.deploy
Subclasses of AbstractSiteMojo in org.apache.maven.plugins.site.deployModifier and TypeClassDescriptionclassAbstract base class for deploy mojos.classAbstract base class for staging mojos.classDeploys the generated site using wagon supported protocols to the site URL specified in the<distributionManagement>section of the POM.classDeploys the generated site to a staging or mock URL to the site URL specified in the<distributionManagement>section of the POM, using wagon supported protocolsclassDeploys the generated site to a local staging or mock directory based on the site URL specified in the<distributionManagement>section of the POM. -
Uses of AbstractSiteMojo in org.apache.maven.plugins.site.descriptor
Subclasses of AbstractSiteMojo in org.apache.maven.plugins.site.descriptorModifier and TypeClassDescriptionclassAbstract class to compute effective site decoration model for site descriptors.classDisplays the effective site descriptor as an XML for this build, after inheritance and interpolation ofsite.xml, for the first locale.classAdds the site descriptor (site.xml) to the list of files to be installed/deployed.
For Maven-2.x this is enabled by default only when the project haspompackaging since it will be used by modules inheriting, but this can be enabled for other projects packaging if needed.
This default execution has been removed from the built-in lifecycle of Maven 3.x forpom-projects. -
Uses of AbstractSiteMojo in org.apache.maven.plugins.site.render
Subclasses of AbstractSiteMojo in org.apache.maven.plugins.site.renderModifier and TypeClassDescriptionclassBase class for site rendering mojos.classBundles the site output into a JAR so that it can be deployed to a repository.classGenerates the site for a single project. -
Uses of AbstractSiteMojo in org.apache.maven.plugins.site.run
Subclasses of AbstractSiteMojo in org.apache.maven.plugins.site.runModifier and TypeClassDescriptionclassStarts the site up, rendering documents as requested for faster editing.