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/11 21:12:55 UTC

svn commit: r901148 [6/48] - in /websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/pmd/ apidocs/org/apache/maven/plugin/pmd/class-use/ apidocs/org/apache/maven/plugin/pmd/model/ apid...

Modified: websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdReportListener.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdReportListener.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdReportListener.html Tue Mar 11 20:12:51 2014
@@ -4,18 +4,17 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-PmdReportListener (Maven PMD Plugin 3.0.1 API)
+PmdReportListener (Apache Maven PMD Plugin 3.1 API)
 </TITLE>
 
+<META NAME="keywords" CONTENT="org.apache.maven.plugin.pmd.PmdReportListener class">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PmdReportListener (Maven PMD Plugin 3.0.1 API)";
-    }
+    parent.document.title="PmdReportListener (Apache Maven PMD Plugin 3.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -24,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -54,7 +52,7 @@ function windowTitle()
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReport.html" title="class in org.apache.maven.plugin.pmd"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReportGenerator.html" title="class in org.apache.maven.plugin.pmd"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A HREF="../../../../../org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html" title="class in org.apache.maven.plugin.pmd"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../index.html?org/apache/maven/plugin/pmd/PmdReportListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
@@ -91,28 +89,22 @@ org.apache.maven.plugin.pmd</FONT>
 <BR>
 Class PmdReportListener</H2>
 <PRE>
-<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+<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 "><B>org.apache.maven.plugin.pmd.PmdReportListener</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/ReportListener.html?is-external=true" title="class or interface in net.sourceforge.pmd">ReportListener</A></DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/ReportListener.html" title="class or interface in net.sourceforge.pmd">ReportListener</A></DD>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>PmdReportListener</B><DT>extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/ReportListener.html?is-external=true" title="class or interface in net.sourceforge.pmd">ReportListener</A></DL>
+<DT><PRE>public class <B>PmdReportListener</B><DT>extends <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><DT>implements <A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/ReportListener.html" title="class or interface in net.sourceforge.pmd">ReportListener</A></DL>
 </PRE>
 
 <P>
-Handle events from PMD, converting them into Doxia events.
+Handle events from PMD and collect violations.
 <P>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Id$</DD>
-<DT><B>Author:</B></DT>
-  <DD>Brett Porter</DD>
-</DL>
 <HR>
 
 <P>
@@ -126,10 +118,7 @@ Handle events from PMD, converting them 
 <B>Constructor Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReportListener.html#PmdReportListener(org.apache.maven.plugin.logging.Log, org.apache.maven.doxia.sink.Sink, java.util.ResourceBundle, boolean)">PmdReportListener</A></B>(<A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</A>&nbsp;log,
-                  <A HREF="http://maven.apache.org/doxia/doxia/doxia-sink-api/apidocs/org/apache/maven/doxia/sink/Sink.html?is-external=true" title="class or interface in org.apache.maven.doxia.sink">Sink</A>&nbsp;sink,
-                  <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ResourceBundle.html?is-external=true" title="class or interface in java.util">ResourceBundle</A>&nbsp;bundle,
-                  boolean&nbsp;aggregate)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReportListener.html#PmdReportListener()">PmdReportListener</A></B>()</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -146,24 +135,24 @@ Handle events from PMD, converting them 
 </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/pmd/PmdReportListener.html#beginDocument()">beginDocument</A></B>()</CODE>
