You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2014/03/08 23:39:47 UTC

svn commit: r900631 [2/34] - in /websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/checkstyle/ apidocs/org/apache/maven/plugin/checkstyle/class-use/ apidocs/org/apache/maven/p...

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html Sat Mar  8 22:39:44 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AbstractCheckstyleReport (Maven Checkstyle Plugin 2.10 API)
+AbstractCheckstyleReport (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport class">
@@ -14,7 +14,7 @@ AbstractCheckstyleReport (Maven Checksty
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="AbstractCheckstyleReport (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="AbstractCheckstyleReport (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -114,7 +114,7 @@ Base abstract class for Checkstyle repor
 <DT><B>Since:</B></DT>
   <DD>2.8</DD>
 <DT><B>Version:</B></DT>
-  <DD>$Id: AbstractCheckstyleReport.java 1429852 2013-01-07 15:44:18Z dennisl $</DD>
+  <DD>$Id: AbstractCheckstyleReport.java 1575615 2014-03-08 21:54:26Z dennisl $</DD>
 </DL>
 <HR>
 
@@ -129,6 +129,14 @@ Base abstract class for Checkstyle repor
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#cacheFile">cacheFile</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the cache file used to speed up Checkstyle on successive runs.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutor.html" title="interface in org.apache.maven.plugin.checkstyle">CheckstyleExecutor</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleExecutor">checkstyleExecutor</A></B></CODE>
 
@@ -145,6 +153,91 @@ Base abstract class for Checkstyle repor
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#configLocation">configLocation</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ Specifies the location of the XML configuration to use.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#consoleOutput">consoleOutput</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Output errors to console.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#encoding">encoding</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The file encoding to use when reading the source files.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#excludes">excludes</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the names filter of the source files to be excluded for
+ Checkstyle.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#failsOnError">failsOnError</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies if the build should fail upon a violation.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#headerLocation">headerLocation</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ Specifies the location of the License file (a.k.a. the header file) that
+ can be used by Checkstyle to verify that source code has the correct
+ license header.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#includeResources">includeResources</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies whether to include the resource directories in the check.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#includes">includes</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the names filter of the source files to be used for Checkstyle.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#includeTestResources">includeTestResources</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies whether to include the test resource directories in the check.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#includeTestSourceDirectory">includeTestSourceDirectory</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Include or not the test source directory to be used for Checkstyle.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected static&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#JAVA_FILES">JAVA_FILES</A></B></CODE>
 
@@ -177,6 +270,40 @@ Base abstract class for Checkstyle repor
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#propertiesLocation">propertiesLocation</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ Specifies the location of the properties file.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#propertyExpansion">propertyExpansion</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Allows for specifying raw property expansion information.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#resourceExcludes">resourceExcludes</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the names filter of the resource files to be excluded for
+ Checkstyle.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#resourceIncludes">resourceIncludes</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the names filter of the resource files to be used for Checkstyle.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html" title="class or interface in org.apache.maven.model">Resource</A>&gt;</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#resources">resources</A></B></CODE>
 
@@ -201,12 +328,54 @@ Base abstract class for Checkstyle repor
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#sourceDirectory">sourceDirectory</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the location of the source directory to be used for Checkstyle.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/ByteArrayOutputStream.html" title="class or interface in java.io">ByteArrayOutputStream</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#stringOutputStream">stringOutputStream</A></B></CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#suppressionsFileExpression">suppressionsFileExpression</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The key to be used in the properties for the suppressions file.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#suppressionsLocation">suppressionsLocation</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ Specifies the location of the suppressions XML file to use.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html" title="class or interface in org.apache.maven.model">Resource</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#testResources">testResources</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the location of the test resources to be used for Checkstyle.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#testSourceDirectory">testSourceDirectory</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the location of the test source directory to be used for
+ Checkstyle.</TD>
+</TR>
 </TABLE>
 &nbsp;<A NAME="fields_inherited_from_class_org.apache.maven.reporting.MavenReport"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
@@ -401,6 +570,140 @@ protected static final <A HREF="http://d
 </DL>
 <HR>
 
+<A NAME="cacheFile"><!-- --></A><H3>
+cacheFile</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="${project.build.directory}/checkstyle-cachefile")
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>cacheFile</B></PRE>
+<DL>
+<DD>Specifies the cache file used to speed up Checkstyle on successive runs.
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="configLocation"><!-- --></A><H3>
+configLocation</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property()" title="class or interface in org.apache.maven.plugins.annotations">property</A>="checkstyle.config.location",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="config/sun_checks.xml")
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>configLocation</B></PRE>
+<DL>
+<DD><p>
+ Specifies the location of the XML configuration to use.
+ </p>
+ <p/>
+ <p>
+ Potential values are a filesystem path, a URL, or a classpath resource.
+ This parameter expects that the contents of the location conform to the
+ xml format (Checkstyle <a
+ href="http://checkstyle.sourceforge.net/config.html#Modules">Checker
+ module</a>) configuration of rulesets.
+ </p>
+ <p/>
+ <p>
+ This parameter is resolved as resource, URL, then file. If successfully
+ resolved, the contents of the configuration is copied into the
+ <code>${project.build.directory}/checkstyle-configuration.xml</code>
+ file before being passed to Checkstyle as a configuration.
+ </p>
+ <p/>
+ <p>
+ There are 4 predefined rulesets.
+ </p>
+ <p/>
+ <ul>
+ <li><code>config/sun_checks.xml</code>: Sun Checks.</li>
+ <li><code>config/turbine_checks.xml</code>: Turbine Checks.</li>
+ <li><code>config/avalon_checks.xml</code>: Avalon Checks.</li>
+ <li><code>config/maven_checks.xml</code>: Maven Source Checks.</li>
+ </ul>
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="consoleOutput"><!-- --></A><H3>
+consoleOutput</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property()" title="class or interface in org.apache.maven.plugins.annotations">property</A>="checkstyle.consoleOutput",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="false")
+</FONT>protected boolean <B>consoleOutput</B></PRE>
+<DL>
+<DD>Output errors to console.
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="encoding"><!-- --></A><H3>
+encoding</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property()" title="class or interface in org.apache.maven.plugins.annotations">property</A>="encoding",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="${project.build.sourceEncoding}")
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>encoding</B></PRE>
+<DL>
+<DD>The file encoding to use when reading the source files. If the property <code>project.build.sourceEncoding</code>
+ is not set, the platform default encoding is used. <strong>Note:</strong> This parameter always overrides the
+ property <code>charset</code> from Checkstyle's <code>TreeWalker</code> module.
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+  <DD>2.2</DD>
+</DL>
+</DL>
+<HR>
+
+<A NAME="failsOnError"><!-- --></A><H3>
+failsOnError</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="false")
+</FONT>protected boolean <B>failsOnError</B></PRE>
+<DL>
+<DD>Specifies if the build should fail upon a violation.
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="headerLocation"><!-- --></A><H3>
+headerLocation</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property()" title="class or interface in org.apache.maven.plugins.annotations">property</A>="checkstyle.header.file",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="LICENSE.txt")
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>headerLocation</B></PRE>
+<DL>
+<DD><p>
+ Specifies the location of the License file (a.k.a. the header file) that
+ can be used by Checkstyle to verify that source code has the correct
+ license header.
+ </p>
+ <p>
+ You need to use ${checkstyle.header.file} in your Checkstyle xml
+ configuration to reference the name of this header file.
+ </p>
+ <p>
+ For instance:
+ </p>
+ <p>
+ <code>
+ &lt;module name="RegexpHeader">
+ &lt;property name="headerFile" value="${checkstyle.header.file}"/>
+ &lt;/module>
+ </code>
+ </p>
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+  <DD>2.0-beta-2</DD>
+</DL>
+</DL>
+<HR>
+
 <A NAME="skip"><!-- --></A><H3>
 skip</H3>
 <PRE>
@@ -417,6 +720,50 @@ skip</H3>
 </DL>
 <HR>
 
+<A NAME="propertiesLocation"><!-- --></A><H3>
+propertiesLocation</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property()" title="class or interface in org.apache.maven.plugins.annotations">property</A>="checkstyle.properties.location")
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>propertiesLocation</B></PRE>
+<DL>
+<DD><p>
+ Specifies the location of the properties file.
+ </p>
+ <p/>
+ <p>
+ This parameter is resolved as URL, File then resource. If successfully
+ resolved, the contents of the properties location is copied into the
+ <code>${project.build.directory}/checkstyle-checker.properties</code>
+ file before being passed to Checkstyle for loading.
+ </p>
+ <p/>
+ <p>
+ The contents of the <code>propertiesLocation</code> will be made
+ available to Checkstyle for specifying values for parameters within the
+ xml configuration (specified in the <code>configLocation</code>
+ parameter).
+ </p>
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+  <DD>2.0-beta-2</DD>
+</DL>
+</DL>
+<HR>
+
+<A NAME="propertyExpansion"><!-- --></A><H3>
+propertyExpansion</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>propertyExpansion</B></PRE>
+<DL>
+<DD>Allows for specifying raw property expansion information.
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
 <A NAME="resources"><!-- --></A><H3>
 resources</H3>
 <PRE>
@@ -433,6 +780,208 @@ resources</H3>
 </DL>
 <HR>
 
+<A NAME="testResources"><!-- --></A><H3>
+testResources</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="${project.testResources}",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#readonly()" title="class or interface in org.apache.maven.plugins.annotations">readonly</A>=true)
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html" title="class or interface in org.apache.maven.model">Resource</A>&gt; <B>testResources</B></PRE>
+<DL>
+<DD>Specifies the location of the test resources to be used for Checkstyle.
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+  <DD>2.11</DD>
+</DL>
+</DL>
+<HR>
+
+<A NAME="includes"><!-- --></A><H3>
+includes</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property()" title="class or interface in org.apache.maven.plugins.annotations">property</A>="checkstyle.includes",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="**\\/*.java",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#required()" title="class or interface in org.apache.maven.plugins.annotations">required</A>=true)
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>includes</B></PRE>
+<DL>
+<DD>Specifies the names filter of the source files to be used for Checkstyle.
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="excludes"><!-- --></A><H3>
+excludes</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property()" title="class or interface in org.apache.maven.plugins.annotations">property</A>="checkstyle.excludes")
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>excludes</B></PRE>
+<DL>
+<DD>Specifies the names filter of the source files to be excluded for
+ Checkstyle.
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="resourceIncludes"><!-- --></A><H3>
+resourceIncludes</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property()" title="class or interface in org.apache.maven.plugins.annotations">property</A>="checkstyle.resourceIncludes",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="**/*.properties",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#required()" title="class or interface in org.apache.maven.plugins.annotations">required</A>=true)
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>resourceIncludes</B></PRE>
+<DL>
+<DD>Specifies the names filter of the resource files to be used for Checkstyle.
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+  <DD>2.11</DD>
+</DL>
+</DL>
+<HR>
+
+<A NAME="resourceExcludes"><!-- --></A><H3>
+resourceExcludes</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property()" title="class or interface in org.apache.maven.plugins.annotations">property</A>="checkstyle.resourceExcludes")
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>resourceExcludes</B></PRE>
+<DL>
+<DD>Specifies the names filter of the resource files to be excluded for
+ Checkstyle.
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+  <DD>2.11</DD>
+</DL>
+</DL>
+<HR>
+
+<A NAME="includeResources"><!-- --></A><H3>
+includeResources</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property()" title="class or interface in org.apache.maven.plugins.annotations">property</A>="checkstyle.includeResources",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="true",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#required()" title="class or interface in org.apache.maven.plugins.annotations">required</A>=true)
+</FONT>protected boolean <B>includeResources</B></PRE>
+<DL>
+<DD>Specifies whether to include the resource directories in the check.
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+  <DD>2.11</DD>
+</DL>
+</DL>
+<HR>
+
+<A NAME="includeTestResources"><!-- --></A><H3>
+includeTestResources</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property()" title="class or interface in org.apache.maven.plugins.annotations">property</A>="checkstyle.includeTestResources",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="true",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#required()" title="class or interface in org.apache.maven.plugins.annotations">required</A>=true)
+</FONT>protected boolean <B>includeTestResources</B></PRE>
+<DL>
+<DD>Specifies whether to include the test resource directories in the check.
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+  <DD>2.11</DD>
+</DL>
+</DL>
+<HR>
+
+<A NAME="sourceDirectory"><!-- --></A><H3>
+sourceDirectory</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="${project.build.sourceDirectory}",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#required()" title="class or interface in org.apache.maven.plugins.annotations">required</A>=true)
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A> <B>sourceDirectory</B></PRE>
+<DL>
+<DD>Specifies the location of the source directory to be used for Checkstyle.
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="testSourceDirectory"><!-- --></A><H3>
+testSourceDirectory</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="${project.build.testSourceDirectory}")
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A> <B>testSourceDirectory</B></PRE>
+<DL>
+<DD>Specifies the location of the test source directory to be used for
+ Checkstyle.
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+  <DD>2.2</DD>
+</DL>
+</DL>
+<HR>
+
+<A NAME="includeTestSourceDirectory"><!-- --></A><H3>
+includeTestSourceDirectory</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="false")
+</FONT>protected boolean <B>includeTestSourceDirectory</B></PRE>
+<DL>
+<DD>Include or not the test source directory to be used for Checkstyle.
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+  <DD>2.2</DD>
+</DL>
+</DL>
+<HR>
+
+<A NAME="suppressionsFileExpression"><!-- --></A><H3>
+suppressionsFileExpression</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property()" title="class or interface in org.apache.maven.plugins.annotations">property</A>="checkstyle.suppression.expression",
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</A>="checkstyle.suppressions.file")
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>suppressionsFileExpression</B></PRE>
+<DL>
+<DD>The key to be used in the properties for the suppressions file.
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+  <DD>2.1</DD>
+</DL>
+</DL>
+<HR>
+
+<A NAME="suppressionsLocation"><!-- --></A><H3>
+suppressionsLocation</H3>
+<PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property()" title="class or interface in org.apache.maven.plugins.annotations">property</A>="checkstyle.suppressions.location")
+</FONT>protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>suppressionsLocation</B></PRE>
+<DL>
+<DD><p>
+ Specifies the location of the suppressions XML file to use.
+ </p>
+ <p/>
+ <p>
+ This parameter is resolved as resource, URL, then file. If successfully
+ resolved, the contents of the suppressions XML is copied into the
+ <code>${project.build.directory}/checkstyle-supressions.xml</code> file
+ before being passed to Checkstyle for loading.
+ </p>
+ <p/>
+ <p>
+ See <code>suppressionsFileExpression</code> for the property that will
+ be made available to your checkstyle configuration.
+ </p>
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+  <DD>2.0-beta-2</DD>
+</DL>
+</DL>
+<HR>
+
 <A NAME="siteTool"><!-- --></A><H3>
 siteTool</H3>
 <PRE>
