Uses of Class
org.apache.maven.plugins.site.descriptor.AbstractSiteDescriptorMojo
-
Packages that use AbstractSiteDescriptorMojo Package Description org.apache.maven.plugins.site.descriptor org.apache.maven.plugins.site.render org.apache.maven.plugins.site.run -
-
Uses of AbstractSiteDescriptorMojo in org.apache.maven.plugins.site.descriptor
Subclasses of AbstractSiteDescriptorMojo in org.apache.maven.plugins.site.descriptor Modifier and Type Class Description classEffectiveSiteMojoDisplays the effective site descriptor as an XML for this build, after inheritance and interpolation ofsite.xml, for the first locale.classSiteDescriptorAttachMojoAdds 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 AbstractSiteDescriptorMojo in org.apache.maven.plugins.site.render
Subclasses of AbstractSiteDescriptorMojo in org.apache.maven.plugins.site.render Modifier and Type Class Description classAbstractSiteRenderingMojoBase class for site rendering mojos.classSiteJarMojoBundles the site output into a JAR so that it can be deployed to a repository.classSiteMojoGenerates 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.run Modifier and Type Class Description classSiteRunMojoStarts the site up, rendering documents as requested for faster editing.
-