+<CODE>&nbsp;<A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/Report.html" title="class or interface in net.sourceforge.pmd">Report</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReportListener.html#asReport()">asReport</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new single report with all violations for further rendering into other formats than HTML.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReportListener.html#endDocument()">endDocument</A></B>()</CODE>
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/RuleViolation.html" title="class or interface in net.sourceforge.pmd">RuleViolation</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReportListener.html#getViolations()">getViolations</A></B>()</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/RuleViolation.html?is-external=true" title="class or interface in net.sourceforge.pmd">RuleViolation</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReportListener.html#getViolations()">getViolations</A></B>()</CODE>
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReportListener.html#hasViolations()">hasViolations</A></B>()</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -171,7 +160,7 @@ Handle events from PMD, converting them 
 <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/pmd/PmdReportListener.html#metricAdded(net.sourceforge.pmd.stat.Metric)">metricAdded</A></B>(<A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/stat/Metric.html?is-external=true" title="class or interface in net.sourceforge.pmd.stat">Metric</A>&nbsp;metric)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReportListener.html#metricAdded(net.sourceforge.pmd.stat.Metric)">metricAdded</A></B>(<A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/stat/Metric.html" title="class or interface in net.sourceforge.pmd.stat">Metric</A>&nbsp;metric)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -179,27 +168,19 @@ Handle events from PMD, converting them 
 <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/pmd/PmdReportListener.html#ruleViolationAdded(net.sourceforge.pmd.RuleViolation)">ruleViolationAdded</A></B>(<A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/RuleViolation.html?is-external=true" title="class or interface in net.sourceforge.pmd">RuleViolation</A>&nbsp;ruleViolation)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReportListener.html#ruleViolationAdded(net.sourceforge.pmd.RuleViolation)">ruleViolationAdded</A></B>(<A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/RuleViolation.html" title="class or interface in net.sourceforge.pmd">RuleViolation</A>&nbsp;ruleViolation)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReportListener.html#setFiles(java.util.Map)">setFiles</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>,<A HREF="../../../../../org/apache/maven/plugin/pmd/PmdFileInfo.html" title="class in org.apache.maven.plugin.pmd">PmdFileInfo</A>&gt;&nbsp;files)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
+<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?is-external=true#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?is-external=true#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?is-external=true#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?is-external=true#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?is-external=true#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?is-external=true#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?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://docs.oracle.com/javase/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://docs.oracle.com/javase/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://docs.oracle.com/javase/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://docs.oracle.com/javase/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>
+<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;
@@ -215,13 +196,10 @@ Handle events from PMD, converting them 
 </TR>
 </TABLE>
 
-<A NAME="PmdReportListener(org.apache.maven.plugin.logging.Log, org.apache.maven.doxia.sink.Sink, java.util.ResourceBundle, boolean)"><!-- --></A><H3>
+<A NAME="PmdReportListener()"><!-- --></A><H3>
 PmdReportListener</H3>
 <PRE>
-public <B>PmdReportListener</B>(<A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</A>&nbsp;log,
-                         <A HREF="http://maven.apache.org/doxia/doxia/doxia-sink-api/apidocs/org/apache/maven/doxia/sink/Sink.html?is-external=true" title="class or interface in org.apache.maven.doxia.sink">Sink</A>&nbsp;sink,
-                         <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ResourceBundle.html?is-external=true" title="class or interface in java.util">ResourceBundle</A>&nbsp;bundle,
-                         boolean&nbsp;aggregate)</PRE>
+public <B>PmdReportListener</B>()</PRE>
 <DL>
 </DL>
 
