You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/08 16:00:20 UTC

svn commit: r816663 [4/31] - in /websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugin/checkstyle/ apidocs/org/apache/maven/plugin/checkstyle/class-use/ apidocs/org/apache/maven/plugin...

Modified: websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/VelocityTemplate.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/VelocityTemplate.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/VelocityTemplate.html Tue May  8 14:00:13 2012
@@ -2,20 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 22 10:07:26 BST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 08 20:38:36 CEST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-VelocityTemplate (Maven Checkstyle Plugin 2.6 API)
+VelocityTemplate (Maven Checkstyle Plugin 2.7 API)
 </TITLE>
 
-<META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.VelocityTemplate class">
+<META NAME="date" CONTENT="2011-08-08">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="VelocityTemplate (Maven Checkstyle Plugin 2.6 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="VelocityTemplate (Maven Checkstyle Plugin 2.7 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -24,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -90,12 +93,12 @@ org.apache.maven.plugin.checkstyle</FONT
 <BR>
 Class VelocityTemplate</H2>
 <PRE>
-<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
+<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
   <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.maven.plugin.checkstyle.VelocityTemplate</B>
 </PRE>
 <HR>
 <DL>
-<DT><PRE>public class <B>VelocityTemplate</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
+<DT><PRE>public class <B>VelocityTemplate</B><DT>extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
 </PRE>
 
 <P>
@@ -136,8 +139,8 @@ Class VelocityTemplate</H2>
 <B>Constructor Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/VelocityTemplate.html#VelocityTemplate(org.codehaus.plexus.velocity.VelocityComponent, java.lang.String)">VelocityTemplate</A></B>(<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/velocity.VelocityComponent.html" title="class or interface in org.codehaus.plexus">org.codehaus.plexus.velocity.VelocityComponent</A>&nbsp;velocityComponent,
-                 <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;templateBaseDirectory)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/VelocityTemplate.html#VelocityTemplate(org.codehaus.plexus.velocity.VelocityComponent, java.lang.String)">VelocityTemplate</A></B>(<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/velocity.VelocityComponent.html?is-external=true" title="class or interface in org.codehaus.plexus">org.codehaus.plexus.velocity.VelocityComponent</A>&nbsp;velocityComponent,
+                 <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;templateBaseDirectory)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -155,9 +158,9 @@ Class VelocityTemplate</H2>
 <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/VelocityTemplate.html#generate(java.lang.String, java.lang.String, org.apache.velocity.context.Context)">generate</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;outputFilename,
-         <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;template,
-         <A HREF="http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/org/apache/velocity/context/Context.html" title="class or interface in org.apache.velocity.context">Context</A>&nbsp;context)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/VelocityTemplate.html#generate(java.lang.String, java.lang.String, org.apache.velocity.context.Context)">generate</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;outputFilename,
+         <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;template,
+         <A HREF="http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/org/apache/velocity/context/Context.html?is-external=true" title="class or interface in org.apache.velocity.context">Context</A>&nbsp;context)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Using a specified Velocity Template and provided context, create the outputFilename.</TD>
@@ -172,7 +175,7 @@ Class VelocityTemplate</H2>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/VelocityTemplate.html#getTemplateDirectory()">getTemplateDirectory</A></B>()</CODE>
 
 <BR>
@@ -180,7 +183,7 @@ Class VelocityTemplate</H2>
 </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-containers/plexus-container-default/apidocs/org/codehaus/plexus/velocity.VelocityComponent.html" title="class or interface in org.codehaus.plexus">org.codehaus.plexus.velocity.VelocityComponent</A></CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/velocity.VelocityComponent.html?is-external=true" title="class or interface in org.codehaus.plexus">org.codehaus.plexus.velocity.VelocityComponent</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/VelocityTemplate.html#getVelocity()">getVelocity</A></B>()</CODE>
 
 <BR>
