org.apache.maven.plugins.site
Class SiteDescriptorAttachMojo

java.lang.Object
  extended byorg.apache.maven.plugin.AbstractMojo
      extended byorg.apache.maven.plugins.site.AbstractSiteMojo
          extended byorg.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 to the list of files to be installed/deployed.

Version:
$Id: SiteDescriptorAttachMojo.java 591654 2007-11-03 17:14:56Z dennisl $
Author:
Brett Porter

Field Summary
 
Fields inherited from class org.apache.maven.plugins.site.AbstractSiteMojo
i18n, inputEncoding, localRepository, mavenProjectBuilder, outputEncoding, project, reactorProjects, siteDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SiteDescriptorAttachMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.apache.maven.plugins.site.AbstractSiteMojo
getAvailableLocales, getInterpolatedSiteDescriptorContent, getParentProject, getRelativePath, getSiteDescriptorFile, populateModules, populateProjectParentMenu, populateReportItems, populateReportsMenu
 
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
 

Constructor Detail

SiteDescriptorAttachMojo

public SiteDescriptorAttachMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.