Uses of Class
org.apache.maven.plugins.site.descriptor.AbstractSiteDescriptorMojo
Packages that use AbstractSiteDescriptorMojo
Package
Description
-
Uses of AbstractSiteDescriptorMojo in org.apache.maven.plugins.site.descriptor
Subclasses of AbstractSiteDescriptorMojo in org.apache.maven.plugins.site.descriptorModifier and TypeClassDescriptionclass
Displays the effective site descriptor as an XML for this build, after inheritance and interpolation ofsite.xml
, for the first locale.class
Adds the site descriptor (site.xml
) to the list of files to be installed/deployed. -
Uses of AbstractSiteDescriptorMojo in org.apache.maven.plugins.site.render
Subclasses of AbstractSiteDescriptorMojo in org.apache.maven.plugins.site.renderModifier and TypeClassDescriptionclass
Base class for site rendering mojos.class
Bundles the site output into a JAR so that it can be deployed to a repository.class
Generates the site for a single project. -
Uses of AbstractSiteDescriptorMojo in org.apache.maven.plugins.site.run
Subclasses of AbstractSiteDescriptorMojo in org.apache.maven.plugins.site.runModifier and TypeClassDescriptionclass
Starts the site up, rendering documents as requested for faster editing.