Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html
 Sat Oct  8 16:53:12 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="sv">
+<html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractPmdViolationCheckMojo (Apache Maven PMD Plugin 3.6 API)</title>
+<title>AbstractPmdViolationCheckMojo (Apache Maven PMD Plugin 3.7 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractPmdViolationCheckMojo (Apache Maven PMD 
Plugin 3.6 API)";
+        parent.document.title="AbstractPmdViolationCheckMojo (Apache Maven PMD 
Plugin 3.7 API)";
     }
 //-->
 </script>
@@ -171,10 +171,14 @@ extends <a href="http://maven.apache.org
 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#AbstractPmdViolationCheckMojo()">AbstractPmdViolationCheckMojo</a></strong>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#AbstractPmdViolationCheckMojo(org.apache.maven.plugin.pmd.ExcludeFromFile)">AbstractPmdViolationCheckMojo</a></strong>(<a
 href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</a>&lt;<a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html"
 title="type parameter in 
AbstractPmdViolationCheckMojo">D</a>&gt;&nbsp;excludeFromFile)</code>
+<div class="block">Initialize this abstact check mojo by giving the correct 
ExcludeFromFile helper.</div>
+</td>
 </tr>
 </table>
 </li>
@@ -209,17 +213,9 @@ extends <a href="http://maven.apache.org
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#getPriority(D)">getPriority</a></strong>(<a
 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html"
 title="type parameter in 
