public class EffectiveSiteMojo extends AbstractSiteRenderingMojo
site.xml.| Modifier and Type | Field and Description |
|---|---|
protected java.io.File |
output
Optional parameter to write the output of this help in a given file, instead of writing to the console.
|
artifactFactory, artifactResolver, assembler, attributes, generatedSiteDirectory, moduleExcludes, reports, repositories, siteRendereri18n, locales, localRepository, project, reactorProjects, siteDirectory, siteTool| Constructor and Description |
|---|
EffectiveSiteMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected static void |
writeComment(org.codehaus.plexus.util.xml.XMLWriter writer,
java.lang.String comment)
Write comments in a normalize way.
|
protected static void |
writeHeader(org.codehaus.plexus.util.xml.XMLWriter writer)
Write comments in the Effective POM/settings header.
|
protected static void |
writeXmlFile(java.io.File output,
java.lang.String content) |
categoriseReports, createSiteRenderingContext, filterReports, locateDocuments, locateReportsgetInputEncoding, getOutputEncoding, populateReportItems, toRelativeprotected java.io.File output
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected static void writeHeader(org.codehaus.plexus.util.xml.XMLWriter writer)
writer - not nullprotected static void writeComment(org.codehaus.plexus.util.xml.XMLWriter writer,
java.lang.String comment)
writer - not nullcomment - not nullprotected static void writeXmlFile(java.io.File output,
java.lang.String content)
throws java.io.IOException
java.io.IOExceptionCopyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.