org.apache.maven.plugins.site
Class EffectiveSiteMojo

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.AbstractSiteRenderingMojo
              extended by org.apache.maven.plugins.site.EffectiveSiteMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class EffectiveSiteMojo
extends AbstractSiteRenderingMojo

Displays the effective site descriptor as an XML for this build, after inheritance and interpolation of site.xml.

Since:
2.2
Version:
$Id: EffectiveSiteMojo.html 816561 2012-05-08 12:02:24Z hboutemy $
Author:
Hervé Boutemy
Is defined by the goal name:
effective-site

Field Summary
protected  File output
          Optional parameter to write the output of this help in a given file, instead of writing to the console.
 
Fields inherited from class org.apache.maven.plugins.site.AbstractSiteRenderingMojo
generatedSiteDirectory, reports, siteRenderer
 
Fields inherited from class org.apache.maven.plugins.site.AbstractSiteMojo
i18n, locales, localRepository, project, reactorProjects, siteDirectory, siteTool
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
EffectiveSiteMojo()
           
 
Method Summary
 void execute()
          
protected static void writeComment(XMLWriter writer, String comment)
          Write comments in a normalize way.
protected static void writeHeader(XMLWriter writer)
          Write comments in the Effective POM/settings header.
protected static void writeXmlFile(File output, String content)
           
 
Methods inherited from class org.apache.maven.plugins.site.AbstractSiteRenderingMojo
categoriseReports, createSiteRenderingContext, filterReports, locateDocuments, locateReports, populateReportItems
 
Methods inherited from class org.apache.maven.plugins.site.AbstractSiteMojo
checkMavenVersion, getInputEncoding, getMavenVersion, getOutputEncoding
 
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
 

Field Detail

output

protected File output
Optional parameter to write the output of this help in a given file, instead of writing to the console.
Note: Could be a relative path.

Is defined by:
expression:
${output}
Constructor Detail

EffectiveSiteMojo

public EffectiveSiteMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException

Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

writeHeader

protected static void writeHeader(XMLWriter writer)
Write comments in the Effective POM/settings header.

Parameters:
writer - not null

writeComment

protected static void writeComment(XMLWriter writer,
                                   String comment)
Write comments in a normalize way.

Parameters:
writer - not null
comment - not null

writeXmlFile

protected static void writeXmlFile(File output,
                                   String content)
                            throws IOException
Throws:
IOException


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