AbstractPmdViolationCheckMojo">D</a>&nbsp;errorDetail)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected abstract boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#isExcludedFromFailure(D)">isExcludedFromFailure</a></strong>(<a
 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html"
 title="type parameter in 
AbstractPmdViolationCheckMojo">D</a>&nbsp;errorDetail)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#isFailOnViolation()">isFailOnViolation</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected abstract void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#loadExcludeFromFailuresData(java.lang.String)">loadExcludeFromFailuresData</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;excludeFromFailureFile)</code>&nbsp;</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected abstract <a 
href="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" 
title="class in org.apache.maven.plugin.pmd">ViolationDetails</a>&lt;<a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html"
 title="type parameter in AbstractPmdViolationCheckMojo">D</a>&gt;</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#newViolationDetailsInstance()">newViolationDetailsInstance</a></strong>()</code>&nbsp;</td>
@@ -322,13 +318,15 @@ protected&nbsp;org.apache.maven.project.
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="AbstractPmdViolationCheckMojo()">
+<a 
name="AbstractPmdViolationCheckMojo(org.apache.maven.plugin.pmd.ExcludeFromFile)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AbstractPmdViolationCheckMojo</h4>
-<pre>public&nbsp;AbstractPmdViolationCheckMojo()</pre>
+<pre>protected&nbsp;AbstractPmdViolationCheckMojo(<a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</a>&lt;<a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html"
 title="type parameter in 
AbstractPmdViolationCheckMojo">D</a>&gt;&nbsp;excludeFromFile)</pre>
+<div class="block">Initialize this abstact check mojo by giving the correct 
ExcludeFromFile helper.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>excludeFromFile</code> - the 
needed helper, for the specific violation type</dd></dl>
 </li>
 </ul>
 </li>
@@ -356,18 +354,6 @@ protected&nbsp;org.apache.maven.project.
 <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></dl>
 </li>
 </ul>
-<a name="loadExcludeFromFailuresData(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>loadExcludeFromFailuresData</h4>
-<pre>protected abstract&nbsp;void&nbsp;loadExcludeFromFailuresData(<a 
href="http://docs.oracle.com/javase/7/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>
-<dl><dt><span class="strong">Throws:</span></dt>
-<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></dl>
-</li>
-</ul>
 <a name="getPriority(java.lang.Object)">
 <!--   -->
 </a><a name="getPriority(D)">
@@ -379,17 +365,6 @@ protected&nbsp;org.apache.maven.project.
 <pre>protected abstract&nbsp;int&nbsp;getPriority(<a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html"
 title="type parameter in 
AbstractPmdViolationCheckMojo">D</a>&nbsp;errorDetail)</pre>
 </li>
 </ul>
-<a name="isExcludedFromFailure(java.lang.Object)">
-<!--   -->
-</a><a name="isExcludedFromFailure(D)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isExcludedFromFailure</h4>
-<pre>protected abstract&nbsp;boolean&nbsp;isExcludedFromFailure(<a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html"
 title="type parameter in 
AbstractPmdViolationCheckMojo">D</a>&nbsp;errorDetail)</pre>
-</li>
-</ul>
 <a name="newViolationDetailsInstance()">
 <!--   -->
 </a>
@@ -432,12 +407,12 @@ protected&nbsp;org.apache.maven.project.
 <li class="blockList">
 <h4>getErrorDetails</h4>
 <pre>protected abstract&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/AbstractPmdViolationCheckMojo.html"
 title="type parameter in 
AbstractPmdViolationCheckMojo">D</a>&gt;&nbsp;getErrorDetails(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;analisysFile)
-                                    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>,
+                                    throws <a 
href="http://codehaus-plexus.github.io/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/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Gets the attributes and text for the violation tag and puts 
them in a HashMap</div>
 <dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>analisysFile</code> - </dd>
 <dt><span class="strong">Throws:</span></dt>
-<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>
+<dd><code><a 
href="http://codehaus-plexus.github.io/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>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
 </li>
 </ul>
@@ -517,6 +492,6 @@ protected&nbsp;org.apache.maven.project.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/CpdReport.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/CpdReport.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/CpdReport.html
 Sat Oct  8 16:53:12 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="sv">
+<html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CpdReport (Apache Maven PMD Plugin 3.6 API)</title>
+<title>CpdReport (Apache Maven PMD Plugin 3.7 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CpdReport (Apache Maven PMD Plugin 3.6 API)";
+        parent.document.title="CpdReport (Apache Maven PMD Plugin 3.7 API)";
     }
 //-->
 </script>
@@ -143,7 +143,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.maven.plugin.pmd.<a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html" 
title="class in org.apache.maven.plugin.pmd">AbstractPmdReport</a></h3>
-<code><a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#aggregate">aggregate</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#filesToProcess">filesToProcess</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#format">format</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#includeTests">includeTests</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#includeXmlInSite">includeXmlInSite</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#outputDirectory">outputDirectory</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#project">project</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#reactorProjects">reactorProjects</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#skipEmptyReport">skipEmptyReport</a>,
 <a href="../../../../../or
 
g/apache/maven/plugin/pmd/AbstractPmdReport.html#targetDirectory">targetDirectory</a></code></li>
+<code><a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#aggregate">aggregate</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#excludeFromFailureFile">excludeFromFailureFile</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#filesToProcess">filesToProcess</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#format">format</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#includeTests">includeTests</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#includeXmlInSite">includeXmlInSite</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#outputDirectory">outputDirectory</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#project">project</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#reactorProjects">reactorProjects</a>,
 <a href="../
 
../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#skipEmptyReport">skipEmptyReport</a>,
 <a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdReport.html#targetDirectory">targetDirectory</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a 
name="fields_inherited_from_class_org.apache.maven.reporting.MavenReport">
@@ -415,6 +415,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/CpdReportGenerator.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/CpdReportGenerator.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/CpdReportGenerator.html
 Sat Oct  8 16:53:12 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="sv">
+<html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CpdReportGenerator (Apache Maven PMD Plugin 3.6 API)</title>
+<title>CpdReportGenerator (Apache Maven PMD Plugin 3.7 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CpdReportGenerator (Apache Maven PMD Plugin 3.6 
API)";
+        parent.document.title="CpdReportGenerator (Apache Maven PMD Plugin 3.7 
API)";
     }
 //-->
 </script>
@@ -282,6 +282,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html
 Sat Oct  8 16:53:12 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="sv">
+<html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CpdViolationCheckMojo (Apache Maven PMD Plugin 3.6 API)</title>
+<title>CpdViolationCheckMojo (Apache Maven PMD Plugin 3.7 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CpdViolationCheckMojo (Apache Maven PMD Plugin 
3.6 API)";
+        parent.document.title="CpdViolationCheckMojo (Apache Maven PMD Plugin 
3.7 API)";
     }
 //-->
 </script>
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a 
href="../../../../../org/apache/maven/plugin/pmd/CpdReportGenerator.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Prev 
Class</span></a></li>
-<li><a href="../../../../../org/apache/maven/plugin/pmd/HelpMojo.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html"
 title="class in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html"
 target="_top">Frames</a></li>
@@ -173,7 +173,9 @@ extends <a href="../../../../../org/apac
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html#CpdViolationCheckMojo()">CpdViolationCheckMojo</a></strong>()</code>&nbsp;</td>
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html#CpdViolationCheckMojo()">CpdViolationCheckMojo</a></strong>()</code>
+<div class="block">Default constructor.</div>
+</td>
 </tr>
 </table>
 </li>
@@ -205,17 +207,9 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html#getPriority(org.apache.maven.plugin.pmd.model.Duplication)">getPriority</a></strong>(<a
 href="../../../../../org/apache/maven/plugin/pmd/model/Duplication.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Duplication</a>&nbsp;errorDetail)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected boolean</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html#isExcludedFromFailure(org.apache.maven.plugin.pmd.model.Duplication)">isExcludedFromFailure</a></strong>(<a
 href="../../../../../org/apache/maven/plugin/pmd/model/Duplication.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Duplication</a>&nbsp;errorDetail)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html#isFailOnViolation()">isFailOnViolation</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html#loadExcludeFromFailuresData(java.lang.String)">loadExcludeFromFailuresData</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;excludeFromFailureFile)</code>&nbsp;</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a 
href="../../../../../org/apache/maven/plugin/pmd/ViolationDetails.html" 
title="class in org.apache.maven.plugin.pmd">ViolationDetails</a>&lt;<a 
href="../../../../../org/apache/maven/plugin/pmd/model/Duplication.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Duplication</a>&gt;</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html#newViolationDetailsInstance()">newViolationDetailsInstance</a></strong>()</code>&nbsp;</td>
@@ -293,6 +287,7 @@ protected&nbsp;boolean failOnViolation</
 <li class="blockList">
 <h4>CpdViolationCheckMojo</h4>
 <pre>public&nbsp;CpdViolationCheckMojo()</pre>
+<div class="block">Default constructor. Initializes with the correct <a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html"
 title="class in 
org.apache.maven.plugin.pmd"><code>ExcludeDuplicationsFromFile</code></a>.</div>
 </li>
 </ul>
 </li>
@@ -339,45 +334,17 @@ protected&nbsp;boolean failOnViolation</
 <li class="blockList">
 <h4>getErrorDetails</h4>
 <pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/Duplication.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Duplication</a>&gt;&nbsp;getErrorDetails(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;cpdFile)
-                                     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>,
+                                     throws <a 
href="http://codehaus-plexus.github.io/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/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Gets the attributes and text for the violation tag and puts 
them in a HashMap</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#getErrorDetails(java.io.File)">getErrorDetails</a></code>&nbsp;in
 class&nbsp;<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/Duplication.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Duplication</a>&gt;</code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<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>
+<dd><code><a 
href="http://codehaus-plexus.github.io/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>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
 </li>
 </ul>
-<a name="isExcludedFromFailure(org.apache.maven.plugin.pmd.model.Duplication)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isExcludedFromFailure</h4>
-<pre>protected&nbsp;boolean&nbsp;isExcludedFromFailure(<a 
href="../../../../../org/apache/maven/plugin/pmd/model/Duplication.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Duplication</a>&nbsp;errorDetail)</pre>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#isExcludedFromFailure(D)">isExcludedFromFailure</a></code>&nbsp;in
 class&nbsp;<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/Duplication.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Duplication</a>&gt;</code></dd>
-</dl>
-</li>
-</ul>
-<a name="loadExcludeFromFailuresData(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>loadExcludeFromFailuresData</h4>
-<pre>protected&nbsp;void&nbsp;loadExcludeFromFailuresData(<a 
href="http://docs.oracle.com/javase/7/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>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a 
href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#loadExcludeFromFailuresData(java.lang.String)">loadExcludeFromFailuresData</a></code>&nbsp;in
 class&nbsp;<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/Duplication.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Duplication</a>&gt;</code></dd>
-<dt><span class="strong">Throws:</span></dt>
-<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></dl>
-</li>
-</ul>
 <a name="getPriority(org.apache.maven.plugin.pmd.model.Duplication)">
 <!--   -->
 </a>
@@ -444,7 +411,7 @@ protected&nbsp;boolean failOnViolation</
 <div class="subNav">
 <ul class="navList">
 <li><a 
href="../../../../../org/apache/maven/plugin/pmd/CpdReportGenerator.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Prev 
Class</span></a></li>
-<li><a href="../../../../../org/apache/maven/plugin/pmd/HelpMojo.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html"
 title="class in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html"
 target="_top">Frames</a></li>
@@ -484,6 +451,6 @@ protected&nbsp;boolean failOnViolation</
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Added: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html
 (added)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html
 Sat Oct  8 16:53:12 2016
@@ -0,0 +1,340 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="de">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ExcludeDuplicationsFromFile (Apache Maven PMD Plugin 3.7 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="ExcludeDuplicationsFromFile (Apache Maven PMD 
Plugin 3.7 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ExcludeDuplicationsFromFile.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html"
 target="_top">Frames</a></li>
+<li><a href="ExcludeDuplicationsFromFile.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.maven.plugin.pmd</div>
+<h2 title="Class ExcludeDuplicationsFromFile" class="title">Class 
ExcludeDuplicationsFromFile</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.pmd.ExcludeDuplicationsFromFile</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</a>&lt;<a 
href="../../../../../org/apache/maven/plugin/pmd/model/Duplication.html" 
title="class in org.apache.maven.plugin.pmd.model">Duplication</a>&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">ExcludeDuplicationsFromFile</span>
+extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
+implements <a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</a>&lt;<a 
href="../../../../../org/apache/maven/plugin/pmd/model/Duplication.html" 
title="class in org.apache.maven.plugin.pmd.model">Duplication</a>&gt;</pre>
+<div class="block">This class contains utility methods to load property files 
which define which files
+ should be excluded from the CPD duplication results.
+ See property <code>pmd.excludeFromFailureFile</code>.</div>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Andreas Dangel</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html#ExcludeDuplicationsFromFile()">ExcludeDuplicationsFromFile</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html#countExclusions()">countExclusions</a></strong>()</code>
+<div class="block">Determines how many exclusions are considered.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html#isExcludedFromFailure(org.apache.maven.plugin.pmd.model.Duplication)">isExcludedFromFailure</a></strong>(<a
 href="../../../../../org/apache/maven/plugin/pmd/model/Duplication.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Duplication</a>&nbsp;errorDetail)</code>
+<div class="block">Checks whether the given violation is excluded.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html#isExcludedFromFailure(net.sourceforge.pmd.cpd.Match)">isExcludedFromFailure</a></strong>(<a
 
href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/cpd/Match.html?is-external=true";
 title="class or interface in 
net.sourceforge.pmd.cpd">Match</a>&nbsp;errorDetail)</code>
+<div class="block">Checks whether the given <a 
href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/cpd/Match.html?is-external=true";
 title="class or interface in net.sourceforge.pmd.cpd"><code>Match</code></a> 
is excluded.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html#loadExcludeFromFailuresData(java.lang.String)">loadExcludeFromFailuresData</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;excludeFromFailureFile)</code>
+<div class="block">Loads the exclude definitions from the given file.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="ExcludeDuplicationsFromFile()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ExcludeDuplicationsFromFile</h4>
+<pre>public&nbsp;ExcludeDuplicationsFromFile()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="isExcludedFromFailure(org.apache.maven.plugin.pmd.model.Duplication)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isExcludedFromFailure</h4>
+<pre>public&nbsp;boolean&nbsp;isExcludedFromFailure(<a 
href="../../../../../org/apache/maven/plugin/pmd/model/Duplication.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Duplication</a>&nbsp;errorDetail)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#isExcludedFromFailure(D)">ExcludeFromFile</a></code></strong></div>
+<div class="block">Checks whether the given violation is excluded. Note: the 
exclusions must have been
+ loaded before via <a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#loadExcludeFromFailuresData(java.lang.String)"><code>ExcludeFromFile.loadExcludeFromFailuresData(String)</code></a>.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#isExcludedFromFailure(D)">isExcludedFromFailure</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</a>&lt;<a 
href="../../../../../org/apache/maven/plugin/pmd/model/Duplication.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Duplication</a>&gt;</code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>errorDetail</code> - 
the violation to check</dd>
+<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the 
violation should be excluded, <code>false</code> otherwise.</dd></dl>
+</li>
+</ul>
+<a name="isExcludedFromFailure(net.sourceforge.pmd.cpd.Match)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isExcludedFromFailure</h4>
+<pre>public&nbsp;boolean&nbsp;isExcludedFromFailure(<a 
href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/cpd/Match.html?is-external=true";
 title="class or interface in 
net.sourceforge.pmd.cpd">Match</a>&nbsp;errorDetail)</pre>
+<div class="block">Checks whether the given <a 
href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/cpd/Match.html?is-external=true";
 title="class or interface in net.sourceforge.pmd.cpd"><code>Match</code></a> 
is excluded.
+ Note: The exclusion must have been loaded before via <a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html#loadExcludeFromFailuresData(java.lang.String)"><code>loadExcludeFromFailuresData(String)</code></a>.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>errorDetail</code> - the 
duplication to check</dd>
+<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the 
given duplication should be excluded, <code>false</code> otherwise.</dd></dl>
+</li>
+</ul>
+<a name="loadExcludeFromFailuresData(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>loadExcludeFromFailuresData</h4>
+<pre>public&nbsp;void&nbsp;loadExcludeFromFailuresData(<a 
href="http://docs.oracle.com/javase/7/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>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#loadExcludeFromFailuresData(java.lang.String)">ExcludeFromFile</a></code></strong></div>
+<div class="block">Loads the exclude definitions from the given file.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#loadExcludeFromFailuresData(java.lang.String)">loadExcludeFromFailuresData</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</a>&lt;<a 
href="../../../../../org/apache/maven/plugin/pmd/model/Duplication.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Duplication</a>&gt;</code></dd>
+<dt><span 
class="strong">Parameters:</span></dt><dd><code>excludeFromFailureFile</code> - 
the path to the properties file</dd>
+<dt><span class="strong">Throws:</span></dt>
+<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> - if the properties 
file couldn't be loaded</dd></dl>
+</li>
+</ul>
+<a name="countExclusions()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>countExclusions</h4>
+<pre>public&nbsp;int&nbsp;countExclusions()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#countExclusions()">ExcludeFromFile</a></code></strong></div>
+<div class="block">Determines how many exclusions are considered.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#countExclusions()">countExclusions</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</a>&lt;<a 
href="../../../../../org/apache/maven/plugin/pmd/model/Duplication.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Duplication</a>&gt;</code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the number of active 
exclusions</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ExcludeDuplicationsFromFile.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html"
 target="_top">Frames</a></li>
+<li><a href="ExcludeDuplicationsFromFile.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ExcludeFromFile.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ExcludeFromFile.html
 (added)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ExcludeFromFile.html
 Sat Oct  8 16:53:12 2016
@@ -0,0 +1,258 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="de">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ExcludeFromFile (Apache Maven PMD Plugin 3.7 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="ExcludeFromFile (Apache Maven PMD Plugin 3.7 
API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ExcludeFromFile.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html"
 title="class in org.apache.maven.plugin.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html"
 title="class in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugin/pmd/ExcludeFromFile.html"
 target="_top">Frames</a></li>
+<li><a href="ExcludeFromFile.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.maven.plugin.pmd</div>
+<h2 title="Interface ExcludeFromFile" class="title">Interface 
ExcludeFromFile&lt;D&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>D</code> - 
type of violation to exclude, e.g. <code>Violation</code> or 
<code>Duplication</code>.</dd></dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html"
 title="class in org.apache.maven.plugin.pmd">ExcludeDuplicationsFromFile</a>, 
<a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html"
 title="class in org.apache.maven.plugin.pmd">ExcludeViolationsFromFile</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span 
class="strong">ExcludeFromFile&lt;D&gt;</span></pre>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Andreas Dangel</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#countExclusions()">countExclusions</a></strong>()</code>
+<div class="block">Determines how many exclusions are considered.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#isExcludedFromFailure(D)">isExcludedFromFailure</a></strong>(<a
 href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="type parameter in ExcludeFromFile">D</a>&nbsp;errorDetail)</code>
+<div class="block">Checks whether the given violation is excluded.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#loadExcludeFromFailuresData(java.lang.String)">loadExcludeFromFailuresData</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;excludeFromFailureFile)</code>
+<div class="block">Loads the exclude definitions from the given file.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="loadExcludeFromFailuresData(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>loadExcludeFromFailuresData</h4>
+<pre>void&nbsp;loadExcludeFromFailuresData(<a 
href="http://docs.oracle.com/javase/7/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>
+<div class="block">Loads the exclude definitions from the given file.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>excludeFromFailureFile</code> - 
the path to the properties file</dd>
+<dt><span class="strong">Throws:</span></dt>
+<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> - if the properties 
file couldn't be loaded</dd></dl>
+</li>
+</ul>
+<a name="countExclusions()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>countExclusions</h4>
+<pre>int&nbsp;countExclusions()</pre>
+<div class="block">Determines how many exclusions are considered.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the number of active 
exclusions</dd></dl>
+</li>
+</ul>
+<a name="isExcludedFromFailure(java.lang.Object)">
+<!--   -->
+</a><a name="isExcludedFromFailure(D)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isExcludedFromFailure</h4>
+<pre>boolean&nbsp;isExcludedFromFailure(<a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="type parameter in ExcludeFromFile">D</a>&nbsp;errorDetail)</pre>
+<div class="block">Checks whether the given violation is excluded. Note: the 
exclusions must have been
+ loaded before via <a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#loadExcludeFromFailuresData(java.lang.String)"><code>loadExcludeFromFailuresData(String)</code></a>.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>errorDetail</code> - the 
violation to check</dd>
+<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the 
violation should be excluded, <code>false</code> otherwise.</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ExcludeFromFile.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html"
 title="class in org.apache.maven.plugin.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html"
 title="class in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugin/pmd/ExcludeFromFile.html"
 target="_top">Frames</a></li>
+<li><a href="ExcludeFromFile.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html
 (added)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html
 Sat Oct  8 16:53:12 2016
@@ -0,0 +1,340 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="de">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ExcludeViolationsFromFile (Apache Maven PMD Plugin 3.7 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="ExcludeViolationsFromFile (Apache Maven PMD 
Plugin 3.7 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ExcludeViolationsFromFile.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugin/pmd/HelpMojo.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html"
 target="_top">Frames</a></li>
+<li><a href="ExcludeViolationsFromFile.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.maven.plugin.pmd</div>
+<h2 title="Class ExcludeViolationsFromFile" class="title">Class 
ExcludeViolationsFromFile</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.pmd.ExcludeViolationsFromFile</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</a>&lt;<a 
href="../../../../../org/apache/maven/plugin/pmd/model/Violation.html" 
title="class in org.apache.maven.plugin.pmd.model">Violation</a>&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">ExcludeViolationsFromFile</span>
+extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
+implements <a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</a>&lt;<a 
href="../../../../../org/apache/maven/plugin/pmd/model/Violation.html" 
title="class in org.apache.maven.plugin.pmd.model">Violation</a>&gt;</pre>
+<div class="block">This class contains utility for loading property files, 
which define which PMD violations
+ from which classes should be ignored and not cause a failure.
+ See property <code>pmd.excludeFromFailureFile</code>.</div>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Andreas Dangel</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html#ExcludeViolationsFromFile()">ExcludeViolationsFromFile</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html#countExclusions()">countExclusions</a></strong>()</code>
+<div class="block">Determines how many exclusions are considered.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html#isExcludedFromFailure(net.sourceforge.pmd.RuleViolation)">isExcludedFromFailure</a></strong>(<a
 
href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/RuleViolation.html?is-external=true";
 title="class or interface in 
net.sourceforge.pmd">RuleViolation</a>&nbsp;errorDetail)</code>
+<div class="block">Checks whether the given <a 
href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/RuleViolation.html?is-external=true";
 title="class or interface in 
net.sourceforge.pmd"><code>RuleViolation</code></a> is excluded.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html#isExcludedFromFailure(org.apache.maven.plugin.pmd.model.Violation)">isExcludedFromFailure</a></strong>(<a
 href="../../../../../org/apache/maven/plugin/pmd/model/Violation.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Violation</a>&nbsp;errorDetail)</code>
+<div class="block">Checks whether the given violation is excluded.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html#loadExcludeFromFailuresData(java.lang.String)">loadExcludeFromFailuresData</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;excludeFromFailureFile)</code>
+<div class="block">Loads the exclude definitions from the given file.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="ExcludeViolationsFromFile()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ExcludeViolationsFromFile</h4>
+<pre>public&nbsp;ExcludeViolationsFromFile()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="loadExcludeFromFailuresData(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>loadExcludeFromFailuresData</h4>
+<pre>public&nbsp;void&nbsp;loadExcludeFromFailuresData(<a 
href="http://docs.oracle.com/javase/7/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>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#loadExcludeFromFailuresData(java.lang.String)">ExcludeFromFile</a></code></strong></div>
+<div class="block">Loads the exclude definitions from the given file.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#loadExcludeFromFailuresData(java.lang.String)">loadExcludeFromFailuresData</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</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></dd>
+<dt><span 
class="strong">Parameters:</span></dt><dd><code>excludeFromFailureFile</code> - 
the path to the properties file</dd>
+<dt><span class="strong">Throws:</span></dt>
+<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> - if the properties 
file couldn't be loaded</dd></dl>
+</li>
+</ul>
+<a name="isExcludedFromFailure(org.apache.maven.plugin.pmd.model.Violation)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isExcludedFromFailure</h4>
+<pre>public&nbsp;boolean&nbsp;isExcludedFromFailure(<a 
href="../../../../../org/apache/maven/plugin/pmd/model/Violation.html" 
title="class in 
org.apache.maven.plugin.pmd.model">Violation</a>&nbsp;errorDetail)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#isExcludedFromFailure(D)">ExcludeFromFile</a></code></strong></div>
+<div class="block">Checks whether the given violation is excluded. Note: the 
exclusions must have been
+ loaded before via <a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#loadExcludeFromFailuresData(java.lang.String)"><code>ExcludeFromFile.loadExcludeFromFailuresData(String)</code></a>.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#isExcludedFromFailure(D)">isExcludedFromFailure</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</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></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>errorDetail</code> - 
the violation to check</dd>
+<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the 
violation should be excluded, <code>false</code> otherwise.</dd></dl>
+</li>
+</ul>
+<a name="isExcludedFromFailure(net.sourceforge.pmd.RuleViolation)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isExcludedFromFailure</h4>
+<pre>public&nbsp;boolean&nbsp;isExcludedFromFailure(<a 
href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/RuleViolation.html?is-external=true";
 title="class or interface in 
net.sourceforge.pmd">RuleViolation</a>&nbsp;errorDetail)</pre>
+<div class="block">Checks whether the given <a 
href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/RuleViolation.html?is-external=true";
 title="class or interface in 
net.sourceforge.pmd"><code>RuleViolation</code></a> is excluded. Note: the 
exclusions must have been
+ loaded before via <a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html#loadExcludeFromFailuresData(java.lang.String)"><code>loadExcludeFromFailuresData(String)</code></a>.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>errorDetail</code> - the 
violation to check</dd>
+<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the 
violation should be excluded, <code>false</code> otherwise.</dd></dl>
+</li>
+</ul>
+<a name="countExclusions()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>countExclusions</h4>
+<pre>public&nbsp;int&nbsp;countExclusions()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#countExclusions()">ExcludeFromFile</a></code></strong></div>
+<div class="block">Determines how many exclusions are considered.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html#countExclusions()">countExclusions</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</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></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the number of active 
exclusions</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ExcludeViolationsFromFile.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" 
title="interface in org.apache.maven.plugin.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugin/pmd/HelpMojo.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html"
 target="_top">Frames</a></li>
+<li><a href="ExcludeViolationsFromFile.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/HelpMojo.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/HelpMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/HelpMojo.html
 Sat Oct  8 16:53:12 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="sv">
+<html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HelpMojo (Apache Maven PMD Plugin 3.6 API)</title>
+<title>HelpMojo (Apache Maven PMD Plugin 3.7 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="HelpMojo (Apache Maven PMD Plugin 3.6 API)";
+        parent.document.title="HelpMojo (Apache Maven PMD Plugin 3.7 API)";
     }
 //-->
 </script>
@@ -35,8 +35,8 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a 
href="../../../../../org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Prev 
Class</span></a></li>
-<li><a href="../../../../../org/apache/maven/plugin/pmd/PmdFileInfo.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html"
 title="class in org.apache.maven.plugin.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/pmd/PmdCollectingRenderer.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/maven/plugin/pmd/HelpMojo.html" 
target="_top">Frames</a></li>
@@ -251,8 +251,8 @@ extends <a href="http://maven.apache.org
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a 
href="../../../../../org/apache/maven/plugin/pmd/CpdViolationCheckMojo.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Prev 
Class</span></a></li>
-<li><a href="../../../../../org/apache/maven/plugin/pmd/PmdFileInfo.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html"
 title="class in org.apache.maven.plugin.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/pmd/PmdCollectingRenderer.html" 
title="class in org.apache.maven.plugin.pmd"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/maven/plugin/pmd/HelpMojo.html" 
target="_top">Frames</a></li>
@@ -292,6 +292,6 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file


Reply via email to