@@ -238,12 +216,12 @@ public <B>PmdReportListener</B>(<A HREF=
 <A NAME="ruleViolationAdded(net.sourceforge.pmd.RuleViolation)"><!-- --></A><H3>
 ruleViolationAdded</H3>
 <PRE>
-public void <B>ruleViolationAdded</B>(<A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/RuleViolation.html?is-external=true" title="class or interface in net.sourceforge.pmd">RuleViolation</A>&nbsp;ruleViolation)</PRE>
+public void <B>ruleViolationAdded</B>(<A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/RuleViolation.html" title="class or interface in net.sourceforge.pmd">RuleViolation</A>&nbsp;ruleViolation)</PRE>
 <DL>
 <DD>
 <P>
 <DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/ReportListener.html?is-external=true#ruleViolationAdded(net.sourceforge.pmd.RuleViolation)" title="class or interface in net.sourceforge.pmd">ruleViolationAdded</A></CODE> in interface <CODE><A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/ReportListener.html?is-external=true" title="class or interface in net.sourceforge.pmd">ReportListener</A></CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/ReportListener.html#ruleViolationAdded(net.sourceforge.pmd.RuleViolation)" title="class or interface in net.sourceforge.pmd">ruleViolationAdded</A></CODE> in interface <CODE><A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/ReportListener.html" title="class or interface in net.sourceforge.pmd">ReportListener</A></CODE></DL>
 </DD>
 <DD><DL>
 </DL>
@@ -254,7 +232,7 @@ public void <B>ruleViolationAdded</B>(<A
 <A NAME="getViolations()"><!-- --></A><H3>
 getViolations</H3>
 <PRE>
-public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/RuleViolation.html?is-external=true" title="class or interface in net.sourceforge.pmd">RuleViolation</A>&gt; <B>getViolations</B>()</PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/RuleViolation.html" title="class or interface in net.sourceforge.pmd">RuleViolation</A>&gt; <B>getViolations</B>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -265,26 +243,10 @@ public <A HREF="http://docs.oracle.com/j
 </DL>
 <HR>
 
-<A NAME="metricAdded(net.sourceforge.pmd.stat.Metric)"><!-- --></A><H3>
-metricAdded</H3>
+<A NAME="hasViolations()"><!-- --></A><H3>
+hasViolations</H3>
 <PRE>
-public void <B>metricAdded</B>(<A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/stat/Metric.html?is-external=true" title="class or interface in net.sourceforge.pmd.stat">Metric</A>&nbsp;metric)</PRE>
-<DL>
-<DD>
-<P>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/ReportListener.html?is-external=true#metricAdded(net.sourceforge.pmd.stat.Metric)" title="class or interface in net.sourceforge.pmd">metricAdded</A></CODE> in interface <CODE><A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/ReportListener.html?is-external=true" title="class or interface in net.sourceforge.pmd">ReportListener</A></CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="beginDocument()"><!-- --></A><H3>
-beginDocument</H3>
-<PRE>
-public void <B>beginDocument</B>()</PRE>
+public boolean <B>hasViolations</B>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -295,30 +257,31 @@ public void <B>beginDocument</B>()</PRE>
 </DL>
 <HR>
 
-<A NAME="endDocument()"><!-- --></A><H3>
-endDocument</H3>
+<A NAME="asReport()"><!-- --></A><H3>
+asReport</H3>
 <PRE>
-public void <B>endDocument</B>()
-                 throws <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+public <A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/Report.html" title="class or interface in net.sourceforge.pmd">Report</A> <B>asReport</B>()</PRE>
 <DL>
+<DD>Create a new single report with all violations for further rendering into other formats than HTML.
+<P>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-
-<DT><B>Throws:</B>
-<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
+</DL>
 </DD>
 </DL>
 <HR>
 
-<A NAME="setFiles(java.util.Map)"><!-- --></A><H3>
-setFiles</H3>
+<A NAME="metricAdded(net.sourceforge.pmd.stat.Metric)"><!-- --></A><H3>
+metricAdded</H3>
 <PRE>
-public void <B>setFiles</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>,<A HREF="../../../../../org/apache/maven/plugin/pmd/PmdFileInfo.html" title="class in org.apache.maven.plugin.pmd">PmdFileInfo</A>&gt;&nbsp;files)</PRE>
+public void <B>metricAdded</B>(<A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/stat/Metric.html" title="class or interface in net.sourceforge.pmd.stat">Metric</A>&nbsp;metric)</PRE>
 <DL>
+<DD>
+<P>
 <DD><DL>
-</DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/ReportListener.html#metricAdded(net.sourceforge.pmd.stat.Metric)" title="class or interface in net.sourceforge.pmd">metricAdded</A></CODE> in interface <CODE><A HREF="http://pmd.sourceforge.net/apidocs/net/sourceforge/pmd/ReportListener.html" title="class or interface in net.sourceforge.pmd">ReportListener</A></CODE></DL>
 </DD>
 <DD><DL>
 </DL>
@@ -355,7 +318,7 @@ public void <B>setFiles</B>(<A HREF="htt
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReport.html" title="class in org.apache.maven.plugin.pmd"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../org/apache/maven/plugin/pmd/PmdReportGenerator.html" title="class in org.apache.maven.plugin.pmd"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A HREF="../../../../../org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html" title="class in org.apache.maven.plugin.pmd"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../index.html?org/apache/maven/plugin/pmd/PmdReportListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
@@ -385,6 +348,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-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html Tue Mar 11 20:12:51 2014
@@ -4,18 +4,17 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-PmdViolationCheckMojo (Maven PMD Plugin 3.0.1 API)
+PmdViolationCheckMojo (Apache Maven PMD Plugin 3.1 API)
 </TITLE>
 
+<META NAME="keywords" CONTENT="org.apache.maven.plugin.pmd.PmdViolationCheckMojo class">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PmdViolationCheckMojo (Maven PMD Plugin 3.0.1 API)";
-    }
+    parent.document.title="PmdViolationCheckMojo (Apache Maven PMD Plugin 3.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -24,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -91,20 +89,20 @@ org.apache.maven.plugin.pmd</FONT>
 <BR>
 Class PmdViolationCheckMojo</H2>
 <PRE>
-<A HREF="http://docs.oracle.com/javase/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 "><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</A>
+<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 "><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html" title="class or interface in org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</A>
       <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html" title="class in org.apache.maven.plugin.pmd">org.apache.maven.plugin.pmd.AbstractPmdViolationCheckMojo</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/model/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</A>&gt;
           <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.maven.plugin.pmd.PmdViolationCheckMojo</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</A>, <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</A></DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html" title="class or interface in org.apache.maven.plugin">ContextEnabled</A>, <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html" title="class or interface in org.apache.maven.plugin">Mojo</A></DD>
 </DL>
 <HR>
 <DL>
-<DT><PRE><FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Mojo</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#name()" title="class or interface in org.apache.maven.plugins.annotations">name</A>="check",
-      <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#defaultPhase()" title="class or interface in org.apache.maven.plugins.annotations">defaultPhase</A>=<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/LifecyclePhase.html?is-external=true#VERIFY" title="class or interface in org.apache.maven.plugins.annotations">VERIFY</A>,
-      <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#threadSafe()" title="class or interface in org.apache.maven.plugins.annotations">threadSafe</A>=true)
-<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Execute.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Execute</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Execute.html?is-external=true#goal()" title="class or interface in org.apache.maven.plugins.annotations">goal</A>="pmd")
+<DT><PRE><FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html" title="class or interface in org.apache.maven.plugins.annotations">@Mojo</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html#name()" title="class or interface in org.apache.maven.plugins.annotations">name</A>="check",
+      <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html#defaultPhase()" title="class or interface in org.apache.maven.plugins.annotations">defaultPhase</A>=<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/LifecyclePhase.html#VERIFY" title="class or interface in org.apache.maven.plugins.annotations">VERIFY</A>,
+      <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html#threadSafe()" title="class or interface in org.apache.maven.plugins.annotations">threadSafe</A>=true)
+<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Execute.html" title="class or interface in org.apache.maven.plugins.annotations">@Execute</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Execute.html#goal()" title="class or interface in org.apache.maven.plugins.annotations">goal</A>="pmd")
 </FONT>public class <B>PmdViolationCheckMojo</B><DT>extends <A HREF="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html" title="class in org.apache.maven.plugin.pmd">AbstractPmdViolationCheckMojo</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/model/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</A>&gt;</DL>
 </PRE>
 
@@ -143,10 +141,10 @@ Fail the build if there were any PMD vio
 &nbsp;<A NAME="fields_inherited_from_class_org.apache.maven.plugin.Mojo"><!-- --></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.apache.maven.plugin.<A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</A></B></TH>
+<TH ALIGN="left"><B>Fields inherited from interface org.apache.maven.plugin.<A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html" title="class or interface in org.apache.maven.plugin">Mojo</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE" title="class or interface in org.apache.maven.plugin">ROLE</A></CODE></TD>
+<TD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html#ROLE" title="class or interface in org.apache.maven.plugin">ROLE</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -184,8 +182,8 @@ Fail the build if there were any PMD vio
 </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?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/model/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html#getErrorDetails(java.io.File)">getErrorDetails</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>&nbsp;pmdFile)</CODE>
+<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="../../../../../org/apache/maven/plugin/pmd/model/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html#getErrorDetails(java.io.File)">getErrorDetails</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;pmdFile)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the attributes and text for the violation tag and puts them in a
@@ -210,7 +208,7 @@ Fail the build if there were any PMD vio
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html#loadExcludeFromFailuresData(java.lang.String)">loadExcludeFromFailuresData</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;excludeFromFailureFile)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html#loadExcludeFromFailuresData(java.lang.String)">loadExcludeFromFailuresData</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;excludeFromFailureFile)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -227,7 +225,7 @@ Fail the build if there were any PMD vio
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html#printError(org.apache.maven.plugin.pmd.model.Violation, java.lang.String)">printError</A></B>(<A HREF="../../../../../org/apache/maven/plugin/pmd/model/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</A>&nbsp;item,
-           <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;severity)</CODE>
+           <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;severity)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Formats the failure details and prints them as an INFO message</TD>
@@ -245,19 +243,19 @@ Fail the build if there were any PMD vio
 &nbsp;<A NAME="methods_inherited_from_class_org.apache.maven.plugin.AbstractMojo"><!-- --></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.apache.maven.plugin.<A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">AbstractMojo</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class org.apache.maven.plugin.<A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html" title="class or interface in org.apache.maven.plugin">AbstractMojo</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog()" title="class or interface in org.apache.maven.plugin">getLog</A>, <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext()" title="class or interface in org.apache.maven.plugin">getPluginContext</A>, <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setLog(org.apache.maven.plugin.logging.Log)" title="class or interface in org.apache.maven.plugin">setLog</A>, <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setPluginContext(java.util.Map)" title="class or interface in org.apache.maven.plugin">setPluginContext</A></CODE></TD>
+<TD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html#getLog()" title="class or interface in org.apache.maven.plugin">getLog</A>, <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html#getPluginContext()" title="class or interface in org.apache.maven.plugin">getPluginContext</A>, <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html#setLog(org.apache.maven.plugin.logging.Log)" title="class or interface in org.apache.maven.plugin">setLog</A>, <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html#setPluginContext(java.util.Map)" title="class or interface in org.apache.maven.plugin">setPluginContext</A></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?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
+<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?is-external=true#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?is-external=true#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?is-external=true#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?is-external=true#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?is-external=true#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?is-external=true#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?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://docs.oracle.com/javase/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://docs.oracle.com/javase/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://docs.oracle.com/javase/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://docs.oracle.com/javase/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>
+<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;
@@ -294,16 +292,16 @@ public <B>PmdViolationCheckMojo</B>()</P
 execute</H3>
 <PRE>
 public void <B>execute</B>()
-             throws <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</A>,
-                    <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</A></PRE>
+             throws <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html" title="class or interface in org.apache.maven.plugin">MojoExecutionException</A>,
+                    <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html" title="class or interface in org.apache.maven.plugin">MojoFailureException</A></PRE>
 <DL>
 <DD>
 <P>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</A></CODE>
-<DD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</A></CODE></DL>
+<DD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html" title="class or interface in org.apache.maven.plugin">MojoExecutionException</A></CODE>
+<DD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html" title="class or interface in org.apache.maven.plugin">MojoFailureException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -311,8 +309,8 @@ public void <B>execute</B>()
 <A NAME="loadExcludeFromFailuresData(java.lang.String)"><!-- --></A><H3>
 loadExcludeFromFailuresData</H3>
 <PRE>
-protected void <B>loadExcludeFromFailuresData</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;excludeFromFailureFile)
-                                    throws <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</A></PRE>
+protected void <B>loadExcludeFromFailuresData</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;excludeFromFailureFile)
+                                    throws <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html" title="class or interface in org.apache.maven.plugin">MojoExecutionException</A></PRE>
 <DL>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#loadExcludeFromFailuresData(java.lang.String)">loadExcludeFromFailuresData</A></CODE> in class <CODE><A HREF="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html" title="class in org.apache.maven.plugin.pmd">AbstractPmdViolationCheckMojo</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/model/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</A>&gt;</CODE></DL>