@@ -197,7 +200,7 @@ Class VelocityTemplate</H2>
 <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/VelocityTemplate.html#setTemplateDirectory(java.lang.String)">setTemplateDirectory</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;templateDirectory)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/VelocityTemplate.html#setTemplateDirectory(java.lang.String)">setTemplateDirectory</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;templateDirectory)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -205,7 +208,7 @@ Class VelocityTemplate</H2>
 <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/VelocityTemplate.html#setVelocity(org.codehaus.plexus.velocity.VelocityComponent)">setVelocity</A></B>(<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/velocity.VelocityComponent.html" title="class or interface in org.codehaus.plexus">org.codehaus.plexus.velocity.VelocityComponent</A>&nbsp;velocity)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/VelocityTemplate.html#setVelocity(org.codehaus.plexus.velocity.VelocityComponent)">setVelocity</A></B>(<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/velocity.VelocityComponent.html?is-external=true" title="class or interface in org.codehaus.plexus">org.codehaus.plexus.velocity.VelocityComponent</A>&nbsp;velocity)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -214,10 +217,10 @@ Class VelocityTemplate</H2>
 &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://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://
 java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -236,8 +239,8 @@ Class VelocityTemplate</H2>
 <A NAME="VelocityTemplate(org.codehaus.plexus.velocity.VelocityComponent, java.lang.String)"><!-- --></A><H3>
 VelocityTemplate</H3>
 <PRE>
-public <B>VelocityTemplate</B>(<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/velocity.VelocityComponent.html" title="class or interface in org.codehaus.plexus">org.codehaus.plexus.velocity.VelocityComponent</A>&nbsp;velocityComponent,
-                        <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;templateBaseDirectory)</PRE>
+public <B>VelocityTemplate</B>(<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/velocity.VelocityComponent.html?is-external=true" title="class or interface in org.codehaus.plexus">org.codehaus.plexus.velocity.VelocityComponent</A>&nbsp;velocityComponent,
+                        <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;templateBaseDirectory)</PRE>
 <DL>
 </DL>
 
@@ -254,7 +257,7 @@ public <B>VelocityTemplate</B>(<A HREF="
 <A NAME="getTemplateDirectory()"><!-- --></A><H3>
 getTemplateDirectory</H3>
 <PRE>
-public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getTemplateDirectory</B>()</PRE>
+public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getTemplateDirectory</B>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -265,7 +268,7 @@ public <A HREF="http://java.sun.com/j2se
 <A NAME="getVelocity()"><!-- --></A><H3>
 getVelocity</H3>
 <PRE>
-public <A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/velocity.VelocityComponent.html" title="class or interface in org.codehaus.plexus">org.codehaus.plexus.velocity.VelocityComponent</A> <B>getVelocity</B>()</PRE>
+public <A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/velocity.VelocityComponent.html?is-external=true" title="class or interface in org.codehaus.plexus">org.codehaus.plexus.velocity.VelocityComponent</A> <B>getVelocity</B>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -276,21 +279,21 @@ public <A HREF="http://plexus.codehaus.o
 <A NAME="generate(java.lang.String, java.lang.String, org.apache.velocity.context.Context)"><!-- --></A><H3>
 generate</H3>
 <PRE>
-public void <B>generate</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;outputFilename,
-                     <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;template,
-                     <A HREF="http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/org/apache/velocity/context/Context.html" title="class or interface in org.apache.velocity.context">Context</A>&nbsp;context)
-              throws <A HREF="http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/org/apache/velocity/exception/VelocityException.html" title="class or interface in org.apache.velocity.exception">VelocityException</A>,
+public void <B>generate</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;outputFilename,
+                     <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;template,
+                     <A HREF="http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/org/apache/velocity/context/Context.html?is-external=true" title="class or interface in org.apache.velocity.context">Context</A>&nbsp;context)
+              throws <A HREF="http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/org/apache/velocity/exception/VelocityException.html?is-external=true" title="class or interface in org.apache.velocity.exception">VelocityException</A>,
                      org.apache.maven.plugin.MojoExecutionException,
