- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class SiteDescriptorAttachMojo
extends AbstractSiteMojo
Adds the site descriptor (site.xml
) to the list of files to be installed/deployed.
By default, this is enabled only when the project has pom packaging since it will be used by modules inheriting,
but this can be enabled for other projects packaging if needed.
- Version:
- $Id: SiteDescriptorAttachMojo.java 1149397 2011-07-21 22:43:49Z hboutemy $
- Author:
- Brett Porter