@@ -320,7 +318,7 @@ protected void <B>loadExcludeFromFailure
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</A></CODE></DL>
+<DD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html" title="class or interface in org.apache.maven.plugin">MojoExecutionException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -343,7 +341,7 @@ protected boolean <B>isExcludedFromFailu
 printError</H3>
 <PRE>
 protected void <B>printError</B>(<A HREF="../../../../../org/apache/maven/plugin/pmd/model/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</A>&nbsp;item,
-                          <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;severity)</PRE>
+                          <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;severity)</PRE>
 <DL>
 <DD>Formats the failure details and prints them as an INFO message
 <P>
@@ -359,9 +357,9 @@ protected void <B>printError</B>(<A HREF
 <A NAME="getErrorDetails(java.io.File)"><!-- --></A><H3>
 getErrorDetails</H3>
 <PRE>
-protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/model/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</A>&gt; <B>getErrorDetails</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>&nbsp;pmdFile)
-                                   throws <A HREF="http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/pull/XmlPullParserException.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml.pull">XmlPullParserException</A>,
-                                          <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
+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="../../../../../org/apache/maven/plugin/pmd/model/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</A>&gt; <B>getErrorDetails</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;pmdFile)
+                                   throws <A HREF="http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/pull/XmlPullParserException.html" title="class or interface in org.codehaus.plexus.util.xml.pull">XmlPullParserException</A>,
+                                          <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#getErrorDetails(java.io.File)">AbstractPmdViolationCheckMojo</A></CODE></B></DD>
 <DD>Gets the attributes and text for the violation tag and puts them in a
