org.apache.maven.plugins.site

Class SiteMojo

public class SiteMojo extends AbstractSiteMojo

Generates the project site.

Version: $Id: SiteMojo.java 381482 2006-02-27 23:16:22Z vsiveton $

Author: Emmanuel Venisse Vincent Siveton

UNKNOWN: site test

Field Summary
protected FileoutputDirectory
Directory containing the generated project sites and report distributions.
protected MavenProjectproject
The maven project.
protected ListreactorProjects
The reactor projects.
Method Summary
voidexecute()
Generate the project site

throws MojoExecutionException if any

Field Detail

outputDirectory

protected File outputDirectory
Directory containing the generated project sites and report distributions.

UNKNOWN: expression="${project.reporting.outputDirectory}"

project

protected MavenProject project
The maven project.

UNKNOWN: expression="${project}"

reactorProjects

protected List reactorProjects
The reactor projects.

UNKNOWN: expression="${reactorProjects}"

Method Detail

execute

public void execute()
Generate the project site

throws MojoExecutionException if any

See Also: org.apache.maven.plugin.Mojo#execute()

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