@@ -757,6 +1306,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleAggregateReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleAggregateReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleAggregateReport.html Sat Mar  8 22:39:44 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CheckstyleAggregateReport (Maven Checkstyle Plugin 2.10 API)
+CheckstyleAggregateReport (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleAggregateReport class">
@@ -14,7 +14,7 @@ CheckstyleAggregateReport (Maven Checkst
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleAggregateReport (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="CheckstyleAggregateReport (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -108,8 +108,9 @@ Class CheckstyleAggregateReport</H2>
 </PRE>
 
 <P>
-Perform a Checkstyle analysis, and generate a report on violations,
- aggregating the result in the project which started this mojo.
+A reporting task that performs Checkstyle analysis and generates an aggregate
+ HTML report on the violations that Checkstyle finds in a multi-module reactor
+ build.
 <P>
 
 <P>
@@ -117,7 +118,7 @@ Perform a Checkstyle analysis, and gener
 <DT><B>Since:</B></DT>
   <DD>2.8</DD>
 <DT><B>Version:</B></DT>
-  <DD>$Id: CheckstyleAggregateReport.java 1438951 2013-01-26 19:37:04Z dennisl $</DD>
+  <DD>$Id: CheckstyleAggregateReport.java 1575615 2014-03-08 21:54:26Z dennisl $</DD>
 </DL>
 <HR>
 
@@ -137,7 +138,7 @@ Perform a Checkstyle analysis, and gener
 <TH ALIGN="left"><B>Fields inherited from class org.apache.maven.plugin.checkstyle.<A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html" title="class in org.apache.maven.plugin.checkstyle">AbstractCheckstyleReport</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleExecutor">checkstyleExecutor</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleRssGenerator">checkstyleRssGenerator</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#JAVA_FILES">JAVA_FILES</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#locator">locator</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#PLUGIN_RESOURCES">PLUGIN_RESOURCES</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#project">project</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#resources">resources</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#siteTool">siteTool</A>, <A HREF="../../..
 /../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#skip">skip</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#stringOutputStream">stringOutputStream</A></CODE></TD>
+<TD><CODE><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#cacheFile">cacheFile</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleExecutor">checkstyleExecutor</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleRssGenerator">checkstyleRssGenerator</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#configLocation">configLocation</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#consoleOutput">consoleOutput</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#encoding">encoding</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#excludes">excludes</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#failsOnError">failsOnError</A>, <A 
 HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#headerLocation">headerLocation</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#includeResources">includeResources</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#includes">includes</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#includeTestResources">includeTestResources</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#includeTestSourceDirectory">includeTestSourceDirectory</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#JAVA_FILES">JAVA_FILES</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#locator">locator</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#PLUGIN_RESOURCES">PLUGIN_RESOU
 RCES</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#project">project</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#propertiesLocation">propertiesLocation</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#propertyExpansion">propertyExpansion</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#resourceExcludes">resourceExcludes</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#resourceIncludes">resourceIncludes</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#resources">resources</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#siteTool">siteTool</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#skip">skip</A>, <A HREF="../../../../
 ../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#sourceDirectory">sourceDirectory</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#stringOutputStream">stringOutputStream</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#suppressionsFileExpression">suppressionsFileExpression</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#suppressionsLocation">suppressionsLocation</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#testResources">testResources</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#testSourceDirectory">testSourceDirectory</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="fields_inherited_from_class_org.apache.maven.reporting.MavenReport"><!-- --></A>
@@ -406,6 +407,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleExecutor.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleExecutor.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleExecutor.html Sat Mar  8 22:39:44 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CheckstyleExecutor (Maven Checkstyle Plugin 2.10 API)
+CheckstyleExecutor (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleExecutor interface">
@@ -14,7 +14,7 @@ CheckstyleExecutor (Maven Checkstyle Plu
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleExecutor (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="CheckstyleExecutor (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -215,6 +215,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleExecutorException.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleExecutorException.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleExecutorException.html Sat Mar  8 22:39:44 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CheckstyleExecutorException (Maven Checkstyle Plugin 2.10 API)
+CheckstyleExecutorException (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleExecutorException class">
@@ -14,7 +14,7 @@ CheckstyleExecutorException (Maven Check
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleExecutorException (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="CheckstyleExecutorException (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -288,6 +288,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html Sat Mar  8 22:39:44 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CheckstyleExecutorRequest (Maven Checkstyle Plugin 2.10 API)
+CheckstyleExecutorRequest (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest class">
@@ -14,7 +14,7 @@ CheckstyleExecutorRequest (Maven Checkst
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleExecutorRequest (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="CheckstyleExecutorRequest (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -102,7 +102,7 @@ Class CheckstyleExecutorRequest</H2>
 <DT><B>Since:</B></DT>
   <DD>2.5</DD>
 <DT><B>Version:</B></DT>
-  <DD>$Id: CheckstyleExecutorRequest.java 1441973 2013-02-03 21:44:20Z dennisl $</DD>
+  <DD>$Id: CheckstyleExecutorRequest.java 1540550 2013-11-10 21:04:52Z bimargulies $</DD>
 <DT><B>Author:</B></DT>
   <DD>Olivier Lamy</DD>
 </DL>
@@ -240,6 +240,22 @@ Class CheckstyleExecutorRequest</H2>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#getResourceExcludes()">getResourceExcludes</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#getResourceIncludes()">getResourceIncludes</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html" title="class or interface in org.apache.maven.model">Resource</A>&gt;</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#getResources()">getResources</A></B>()</CODE>
 
@@ -280,6 +296,14 @@ Class CheckstyleExecutorRequest</H2>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html" title="class or interface in org.apache.maven.model">Resource</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#getTestResources()">getTestResources</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#getTestSourceDirectory()">getTestSourceDirectory</A></B>()</CODE>
 
@@ -313,6 +337,22 @@ Class CheckstyleExecutorRequest</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#isIncludeResources()">isIncludeResources</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#isIncludeTestResources()">isIncludeTestResources</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#isIncludeTestSourceDirectory()">isIncludeTestSourceDirectory</A></B>()</CODE>
 
 <BR>
@@ -393,6 +433,14 @@ Class CheckstyleExecutorRequest</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setIncludeResources(boolean)">setIncludeResources</A></B>(boolean&nbsp;includeResources)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setIncludes(java.lang.String)">setIncludes</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;includes)</CODE>
 
 <BR>
@@ -401,6 +449,14 @@ Class CheckstyleExecutorRequest</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setIncludeTestResources(boolean)">setIncludeTestResources</A></B>(boolean&nbsp;includeTestResources)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setIncludeTestSourceDirectory(boolean)">setIncludeTestSourceDirectory</A></B>(boolean&nbsp;includeTestSourceDirectory)</CODE>
 
 <BR>
@@ -457,6 +513,22 @@ Class CheckstyleExecutorRequest</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setResourceExcludes(java.lang.String)">setResourceExcludes</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resourceExcludes)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setResourceIncludes(java.lang.String)">setResourceIncludes</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resourceIncludes)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setResources(java.util.List)">setResources</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html" title="class or interface in org.apache.maven.model">Resource</A>&gt;&nbsp;resources)</CODE>
 
 <BR>
@@ -497,6 +569,14 @@ Class CheckstyleExecutorRequest</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setTestResources(java.util.List)">setTestResources</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html" title="class or interface in org.apache.maven.model">Resource</A>&gt;&nbsp;testResources)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setTestSourceDirectory(java.io.File)">setTestSourceDirectory</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;testSourceDirectory)</CODE>
 
 <BR>
@@ -591,6 +671,50 @@ public <A HREF="../../../../../org/apach
 </DL>
 <HR>
 
+<A NAME="getResourceIncludes()"><!-- --></A><H3>
+getResourceIncludes</H3>
+<PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getResourceIncludes</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setResourceIncludes(java.lang.String)"><!-- --></A><H3>
+setResourceIncludes</H3>
+<PRE>
+public <A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A> <B>setResourceIncludes</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resourceIncludes)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getResourceExcludes()"><!-- --></A><H3>
+getResourceExcludes</H3>
+<PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getResourceExcludes</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setResourceExcludes(java.lang.String)"><!-- --></A><H3>
+setResourceExcludes</H3>
+<PRE>
+public <A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A> <B>setResourceExcludes</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;resourceExcludes)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
 <A NAME="getProject()"><!-- --></A><H3>
 getProject</H3>
 <PRE>
@@ -745,6 +869,28 @@ public <A HREF="../../../../../org/apach
 </DL>
 <HR>
 
+<A NAME="getTestResources()"><!-- --></A><H3>
+getTestResources</H3>
+<PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html" title="class or interface in org.apache.maven.model">Resource</A>&gt; <B>getTestResources</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setTestResources(java.util.List)"><!-- --></A><H3>
+setTestResources</H3>
+<PRE>
+public <A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A> <B>setTestResources</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html" title="class or interface in org.apache.maven.model">Resource</A>&gt;&nbsp;testResources)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
 <A NAME="isFailsOnError()"><!-- --></A><H3>
 isFailsOnError</H3>
 <PRE>
@@ -1063,6 +1209,52 @@ public <A HREF="../../../../../org/apach
 <DT><B>Returns:</B><DD>This object.</DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="isIncludeResources()"><!-- --></A><H3>
+isIncludeResources</H3>
+<PRE>
+public boolean <B>isIncludeResources</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setIncludeResources(boolean)"><!-- --></A><H3>
+setIncludeResources</H3>
+<PRE>
+public <A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A> <B>setIncludeResources</B>(boolean&nbsp;includeResources)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>includeResources</CODE> - whether to include the resource directories in the checks.
+<DT><B>Returns:</B><DD>This object.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="isIncludeTestResources()"><!-- --></A><H3>
+isIncludeTestResources</H3>
+<PRE>
+public boolean <B>isIncludeTestResources</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setIncludeTestResources(boolean)"><!-- --></A><H3>
+setIncludeTestResources</H3>
+<PRE>
+public <A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A> <B>setIncludeTestResources</B>(boolean&nbsp;includeTestResources)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>includeTestResources</CODE> - whether to set the test resource directories in the checks.
+<DT><B>Returns:</B><DD>This object.</DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 
@@ -1124,6 +1316,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReport.html Sat Mar  8 22:39:44 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CheckstyleReport (Maven Checkstyle Plugin 2.10 API)
+CheckstyleReport (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleReport class">
@@ -14,7 +14,7 @@ CheckstyleReport (Maven Checkstyle Plugi
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleReport (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="CheckstyleReport (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -107,13 +107,14 @@ Class CheckstyleReport</H2>
 </PRE>
 
 <P>
-Perform a Checkstyle analysis, and generate a report on violations.
+A reporting task that performs Checkstyle analysis and generates an HTML
+ report on any violations that Checkstyle finds.
 <P>
 
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: CheckstyleReport.java 1429846 2013-01-07 15:37:24Z dennisl $</DD>
+  <DD>$Id: CheckstyleReport.java 1575615 2014-03-08 21:54:26Z dennisl $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:evenisse@apache.org">Emmanuel Venisse</a>, <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>, <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a></DD>
 </DL>
@@ -135,7 +136,7 @@ Perform a Checkstyle analysis, and gener
 <TH ALIGN="left"><B>Fields inherited from class org.apache.maven.plugin.checkstyle.<A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html" title="class in org.apache.maven.plugin.checkstyle">AbstractCheckstyleReport</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleExecutor">checkstyleExecutor</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleRssGenerator">checkstyleRssGenerator</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#JAVA_FILES">JAVA_FILES</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#locator">locator</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#PLUGIN_RESOURCES">PLUGIN_RESOURCES</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#project">project</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#resources">resources</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#siteTool">siteTool</A>, <A HREF="../../..
 /../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#skip">skip</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#stringOutputStream">stringOutputStream</A></CODE></TD>
+<TD><CODE><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#cacheFile">cacheFile</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleExecutor">checkstyleExecutor</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleRssGenerator">checkstyleRssGenerator</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#configLocation">configLocation</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#consoleOutput">consoleOutput</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#encoding">encoding</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#excludes">excludes</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#failsOnError">failsOnError</A>, <A 
 HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#headerLocation">headerLocation</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#includeResources">includeResources</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#includes">includes</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#includeTestResources">includeTestResources</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#includeTestSourceDirectory">includeTestSourceDirectory</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#JAVA_FILES">JAVA_FILES</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#locator">locator</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#PLUGIN_RESOURCES">PLUGIN_RESOU
 RCES</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#project">project</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#propertiesLocation">propertiesLocation</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#propertyExpansion">propertyExpansion</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#resourceExcludes">resourceExcludes</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#resourceIncludes">resourceIncludes</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#resources">resources</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#siteTool">siteTool</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#skip">skip</A>, <A HREF="../../../../
 ../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#sourceDirectory">sourceDirectory</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#stringOutputStream">stringOutputStream</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#suppressionsFileExpression">suppressionsFileExpression</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#suppressionsLocation">suppressionsLocation</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#testResources">testResources</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#testSourceDirectory">testSourceDirectory</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="fields_inherited_from_class_org.apache.maven.reporting.MavenReport"><!-- --></A>
@@ -431,6 +432,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html Sat Mar  8 22:39:44 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CheckstyleReportGenerator (Maven Checkstyle Plugin 2.10 API)
+CheckstyleReportGenerator (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleReportGenerator class">
@@ -14,7 +14,7 @@ CheckstyleReportGenerator (Maven Checkst
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleReportGenerator (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="CheckstyleReportGenerator (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -104,7 +104,7 @@ Generate a report based on CheckstyleRes
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: CheckstyleReportGenerator.java 1384337 2012-09-13 13:53:19Z olamy $</DD>
+  <DD>$Id: CheckstyleReportGenerator.java 1571080 2014-02-23 19:59:35Z michaelo $</DD>
 </DL>
 <HR>
 
@@ -171,6 +171,14 @@ Generate a report based on CheckstyleRes
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#getTreeWalkerNames()">getTreeWalkerNames</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#getXrefLocation()">getXrefLocation</A></B>()</CODE>
 
@@ -268,6 +276,14 @@ Generate a report based on CheckstyleRes
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#setTreeWalkerNames(java.util.List)">setTreeWalkerNames</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&gt;&nbsp;treeWalkerNames)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#setXrefLocation(java.lang.String)">setXrefLocation</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;xrefLocation)</CODE>
 
 <BR>
@@ -501,6 +517,28 @@ public void <B>setCheckstyleConfig</B>(<
 </DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="setTreeWalkerNames(java.util.List)"><!-- --></A><H3>
+setTreeWalkerNames</H3>
+<PRE>
+public void <B>setTreeWalkerNames</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&gt;&nbsp;treeWalkerNames)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getTreeWalkerNames()"><!-- --></A><H3>
+getTreeWalkerNames</H3>
+<PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&gt; <B>getTreeWalkerNames</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 
@@ -562,6 +600,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html Sat Mar  8 22:39:44 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CheckstyleReportListener (Maven Checkstyle Plugin 2.10 API)
+CheckstyleReportListener (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleReportListener class">
@@ -14,7 +14,7 @@ CheckstyleReportListener (Maven Checksty
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleReportListener (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="CheckstyleReportListener (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -594,6 +594,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleResults.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleResults.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleResults.html Sat Mar  8 22:39:44 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CheckstyleResults (Maven Checkstyle Plugin 2.10 API)
+CheckstyleResults (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleResults class">
@@ -14,7 +14,7 @@ CheckstyleResults (Maven Checkstyle Plug
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleResults (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="CheckstyleResults (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -104,7 +104,7 @@ Object holding the references to the Che
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: CheckstyleResults.java 942969 2010-05-11 00:32:30Z hboutemy $</DD>
+  <DD>$Id: CheckstyleResults.java 1570752 2014-02-21 23:36:02Z dennisl $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:joakim@erdfelt.net">Joakim Erdfelt</a></DD>
 </DL>
@@ -431,6 +431,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 </BODY>
 </HTML>
\ No newline at end of file