-                     <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
+                     <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Using a specified Velocity Template and provided context, create the outputFilename.
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>outputFilename</CODE> - the file to be generated.<DD><CODE>template</CODE> - the velocity template to use.<DD><CODE>context</CODE> - the velocity context map.
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/org/apache/velocity/exception/VelocityException.html" title="class or interface in org.apache.velocity.exception">VelocityException</A></CODE> - if the template was not found or any other Velocity exception.
+<DD><CODE><A HREF="http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/org/apache/velocity/exception/VelocityException.html?is-external=true" title="class or interface in org.apache.velocity.exception">VelocityException</A></CODE> - if the template was not found or any other Velocity exception.
 <DD><CODE>org.apache.maven.plugin.MojoExecutionException</CODE>
-<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -298,7 +301,7 @@ public void <B>generate</B>(<A HREF="htt
 <A NAME="setTemplateDirectory(java.lang.String)"><!-- --></A><H3>
 setTemplateDirectory</H3>
 <PRE>
-public void <B>setTemplateDirectory</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;templateDirectory)</PRE>
+public void <B>setTemplateDirectory</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;templateDirectory)</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -309,7 +312,7 @@ public void <B>setTemplateDirectory</B>(
 <A NAME="setVelocity(org.codehaus.plexus.velocity.VelocityComponent)"><!-- --></A><H3>
 setVelocity</H3>
 <PRE>
-public void <B>setVelocity</B>(<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/velocity.VelocityComponent.html" title="class or interface in org.codehaus.plexus">org.codehaus.plexus.velocity.VelocityComponent</A>&nbsp;velocity)</PRE>
+public void <B>setVelocity</B>(<A HREF="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/velocity.VelocityComponent.html?is-external=true" title="class or interface in org.codehaus.plexus">org.codehaus.plexus.velocity.VelocityComponent</A>&nbsp;velocity)</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -398,6 +401,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2011 <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/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutor.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutor.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutor.html Tue May  8 14:00:13 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 22 10:07:26 BST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 08 20:38:36 CEST 2011 -->
 <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.6 API)
+Uses of Interface org.apache.maven.plugin.checkstyle.CheckstyleExecutor (Maven Checkstyle Plugin 2.7 API)
 </TITLE>
 
+<META NAME="date" CONTENT="2011-08-08">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Interface org.apache.maven.plugin.checkstyle.CheckstyleExecutor (Maven Checkstyle Plugin 2.6 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Interface org.apache.maven.plugin.checkstyle.CheckstyleExecutor (Maven Checkstyle Plugin 2.7 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -55,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleExecutor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleExecutor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -126,7 +130,7 @@ Uses of <A HREF="../../../../../../org/a
 <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>CheckstyleViolationCheckMojo.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html#checkstyleExecutor">checkstyleExecutor</A></B></CODE>
+<TD><CODE><B>CheckstyleReport.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReport.html#checkstyleExecutor">checkstyleExecutor</A></B></CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -134,7 +138,7 @@ Uses of <A HREF="../../../../../../org/a
 <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>CheckstyleReport.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReport.html#checkstyleExecutor">checkstyleExecutor</A></B></CODE>
+<TD><CODE><B>CheckstyleViolationCheckMojo.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html#checkstyleExecutor">checkstyleExecutor</A></B></CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -175,7 +179,7 @@ Uses of <A HREF="../../../../../../org/a
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleExecutor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleExecutor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -196,6 +200,6 @@ Uses of <A HREF="../../../../../../org/a
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2011 <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/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutorException.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutorException.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutorException.html Tue May  8 14:00:13 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 22 10:07:26 BST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 08 20:38:36 CEST 2011 -->
 <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.6 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleExecutorException (Maven Checkstyle Plugin 2.7 API)
 </TITLE>
 
+<META NAME="date" CONTENT="2011-08-08">
 
 <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.CheckstyleExecutorException (Maven Checkstyle Plugin 2.6 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleExecutorException (Maven Checkstyle Plugin 2.7 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -55,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutorException.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleExecutorException.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleExecutorException.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -110,7 +114,7 @@ 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/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleResults</A></CODE></FONT></TD>
-<TD><CODE><B>DefaultCheckstyleExecutor.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest)">executeCheckstyle</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A>&nbsp;request)</CODE>
+<TD><CODE><B>CheckstyleExecutor.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest)">executeCheckstyle</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A>&nbsp;request)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -118,7 +122,7 @@ 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/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleResults</A></CODE></FONT></TD>
-<TD><CODE><B>CheckstyleExecutor.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest)">executeCheckstyle</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A>&nbsp;request)</CODE>
+<TD><CODE><B>DefaultCheckstyleExecutor.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest)">executeCheckstyle</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A>&nbsp;request)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -167,7 +171,7 @@ Uses of <A HREF="../../../../../../org/a
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutorException.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleExecutorException.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleExecutorException.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -188,6 +192,6 @@ Uses of <A HREF="../../../../../../org/a
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2011 <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/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutorRequest.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutorRequest.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutorRequest.html Tue May  8 14:00:13 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 22 10:07:26 BST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 08 20:38:36 CEST 2011 -->
 <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.6 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest (Maven Checkstyle Plugin 2.7 API)
 </TITLE>
 
+<META NAME="date" CONTENT="2011-08-08">
 
 <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.CheckstyleExecutorRequest (Maven Checkstyle Plugin 2.6 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest (Maven Checkstyle Plugin 2.7 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -55,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutorRequest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleExecutorRequest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleExecutorRequest.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -110,7 +114,7 @@ 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#setCacheFile(java.lang.String)">setCacheFile</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;cacheFile)</CODE>
+<TD><CODE><B>CheckstyleExecutorRequest.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setCacheFile(java.lang.String)">setCacheFile</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;cacheFile)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -118,7 +122,7 @@ 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#setConfigLocation(java.lang.String)">setConfigLocation</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;configLocation)</CODE>
+<TD><CODE><B>CheckstyleExecutorRequest.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setConfigLocation(java.lang.String)">setConfigLocation</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;configLocation)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -142,7 +146,7 @@ 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#setEncoding(java.lang.String)">setEncoding</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;encoding)</CODE>
+<TD><CODE><B>CheckstyleExecutorRequest.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setEncoding(java.lang.String)">setEncoding</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;encoding)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -150,7 +154,7 @@ 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#setExcludes(java.lang.String)">setExcludes</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;excludes)</CODE>
+<TD><CODE><B>CheckstyleExecutorRequest.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setExcludes(java.lang.String)">setExcludes</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;excludes)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -166,7 +170,7 @@ 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#setHeaderLocation(java.lang.String)">setHeaderLocation</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;headerLocation)</CODE>
+<TD><CODE><B>CheckstyleExecutorRequest.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setHeaderLocation(java.lang.String)">setHeaderLocation</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;headerLocation)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -174,7 +178,7 @@ 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#setIncludes(java.lang.String)">setIncludes</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;includes)</CODE>
+<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://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;includes)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -214,7 +218,7 @@ 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#setPropertyExpansion(java.lang.String)">setPropertyExpansion</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;propertyExpansion)</CODE>
+<TD><CODE><B>CheckstyleExecutorRequest.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setPropertyExpansion(java.lang.String)">setPropertyExpansion</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;propertyExpansion)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -222,7 +226,7 @@ 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#setSourceDirectory(java.io.File)">setSourceDirectory</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;sourceDirectory)</CODE>
+<TD><CODE><B>CheckstyleExecutorRequest.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setSourceDirectory(java.io.File)">setSourceDirectory</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>&nbsp;sourceDirectory)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -230,7 +234,7 @@ 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#setStringOutputStream(java.io.ByteArrayOutputStream)">setStringOutputStream</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/ByteArrayOutputStream.html" title="class or interface in java.io">ByteArrayOutputStream</A>&nbsp;stringOutputStream)</CODE>
+<TD><CODE><B>CheckstyleExecutorRequest.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setStringOutputStream(java.io.ByteArrayOutputStream)">setStringOutputStream</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/ByteArrayOutputStream.html?is-external=true" title="class or interface in java.io">ByteArrayOutputStream</A>&nbsp;stringOutputStream)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -238,7 +242,7 @@ 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#setSuppressionsFileExpression(java.lang.String)">setSuppressionsFileExpression</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;suppressionsFileExpression)</CODE>
+<TD><CODE><B>CheckstyleExecutorRequest.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setSuppressionsFileExpression(java.lang.String)">setSuppressionsFileExpression</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;suppressionsFileExpression)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -246,7 +250,7 @@ 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#setSuppressionsLocation(java.lang.String)">setSuppressionsLocation</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;suppressionsLocation)</CODE>
+<TD><CODE><B>CheckstyleExecutorRequest.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html#setSuppressionsLocation(java.lang.String)">setSuppressionsLocation</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;suppressionsLocation)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -254,7 +258,7 @@ 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#setTestSourceDirectory(java.io.File)">setTestSourceDirectory</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;testSourceDirectory)</CODE>
+<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://java.sun.com/j2se/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>&nbsp;testSourceDirectory)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -270,7 +274,7 @@ 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/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleResults</A></CODE></FONT></TD>
-<TD><CODE><B>DefaultCheckstyleExecutor.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest)">executeCheckstyle</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A>&nbsp;request)</CODE>
+<TD><CODE><B>CheckstyleExecutor.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest)">executeCheckstyle</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A>&nbsp;request)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -278,7 +282,7 @@ 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/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleResults</A></CODE></FONT></TD>
-<TD><CODE><B>CheckstyleExecutor.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest)">executeCheckstyle</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A>&nbsp;request)</CODE>
+<TD><CODE><B>DefaultCheckstyleExecutor.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest)">executeCheckstyle</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A>&nbsp;request)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -327,7 +331,7 @@ Uses of <A HREF="../../../../../../org/a
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleExecutorRequest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleExecutorRequest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleExecutorRequest.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -348,6 +352,6 @@ Uses of <A HREF="../../../../../../org/a
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2011 <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/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleReport.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleReport.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleReport.html Tue May  8 14:00:13 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 22 10:07:26 BST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 08 20:38:36 CEST 2011 -->
 <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.6 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReport (Maven Checkstyle Plugin 2.7 API)
 </TITLE>
 
+<META NAME="date" CONTENT="2011-08-08">
 
 <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.CheckstyleReport (Maven Checkstyle Plugin 2.6 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReport (Maven Checkstyle Plugin 2.7 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -55,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleReport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleReport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleReport.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +119,7 @@ No usage of org.apache.maven.plugin.chec
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleReport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleReport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleReport.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -136,6 +140,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2011 <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/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleReportGenerator.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleReportGenerator.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleReportGenerator.html Tue May  8 14:00:13 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 22 10:07:26 BST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 08 20:38:36 CEST 2011 -->
 <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.6 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReportGenerator (Maven Checkstyle Plugin 2.7 API)
 </TITLE>
 
+<META NAME="date" CONTENT="2011-08-08">
 
 <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.CheckstyleReportGenerator (Maven Checkstyle Plugin 2.6 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReportGenerator (Maven Checkstyle Plugin 2.7 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -55,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleReportGenerator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleReportGenerator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleReportGenerator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +119,7 @@ No usage of org.apache.maven.plugin.chec
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleReportGenerator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleReportGenerator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleReportGenerator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -136,6 +140,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2011 <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/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleReportListener.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleReportListener.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleReportListener.html Tue May  8 14:00:13 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 22 10:07:26 BST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 08 20:38:36 CEST 2011 -->
 <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.6 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReportListener (Maven Checkstyle Plugin 2.7 API)
 </TITLE>
 
+<META NAME="date" CONTENT="2011-08-08">
 
 <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.CheckstyleReportListener (Maven Checkstyle Plugin 2.6 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleReportListener (Maven Checkstyle Plugin 2.7 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -55,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleReportListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleReportListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleReportListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +119,7 @@ No usage of org.apache.maven.plugin.chec
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleReportListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleReportListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleReportListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -136,6 +140,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2011 <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/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleResults.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleResults.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleResults.html Tue May  8 14:00:13 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 22 10:07:26 BST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 08 20:38:36 CEST 2011 -->
 <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.6 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleResults (Maven Checkstyle Plugin 2.7 API)
 </TITLE>
 
+<META NAME="date" CONTENT="2011-08-08">
 
 <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.CheckstyleResults (Maven Checkstyle Plugin 2.6 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleResults (Maven Checkstyle Plugin 2.7 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -55,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleResults.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleResults.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleResults.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -114,7 +118,7 @@ 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/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleResults</A></CODE></FONT></TD>
-<TD><CODE><B>DefaultCheckstyleExecutor.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest)">executeCheckstyle</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A>&nbsp;request)</CODE>
+<TD><CODE><B>CheckstyleExecutor.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest)">executeCheckstyle</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A>&nbsp;request)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -122,7 +126,7 @@ 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/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleResults</A></CODE></FONT></TD>
-<TD><CODE><B>CheckstyleExecutor.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest)">executeCheckstyle</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A>&nbsp;request)</CODE>
+<TD><CODE><B>DefaultCheckstyleExecutor.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.CheckstyleExecutorRequest)">executeCheckstyle</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutorRequest.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleExecutorRequest</A>&nbsp;request)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -179,7 +183,7 @@ Uses of <A HREF="../../../../../../org/a
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>DefaultCheckstyleRssGenerator.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/rss/DefaultCheckstyleRssGenerator.html#generateRSS(org.apache.maven.plugin.checkstyle.CheckstyleResults, org.apache.maven.plugin.checkstyle.rss.CheckstyleRssGeneratorRequest)">generateRSS</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleResults</A>&nbsp;results,
+<TD><CODE><B>CheckstyleRssGenerator.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/rss/CheckstyleRssGenerator.html#generateRSS(org.apache.maven.plugin.checkstyle.CheckstyleResults, org.apache.maven.plugin.checkstyle.rss.CheckstyleRssGeneratorRequest)">generateRSS</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleResults</A>&nbsp;results,
             <A HREF="../../../../../../org/apache/maven/plugin/checkstyle/rss/CheckstyleRssGeneratorRequest.html" title="class in org.apache.maven.plugin.checkstyle.rss">CheckstyleRssGeneratorRequest</A>&nbsp;checkstyleRssGeneratorRequest)</CODE>
 
 <BR>
@@ -188,7 +192,7 @@ Uses of <A HREF="../../../../../../org/a
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>CheckstyleRssGenerator.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/rss/CheckstyleRssGenerator.html#generateRSS(org.apache.maven.plugin.checkstyle.CheckstyleResults, org.apache.maven.plugin.checkstyle.rss.CheckstyleRssGeneratorRequest)">generateRSS</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleResults</A>&nbsp;results,
+<TD><CODE><B>DefaultCheckstyleRssGenerator.</B><B><A HREF="../../../../../../org/apache/maven/plugin/checkstyle/rss/DefaultCheckstyleRssGenerator.html#generateRSS(org.apache.maven.plugin.checkstyle.CheckstyleResults, org.apache.maven.plugin.checkstyle.rss.CheckstyleRssGeneratorRequest)">generateRSS</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle">CheckstyleResults</A>&nbsp;results,
             <A HREF="../../../../../../org/apache/maven/plugin/checkstyle/rss/CheckstyleRssGeneratorRequest.html" title="class in org.apache.maven.plugin.checkstyle.rss">CheckstyleRssGeneratorRequest</A>&nbsp;checkstyleRssGeneratorRequest)</CODE>
 
 <BR>
@@ -230,7 +234,7 @@ Uses of <A HREF="../../../../../../org/a
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleResults.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleResults.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleResults.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -251,6 +255,6 @@ Uses of <A HREF="../../../../../../org/a
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2011 <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/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleViolationCheckMojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleViolationCheckMojo.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/CheckstyleViolationCheckMojo.html Tue May  8 14:00:13 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 22 10:07:26 BST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 08 20:38:36 CEST 2011 -->
 <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.6 API)
+Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo (Maven Checkstyle Plugin 2.7 API)
 </TITLE>
 
+<META NAME="date" CONTENT="2011-08-08">
 
 <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.CheckstyleViolationCheckMojo (Maven Checkstyle Plugin 2.6 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo (Maven Checkstyle Plugin 2.7 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -55,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleViolationCheckMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleViolationCheckMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleViolationCheckMojo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +119,7 @@ No usage of org.apache.maven.plugin.chec
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/CheckstyleViolationCheckMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useCheckstyleViolationCheckMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CheckstyleViolationCheckMojo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -136,6 +140,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2011 <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/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/DefaultCheckstyleExecutor.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/DefaultCheckstyleExecutor.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/DefaultCheckstyleExecutor.html Tue May  8 14:00:13 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 22 10:07:26 BST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 08 20:38:36 CEST 2011 -->
 <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.6 API)
+Uses of Class org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor (Maven Checkstyle Plugin 2.7 API)
 </TITLE>
 
+<META NAME="date" CONTENT="2011-08-08">
 
 <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.DefaultCheckstyleExecutor (Maven Checkstyle Plugin 2.6 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor (Maven Checkstyle Plugin 2.7 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -55,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/DefaultCheckstyleExecutor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useDefaultCheckstyleExecutor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="DefaultCheckstyleExecutor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +119,7 @@ No usage of org.apache.maven.plugin.chec
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/DefaultCheckstyleExecutor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useDefaultCheckstyleExecutor.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="DefaultCheckstyleExecutor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -136,6 +140,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2011 <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/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/HelpMojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/HelpMojo.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/HelpMojo.html Tue May  8 14:00:13 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 22 10:07:26 BST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 08 20:38:36 CEST 2011 -->
 <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.6 API)
+Uses of Class org.apache.maven.plugin.checkstyle.HelpMojo (Maven Checkstyle Plugin 2.7 API)
 </TITLE>
 
+<META NAME="date" CONTENT="2011-08-08">
 
 <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.HelpMojo (Maven Checkstyle Plugin 2.6 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.HelpMojo (Maven Checkstyle Plugin 2.7 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -55,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/HelpMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useHelpMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HelpMojo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +119,7 @@ No usage of org.apache.maven.plugin.chec
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/HelpMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useHelpMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HelpMojo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -136,6 +140,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2011 <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/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/ReportResource.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/ReportResource.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/ReportResource.html Tue May  8 14:00:13 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 22 10:07:26 BST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 08 20:38:36 CEST 2011 -->
 <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.6 API)
+Uses of Class org.apache.maven.plugin.checkstyle.ReportResource (Maven Checkstyle Plugin 2.7 API)
 </TITLE>
 
+<META NAME="date" CONTENT="2011-08-08">
 
 <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.ReportResource (Maven Checkstyle Plugin 2.6 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.ReportResource (Maven Checkstyle Plugin 2.7 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -55,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/ReportResource.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useReportResource.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ReportResource.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +119,7 @@ No usage of org.apache.maven.plugin.chec
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/ReportResource.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useReportResource.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ReportResource.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -136,6 +140,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2011 <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/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/VelocityTemplate.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/VelocityTemplate.html (original)
+++ websites/production/maventest/content/plugins/maven-checkstyle-plugin-latest/apidocs/org/apache/maven/plugin/checkstyle/class-use/VelocityTemplate.html Tue May  8 14:00:13 2012
@@ -2,19 +2,22 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 22 10:07:26 BST 2010 -->
+<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 08 20:38:36 CEST 2011 -->
 <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.6 API)
+Uses of Class org.apache.maven.plugin.checkstyle.VelocityTemplate (Maven Checkstyle Plugin 2.7 API)
 </TITLE>
 
+<META NAME="date" CONTENT="2011-08-08">
 
 <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.VelocityTemplate (Maven Checkstyle Plugin 2.6 API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.maven.plugin.checkstyle.VelocityTemplate (Maven Checkstyle Plugin 2.7 API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +26,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -55,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/VelocityTemplate.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useVelocityTemplate.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="VelocityTemplate.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +119,7 @@ No usage of org.apache.maven.plugin.chec
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle/class-use/VelocityTemplate.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/checkstyle//class-useVelocityTemplate.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="VelocityTemplate.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -136,6 +140,6 @@ No usage of org.apache.maven.plugin.chec
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file