Package org.apache.maven.plugins.site.descriptor
-
Class Summary Class Description AbstractSiteDescriptorMojo Abstract class to compute effective site decoration model for site descriptors.EffectiveSiteMojo Displays the effective site descriptor as an XML for this build, after inheritance and interpolation ofsite.xml, for the first locale.SiteDescriptorArtifactMetadata Attach a POM to an artifact.SiteDescriptorAttachMojo Adds 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.