@@ -373,8 +371,8 @@ protected <A HREF="http://docs.oracle.co
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/pull/XmlPullParserException.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml.pull">XmlPullParserException</A></CODE>
-<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
+<DD><CODE><A HREF="http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/pull/XmlPullParserException.html" title="class or interface in org.codehaus.plexus.util.xml.pull">XmlPullParserException</A></CODE>
+<DD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -466,6 +464,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-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ViolationDetails.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ViolationDetails.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ViolationDetails.html Tue Mar 11 20:12:51 2014
@@ -4,18 +4,17 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ViolationDetails (Maven PMD Plugin 3.0.1 API)
+ViolationDetails (Apache Maven PMD Plugin 3.1 API)
 </TITLE>
 
+<META NAME="keywords" CONTENT="org.apache.maven.plugin.pmd.ViolationDetails class">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ViolationDetails (Maven PMD Plugin 3.0.1 API)";
-    }
+    parent.document.title="ViolationDetails (Apache Maven PMD Plugin 3.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -24,7 +23,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -91,14 +89,14 @@ org.apache.maven.plugin.pmd</FONT>
 <BR>
 Class ViolationDetails&lt;D&gt;</H2>
 <PRE>
-<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+<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 "><B>org.apache.maven.plugin.pmd.ViolationDetails&lt;D&gt;</B>
 </PRE>
 <DL>
 <DT><DT><B>Type Parameters:</B><DD><CODE>D</CODE> - </DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>ViolationDetails&lt;D&gt;</B><DT>extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
