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 [3/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/CheckstyleViolationCheckMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.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>
-CheckstyleViolationCheckMojo (Maven Checkstyle Plugin 2.10 API)
+CheckstyleViolationCheckMojo (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo class">
@@ -14,7 +14,7 @@ CheckstyleViolationCheckMojo (Maven Chec
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleViolationCheckMojo (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="CheckstyleViolationCheckMojo (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -106,15 +106,15 @@ Class CheckstyleViolationCheckMojo</H2>
 </PRE>
 
 <P>
-Perform a violation check against the last Checkstyle run to see if there are
- any violations. It reads the Checkstyle output file, counts the number of
- violations found and displays it on the console.
+Performs Checkstyle analysis and outputs violations or a count of violations
+ to the console, potentially failing the build.
+ It can also be configured to re-use an earlier analysis.
 <P>
 
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: CheckstyleViolationCheckMojo.java 1384337 2012-09-13 13:53:19Z olamy $</DD>
+  <DD>$Id: CheckstyleViolationCheckMojo.java 1575615 2014-03-08 21:54:26Z dennisl $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:joakim@erdfelt.net">Joakim Erdfelt</a></DD>
 </DL>
@@ -145,6 +145,14 @@ Perform a violation check against the la
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Maven Project Object.</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/CheckstyleViolationCheckMojo.html#resources">resources</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the location of the resources to be used for Checkstyle.</TD>
+</TR>
 </TABLE>
 &nbsp;<A NAME="fields_inherited_from_class_org.apache.maven.plugin.Mojo"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
@@ -220,6 +228,22 @@ Perform a violation check against the la
 </TR>
 </TABLE>
 
+<A NAME="resources"><!-- --></A><H3>
+resources</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.resources}",
+           <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>resources</B></PRE>
+<DL>
+<DD>Specifies the location of the resources to be used for Checkstyle.
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+  <DD>2.11</DD>
+</DL>
+</DL>
+<HR>
+
 <A NAME="checkstyleExecutor"><!-- --></A><H3>
 checkstyleExecutor</H3>
 <PRE>
@@ -350,6 +374,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/DefaultCheckstyleExecutor.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.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>
-DefaultCheckstyleExecutor (Maven Checkstyle Plugin 2.10 API)
+DefaultCheckstyleExecutor (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor class">
@@ -14,7 +14,7 @@ DefaultCheckstyleExecutor (Maven Checkst
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DefaultCheckstyleExecutor (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="DefaultCheckstyleExecutor (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -109,7 +109,7 @@ Class DefaultCheckstyleExecutor</H2>
 <DT><B>Since:</B></DT>
   <DD>2.5</DD>
 <DT><B>Version:</B></DT>
-  <DD>$Id: DefaultCheckstyleExecutor.java 1441973 2013-02-03 21:44:20Z dennisl $</DD>
+  <DD>$Id: DefaultCheckstyleExecutor.java 1575615 2014-03-08 21:54:26Z dennisl $</DD>
 <DT><B>Author:</B></DT>
   <DD>Olivier Lamy</DD>
 </DL>
@@ -332,6 +332,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/HelpMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/HelpMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/HelpMojo.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>
-HelpMojo (Maven Checkstyle Plugin 2.10 API)
+HelpMojo (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.HelpMojo class">
@@ -14,7 +14,7 @@ HelpMojo (Maven Checkstyle Plugin 2.10 A
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="HelpMojo (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="HelpMojo (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -294,6 +294,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/ReportResource.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/ReportResource.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/ReportResource.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>
-ReportResource (Maven Checkstyle Plugin 2.10 API)
+ReportResource (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.ReportResource class">
@@ -14,7 +14,7 @@ ReportResource (Maven Checkstyle Plugin 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ReportResource (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="ReportResource (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -335,6 +335,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/VelocityTemplate.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/VelocityTemplate.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/VelocityTemplate.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>
-VelocityTemplate (Maven Checkstyle Plugin 2.10 API)
+VelocityTemplate (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.VelocityTemplate class">
@@ -14,7 +14,7 @@ VelocityTemplate (Maven Checkstyle Plugi
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="VelocityTemplate (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="VelocityTemplate (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -397,6 +397,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/class-use/AbstractCheckstyleReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/AbstractCheckstyleReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/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>
-Uses of Class org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport (Maven Checkstyle Plugin 2.10 API)
+Uses of Class org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -112,8 +112,9 @@ Uses of <A HREF="../../../../../../org/a
 <TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleAggregateReport.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleAggregateReport</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a Checkstyle analysis, and generate a report on violations,
- aggregating the result in the project which started this mojo.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -121,7 +122,8 @@ Uses of <A HREF="../../../../../../org/a
 <TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReport.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleReport</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a Checkstyle analysis, and generate a report on violations.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A reporting task that performs Checkstyle analysis and generates an HTML
+ report on any violations that Checkstyle finds.</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -180,6 +182,6 @@ Uses of <A HREF="../../../../../../org/a
 <!-- ======== 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/class-use/CheckstyleAggregateReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleAggregateReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/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>
-Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleAggregateReport (Maven Checkstyle Plugin 2.10 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleAggregateReport (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleAggregateReport (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleAggregateReport (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== 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/class-use/CheckstyleExecutor.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutor.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/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>
-Uses of Interface org.apache.maven.plugin.checkstyle.CheckstyleExecutor (Maven Checkstyle Plugin 2.10 API)
+Uses of Interface org.apache.maven.plugin.checkstyle.CheckstyleExecutor (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Interface org.apache.maven.plugi
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Interface org.apache.maven.plugin.checkstyle.CheckstyleExecutor (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Interface org.apache.maven.plugin.checkstyle.CheckstyleExecutor (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -195,6 +195,6 @@ Uses of <A HREF="../../../../../../org/a
 <!-- ======== 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/class-use/CheckstyleExecutorException.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutorException.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/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>
-Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleExecutorException (Maven Checkstyle Plugin 2.10 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleExecutorException (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleExecutorException (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleExecutorException (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -187,6 +187,6 @@ Uses of <A HREF="../../../../../../org/a
 <!-- ======== 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/class-use/CheckstyleExecutorRequest.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutorRequest.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/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>
-Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest (Maven Checkstyle Plugin 2.10 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -205,6 +205,14 @@ Uses of <A HREF="../../../../../../org/a
 <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>CheckstyleExecutorRequest.</B><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>CheckstyleExecutorRequest.</B><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>
@@ -213,6 +221,14 @@ Uses of <A HREF="../../../../../../org/a
 <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>CheckstyleExecutorRequest.</B><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>CheckstyleExecutorRequest.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setIncludeTestSourceDirectory(boolean)">setIncludeTestSourceDirectory</A></B>(boolean&nbsp;includeTestSourceDirectory)</CODE>
 
 <BR>
@@ -261,6 +277,22 @@ Uses of <A HREF="../../../../../../org/a
 <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>CheckstyleExecutorRequest.</B><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>CheckstyleExecutorRequest.</B><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>CheckstyleExecutorRequest.</B><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>
@@ -301,6 +333,14 @@ Uses of <A HREF="../../../../../../org/a
 <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>CheckstyleExecutorRequest.</B><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>CheckstyleExecutorRequest.</B><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>
@@ -407,6 +447,6 @@ Uses of <A HREF="../../../../../../org/a
 <!-- ======== 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/class-use/CheckstyleReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/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>
-Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReport (Maven Checkstyle Plugin 2.10 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReport (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReport (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReport (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== 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/class-use/CheckstyleReportGenerator.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleReportGenerator.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/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>
-Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReportGenerator (Maven Checkstyle Plugin 2.10 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReportGenerator (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReportGenerator (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReportGenerator (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== 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/class-use/CheckstyleReportListener.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleReportListener.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/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>
-Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReportListener (Maven Checkstyle Plugin 2.10 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReportListener (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReportListener (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReportListener (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -175,6 +175,6 @@ Uses of <A HREF="../../../../../../org/a
 <!-- ======== 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/class-use/CheckstyleResults.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleResults.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/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>
-Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleResults (Maven Checkstyle Plugin 2.10 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleResults (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleResults (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleResults (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -250,6 +250,6 @@ Uses of <A HREF="../../../../../../org/a
 <!-- ======== 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/class-use/CheckstyleViolationCheckMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleViolationCheckMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleViolationCheckMojo.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>
-Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo (Maven Checkstyle Plugin 2.10 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== 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/class-use/DefaultCheckstyleExecutor.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/DefaultCheckstyleExecutor.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/DefaultCheckstyleExecutor.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>
-Uses of Class org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor (Maven Checkstyle Plugin 2.10 API)
+Uses of Class org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== 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/class-use/HelpMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/HelpMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/HelpMojo.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>
-Uses of Class org.apache.maven.plugin.checkstyle.HelpMojo (Maven Checkstyle Plugin 2.10 API)
+Uses of Class org.apache.maven.plugin.checkstyle.HelpMojo (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.HelpMojo (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.HelpMojo (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== 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/class-use/ReportResource.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/ReportResource.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/ReportResource.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>
-Uses of Class org.apache.maven.plugin.checkstyle.ReportResource (Maven Checkstyle Plugin 2.10 API)
+Uses of Class org.apache.maven.plugin.checkstyle.ReportResource (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.ReportResource (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.ReportResource (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== 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/class-use/VelocityTemplate.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/VelocityTemplate.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/class-use/VelocityTemplate.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>
-Uses of Class org.apache.maven.plugin.checkstyle.VelocityTemplate (Maven Checkstyle Plugin 2.10 API)
+Uses of Class org.apache.maven.plugin.checkstyle.VelocityTemplate (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.ch
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.VelocityTemplate (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.VelocityTemplate (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== 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/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/package-frame.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>
-org.apache.maven.plugin.checkstyle (Maven Checkstyle Plugin 2.10 API)
+org.apache.maven.plugin.checkstyle (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle package">

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/package-summary.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>
-org.apache.maven.plugin.checkstyle (Maven Checkstyle Plugin 2.10 API)
+org.apache.maven.plugin.checkstyle (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle package">
@@ -14,7 +14,7 @@ org.apache.maven.plugin.checkstyle (Mave
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugin.checkstyle (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="org.apache.maven.plugin.checkstyle (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -53,7 +53,7 @@ function windowTitle()
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;PREV PACKAGE&nbsp;
-&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/rss/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/resource/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../index.html?org/apache/maven/plugin/checkstyle/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
@@ -105,8 +105,9 @@ Package org.apache.maven.plugin.checksty
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleAggregateReport.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleAggregateReport</A></B></TD>
-<TD>Perform a Checkstyle analysis, and generate a report on violations,
- aggregating the result in the project which started this mojo.</TD>
+<TD>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.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A></B></TD>
@@ -114,7 +115,8 @@ Package org.apache.maven.plugin.checksty
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReport.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleReport</A></B></TD>
-<TD>Perform a Checkstyle analysis, and generate a report on violations.</TD>
+<TD>A reporting task that performs Checkstyle analysis and generates an HTML
+ report on any violations that Checkstyle finds.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleReportGenerator</A></B></TD>
@@ -130,8 +132,8 @@ Package org.apache.maven.plugin.checksty
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleViolationCheckMojo</A></B></TD>
-<TD>Perform a violation check against the last Checkstyle run to see if there are
- any violations.</TD>
+<TD>Performs Checkstyle analysis and outputs violations or a count of violations
+ to the console, potentially failing the build.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html" title="class in org.apache.maven.plugin.checkstyle">DefaultCheckstyleExecutor</A></B></TD>
@@ -201,7 +203,7 @@ Package org.apache.maven.plugin.checksty
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;PREV PACKAGE&nbsp;
-&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/rss/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/resource/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../index.html?org/apache/maven/plugin/checkstyle/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
@@ -224,6 +226,6 @@ Package org.apache.maven.plugin.checksty
 <!-- ======== 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/package-tree.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/package-tree.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/package-tree.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>
-org.apache.maven.plugin.checkstyle Class Hierarchy (Maven Checkstyle Plugin 2.10 API)
+org.apache.maven.plugin.checkstyle Class Hierarchy (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ org.apache.maven.plugin.checkstyle Class
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugin.checkstyle Class Hierarchy (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="org.apache.maven.plugin.checkstyle Class Hierarchy (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -52,7 +52,7 @@ function windowTitle()
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;PREV&nbsp;
-&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/rss/package-tree.html"><B>NEXT</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/resource/package-tree.html"><B>NEXT</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../index.html?org/apache/maven/plugin/checkstyle/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
@@ -147,7 +147,7 @@ Interface Hierarchy
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;PREV&nbsp;
-&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/rss/package-tree.html"><B>NEXT</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../../org/apache/maven/plugin/checkstyle/resource/package-tree.html"><B>NEXT</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../index.html?org/apache/maven/plugin/checkstyle/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
@@ -170,6 +170,6 @@ Interface Hierarchy
 <!-- ======== 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/package-use.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/package-use.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/package-use.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>
-Uses of Package org.apache.maven.plugin.checkstyle (Maven Checkstyle Plugin 2.10 API)
+Uses of Package org.apache.maven.plugin.checkstyle (Apache Maven Checkstyle Plugin 2.12 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Package org.apache.maven.plugin.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.plugin.checkstyle (Maven Checkstyle Plugin 2.10 API)";
+    parent.document.title="Uses of Package org.apache.maven.plugin.checkstyle (Apache Maven Checkstyle Plugin 2.12 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -210,6 +210,6 @@ Classes in <A HREF="../../../../../org/a
 <!-- ======== 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

Added: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/resource/LicenseResourceManager.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/resource/LicenseResourceManager.html (added)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/resource/LicenseResourceManager.html Sat Mar  8 22:39:44 2014
@@ -0,0 +1,322 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+LicenseResourceManager (Apache Maven Checkstyle Plugin 2.12 API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.resource.LicenseResourceManager class">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="LicenseResourceManager (Apache Maven Checkstyle Plugin 2.12 API)";
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/LicenseResourceManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/resource/LicenseResourceManager.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="LicenseResourceManager.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.apache.maven.plugin.checkstyle.resource</FONT>
+<BR>
+Class LicenseResourceManager</H2>
+<PRE>
+<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
+  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by ">org.codehaus.plexus.logging.AbstractLogEnabled
+      <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html" title="class or interface in org.codehaus.plexus.resource">org.codehaus.plexus.resource.DefaultResourceManager</A>
+          <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.maven.plugin.checkstyle.resource.LicenseResourceManager</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD>org.codehaus.plexus.logging.LogEnabled, <A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/ResourceManager.html" title="class or interface in org.codehaus.plexus.resource">ResourceManager</A></DD>
+</DL>
+<HR>
+<DL>
+<DT><PRE><FONT SIZE="-1"><A HREF="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/apidocs/org/codehaus/plexus/component/annotations/Component.html" title="class or interface in org.codehaus.plexus.component.annotations">@Component</A>(<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/apidocs/org/codehaus/plexus/component/annotations/Component.html#role()" title="class or interface in org.codehaus.plexus.component.annotations">role</A>=<A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/ResourceManager.html" title="class or interface in org.codehaus.plexus.resource">org.codehaus.plexus.resource.ResourceManager.class</A>,
+           <A HREF="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/apidocs/org/codehaus/plexus/component/annotations/Component.html#hint()" title="class or interface in org.codehaus.plexus.component.annotations">hint</A>="license")
+</FONT>public class <B>LicenseResourceManager</B><DT>extends <A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html" title="class or interface in org.codehaus.plexus.resource">DefaultResourceManager</A></DL>
+</PRE>
+
+<P>
+<HR>
+
+<P>
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_org.codehaus.plexus.resource.ResourceManager"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Fields inherited from interface org.codehaus.plexus.resource.<A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/ResourceManager.html" title="class or interface in org.codehaus.plexus.resource">ResourceManager</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/ResourceManager.html#ROLE" title="class or interface in org.codehaus.plexus.resource">ROLE</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/resource/LicenseResourceManager.html#LicenseResourceManager()">LicenseResourceManager</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</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/resource/LicenseResourceManager.html#addSearchPath(java.lang.String, java.lang.String)">addSearchPath</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;id,
+              <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;path)</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://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/PlexusResource.html" title="class or interface in org.codehaus.plexus.resource">PlexusResource</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/resource/LicenseResourceManager.html#getResource(java.lang.String)">getResource</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;name)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_org.codehaus.plexus.resource.DefaultResourceManager"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class org.codehaus.plexus.resource.<A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html" title="class or interface in org.codehaus.plexus.resource">DefaultResourceManager</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html#createResourceAsFile(org.codehaus.plexus.resource.PlexusResource, java.io.File)" title="class or interface in org.codehaus.plexus.resource">createResourceAsFile</A>, <A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html#getResourceAsFile(org.codehaus.plexus.resource.PlexusResource)" title="class or interface in org.codehaus.plexus.resource">getResourceAsFile</A>, <A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html#getResourceAsFile(java.lang.String)" title="class or interface in org.codehaus.plexus.resource">getResourceAsFile</A>, <A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html#getResourceA
 sFile(java.lang.String, java.lang.String)" title="class or interface in org.codehaus.plexus.resource">getResourceAsFile</A>, <A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html#getResourceAsInputStream(java.lang.String)" title="class or interface in org.codehaus.plexus.resource">getResourceAsInputStream</A>, <A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html#resolveLocation(java.lang.String)" title="class or interface in org.codehaus.plexus.resource">resolveLocation</A>, <A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html#resolveLocation(java.lang.String, java.lang.String)" title="class or interface in org.codehaus.plexus.resource">resolveLocation</A>, <A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/
 codehaus/plexus/resource/DefaultResourceManager.html#setOutputDirectory(java.io.File)" title="class or interface in org.codehaus.plexus.resource">setOutputDirectory</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_org.codehaus.plexus.logging.AbstractLogEnabled"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>enableLogging, getLogger, setupLogger, setupLogger, setupLogger</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">noti
 fyAll</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="LicenseResourceManager()"><!-- --></A><H3>
+LicenseResourceManager</H3>
+<PRE>
+public <B>LicenseResourceManager</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="addSearchPath(java.lang.String, java.lang.String)"><!-- --></A><H3>
+addSearchPath</H3>
+<PRE>
+public void <B>addSearchPath</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;id,
+                          <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;path)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/ResourceManager.html#addSearchPath(java.lang.String, java.lang.String)" title="class or interface in org.codehaus.plexus.resource">addSearchPath</A></CODE> in interface <CODE><A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/ResourceManager.html" title="class or interface in org.codehaus.plexus.resource">ResourceManager</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html#addSearchPath(java.lang.String, java.lang.String)" title="class or interface in org.codehaus.plexus.resource">addSearchPath</A></CODE> in class <CODE><A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html" title="clas
 s or interface in org.codehaus.plexus.resource">DefaultResourceManager</A></CODE></DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getResource(java.lang.String)"><!-- --></A><H3>
+getResource</H3>
+<PRE>
+public <A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/PlexusResource.html" title="class or interface in org.codehaus.plexus.resource">PlexusResource</A> <B>getResource</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;name)
+                           throws <A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/loader/ResourceNotFoundException.html" title="class or interface in org.codehaus.plexus.resource.loader">ResourceNotFoundException</A></PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/ResourceManager.html#getResource(java.lang.String)" title="class or interface in org.codehaus.plexus.resource">getResource</A></CODE> in interface <CODE><A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/ResourceManager.html" title="class or interface in org.codehaus.plexus.resource">ResourceManager</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html#getResource(java.lang.String)" title="class or interface in org.codehaus.plexus.resource">getResource</A></CODE> in class <CODE><A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/DefaultResourceManager.html" title="class or interface in org.codehaus.plexus.resour
 ce">DefaultResourceManager</A></CODE></DL>
+</DD>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://plexus.codehaus.org/plexus-components/plexus-resources/apidocs/org/codehaus/plexus/resource/loader/ResourceNotFoundException.html" title="class or interface in org.codehaus.plexus.resource.loader">ResourceNotFoundException</A></CODE></DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/LicenseResourceManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/resource/LicenseResourceManager.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="LicenseResourceManager.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+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

Propchange: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/resource/LicenseResourceManager.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/resource/LicenseResourceManager.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/resource/class-use/LicenseResourceManager.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/resource/class-use/LicenseResourceManager.html (added)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/resource/class-use/LicenseResourceManager.html Sat Mar  8 22:39:44 2014
@@ -0,0 +1,140 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+Uses of Class org.apache.maven.plugin.checkstyle.resource.LicenseResourceManager (Apache Maven Checkstyle Plugin 2.12 API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.resource.LicenseResourceManager (Apache Maven Checkstyle Plugin 2.12 API)";
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/apache/maven/plugin/checkstyle/resource/LicenseResourceManager.html" title="class in org.apache.maven.plugin.checkstyle.resource"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugin/checkstyle/resource/class-use/LicenseResourceManager.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="LicenseResourceManager.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+<B>Uses of Class<br>org.apache.maven.plugin.checkstyle.resource.LicenseResourceManager</B></H2>
+</CENTER>
+No usage of org.apache.maven.plugin.checkstyle.resource.LicenseResourceManager
+<P>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../org/apache/maven/plugin/checkstyle/resource/LicenseResourceManager.html" title="class in org.apache.maven.plugin.checkstyle.resource"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../../index.html?org/apache/maven/plugin/checkstyle/resource/class-use/LicenseResourceManager.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="LicenseResourceManager.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+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

Propchange: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/resource/class-use/LicenseResourceManager.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/resource/class-use/LicenseResourceManager.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision