org.apache.maven.plugins.site
Class SiteDescriptorAttachMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.site.AbstractSiteMojo
org.apache.maven.plugins.site.SiteDescriptorAttachMojo
- 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 25134 2011-09-22 21:07:16Z edalquist $
- Author:
- Brett Porter
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SiteDescriptorAttachMojo
public SiteDescriptorAttachMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2011 Jasig. All Rights Reserved.