+<DT><PRE>public class <B>ViolationDetails&lt;D&gt;</B><DT>extends <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></DL>
 </PRE>
 
 <P>
@@ -142,7 +140,7 @@ Collector of warnings and failures.
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt;</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt;</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html#getFailureDetails()">getFailureDetails</A></B>()</CODE>
 
 <BR>
@@ -150,7 +148,7 @@ Collector of warnings and failures.
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt;</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt;</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html#getWarningDetails()">getWarningDetails</A></B>()</CODE>
 
 <BR>
@@ -159,7 +157,7 @@ Collector of warnings and failures.
 <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/pmd/ViolationDetails.html#setFailureDetails(java.util.List)">setFailureDetails</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt;&nbsp;failureDetails)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html#setFailureDetails(java.util.List)">setFailureDetails</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="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt;&nbsp;failureDetails)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -167,7 +165,7 @@ Collector of warnings and failures.
 <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/pmd/ViolationDetails.html#setWarningDetails(java.util.List)">setWarningDetails</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt;&nbsp;warningDetails)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html#setWarningDetails(java.util.List)">setWarningDetails</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="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt;&nbsp;warningDetails)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -176,10 +174,10 @@ Collector of warnings and failures.
 &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?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
+<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?is-external=true#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?is-external=true#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?is-external=true#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?is-external=true#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?is-external=true#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?is-external=true#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?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://docs.oracle.com/javase/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://docs.oracle.com/javase/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://docs.oracle.com/javase/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://docs.oracle.com/javase/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>
+<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;
@@ -215,7 +213,7 @@ public <B>ViolationDetails</B>()</PRE>
 <A NAME="getWarningDetails()"><!-- --></A><H3>
 getWarningDetails</H3>
 <PRE>
-public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt; <B>getWarningDetails</B>()</PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt; <B>getWarningDetails</B>()</PRE>
 <DL>
 <DD><DL>
 
@@ -227,7 +225,7 @@ public <A HREF="http://docs.oracle.com/j
 <A NAME="setWarningDetails(java.util.List)"><!-- --></A><H3>
 setWarningDetails</H3>
 <PRE>
-public void <B>setWarningDetails</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt;&nbsp;warningDetails)</PRE>
+public void <B>setWarningDetails</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="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt;&nbsp;warningDetails)</PRE>
 <DL>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>warningDetails</CODE> - the warningDetails to set</DL>
@@ -238,7 +236,7 @@ public void <B>setWarningDetails</B>(<A 
 <A NAME="getFailureDetails()"><!-- --></A><H3>
 getFailureDetails</H3>
 <PRE>
-public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt; <B>getFailureDetails</B>()</PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt; <B>getFailureDetails</B>()</PRE>
 <DL>
 <DD><DL>
 
@@ -250,7 +248,7 @@ public <A HREF="http://docs.oracle.com/j
 <A NAME="setFailureDetails(java.util.List)"><!-- --></A><H3>
 setFailureDetails</H3>
 <PRE>
-public void <B>setFailureDetails</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt;&nbsp;failureDetails)</PRE>
+public void <B>setFailureDetails</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="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" title="type parameter in ViolationDetails">D</A>&gt;&nbsp;failureDetails)</PRE>
 <DL>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>failureDetails</CODE> - the failureDetails to set</DL>
@@ -317,6 +315,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-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/AbstractPmdReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/AbstractPmdReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/AbstractPmdReport.html Tue Mar 11 20:12:51 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.pmd.AbstractPmdReport (Maven PMD Plugin 3.0.1 API)
+Uses of Class org.apache.maven.plugin.pmd.AbstractPmdReport (Apache Maven PMD Plugin 3.1 API)
 </TITLE>
 
 
