org.apache.maven.plugins.site
Class SiteStageMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugins.site.AbstractSiteMojo
          extended by org.apache.maven.plugins.site.SiteMojo
              extended by org.apache.maven.plugins.site.SiteStageMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class SiteStageMojo
extends SiteMojo

Staging a site in specific directory.

Useful to test the generated site.

Version:
$Id: SiteStageMojo.java 354441 2005-12-06 14:24:19Z vsiveton $
Author:
Vincent Siveton

Field Summary
 
Fields inherited from class org.apache.maven.plugins.site.SiteMojo
outputDirectory, project, reactorProjects
 
Fields inherited from class org.apache.maven.plugins.site.AbstractSiteMojo
i18n, siteDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SiteStageMojo()
           
 
Method Summary
 void execute()
          Generate the project site

throws MojoExecutionException if any

 
Methods inherited from class org.apache.maven.plugins.site.AbstractSiteMojo
getSiteDescriptorFile, initLocalesList
 
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

SiteStageMojo

public SiteStageMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Description copied from class: SiteMojo
Generate the project site

throws MojoExecutionException if any

Specified by:
execute in interface org.apache.maven.plugin.Mojo
Overrides:
execute in class SiteMojo
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
See Also:
Mojo.execute()


Copyright © {inceptionYear}-2010 Apache Software Foundation. All Rights Reserved.