@@ -13,9 +13,7 @@ Uses of Class org.apache.maven.plugin.pm
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.pmd.AbstractPmdReport (Maven PMD Plugin 3.0.1 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugin.pmd.AbstractPmdReport (Apache Maven PMD Plugin 3.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -24,7 +22,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -57,7 +54,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/pmd//class-useAbstractPmdReport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/AbstractPmdReport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AbstractPmdReport.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -161,7 +158,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/pmd//class-useAbstractPmdReport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/AbstractPmdReport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AbstractPmdReport.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -182,6 +179,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-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/AbstractPmdViolationCheckMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/AbstractPmdViolationCheckMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/AbstractPmdViolationCheckMojo.html Tue Mar 11 20:12:51 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.pmd.AbstractPmdViolationCheckMojo (Maven PMD Plugin 3.0.1 API)
+Uses of Class org.apache.maven.plugin.pmd.AbstractPmdViolationCheckMojo (Apache Maven PMD Plugin 3.1 API)
 </TITLE>
 
 
@@ -13,9 +13,7 @@ Uses of Class org.apache.maven.plugin.pm
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.pmd.AbstractPmdViolationCheckMojo (Maven PMD Plugin 3.0.1 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugin.pmd.AbstractPmdViolationCheckMojo (Apache Maven PMD Plugin 3.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -24,7 +22,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -57,7 +54,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/pmd//class-useAbstractPmdViolationCheckMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/AbstractPmdViolationCheckMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AbstractPmdViolationCheckMojo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -161,7 +158,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/pmd//class-useAbstractPmdViolationCheckMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/AbstractPmdViolationCheckMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AbstractPmdViolationCheckMojo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -182,6 +179,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-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/CpdReport.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/CpdReport.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/CpdReport.html Tue Mar 11 20:12:51 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.pmd.CpdReport (Maven PMD Plugin 3.0.1 API)
+Uses of Class org.apache.maven.plugin.pmd.CpdReport (Apache Maven PMD Plugin 3.1 API)
 </TITLE>
 
 
@@ -13,9 +13,7 @@ Uses of Class org.apache.maven.plugin.pm
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.pmd.CpdReport (Maven PMD Plugin 3.0.1 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugin.pmd.CpdReport (Apache Maven PMD Plugin 3.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -24,7 +22,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -57,7 +54,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/pmd//class-useCpdReport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/CpdReport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CpdReport.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -117,7 +114,7 @@ No usage of org.apache.maven.plugin.pmd.
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd//class-useCpdReport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/CpdReport.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CpdReport.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -138,6 +135,6 @@ No usage of org.apache.maven.plugin.pmd.
 <!-- ======== 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-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/CpdReportGenerator.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/CpdReportGenerator.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/CpdReportGenerator.html Tue Mar 11 20:12:51 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.pmd.CpdReportGenerator (Maven PMD Plugin 3.0.1 API)
+Uses of Class org.apache.maven.plugin.pmd.CpdReportGenerator (Apache Maven PMD Plugin 3.1 API)
 </TITLE>
 
 
@@ -13,9 +13,7 @@ Uses of Class org.apache.maven.plugin.pm
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.pmd.CpdReportGenerator (Maven PMD Plugin 3.0.1 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugin.pmd.CpdReportGenerator (Apache Maven PMD Plugin 3.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -24,7 +22,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -57,7 +54,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/pmd//class-useCpdReportGenerator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/CpdReportGenerator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CpdReportGenerator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -117,7 +114,7 @@ No usage of org.apache.maven.plugin.pmd.
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd//class-useCpdReportGenerator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/CpdReportGenerator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CpdReportGenerator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -138,6 +135,6 @@ No usage of org.apache.maven.plugin.pmd.
 <!-- ======== 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-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/CpdViolationCheckMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/CpdViolationCheckMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/CpdViolationCheckMojo.html Tue Mar 11 20:12:51 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.pmd.CpdViolationCheckMojo (Maven PMD Plugin 3.0.1 API)
+Uses of Class org.apache.maven.plugin.pmd.CpdViolationCheckMojo (Apache Maven PMD Plugin 3.1 API)
 </TITLE>
 
 
@@ -13,9 +13,7 @@ Uses of Class org.apache.maven.plugin.pm
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.pmd.CpdViolationCheckMojo (Maven PMD Plugin 3.0.1 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugin.pmd.CpdViolationCheckMojo (Apache Maven PMD Plugin 3.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -24,7 +22,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -57,7 +54,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/pmd//class-useCpdViolationCheckMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/CpdViolationCheckMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CpdViolationCheckMojo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -117,7 +114,7 @@ No usage of org.apache.maven.plugin.pmd.
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd//class-useCpdViolationCheckMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/CpdViolationCheckMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CpdViolationCheckMojo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -138,6 +135,6 @@ No usage of org.apache.maven.plugin.pmd.
 <!-- ======== 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-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/HelpMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/HelpMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/HelpMojo.html Tue Mar 11 20:12:51 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.pmd.HelpMojo (Maven PMD Plugin 3.0.1 API)
+Uses of Class org.apache.maven.plugin.pmd.HelpMojo (Apache Maven PMD Plugin 3.1 API)
 </TITLE>
 
 
@@ -13,9 +13,7 @@ Uses of Class org.apache.maven.plugin.pm
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.pmd.HelpMojo (Maven PMD Plugin 3.0.1 API)";
-    }
+    parent.document.title="Uses of Class org.apache.maven.plugin.pmd.HelpMojo (Apache Maven PMD Plugin 3.1 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -24,7 +22,6 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -57,7 +54,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/pmd//class-useHelpMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/HelpMojo.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">
   <!--
@@ -117,7 +114,7 @@ No usage of org.apache.maven.plugin.pmd.
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd//class-useHelpMojo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/HelpMojo.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">
   <!--
@@ -138,6 +135,6 @@ No usage of org.apache.maven.plugin.pmd.
 <!-- ======== 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