You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by ad...@apache.org on 2016/10/08 16:53:16 UTC

svn commit: r999063 [3/26] - in /websites/production/maven/components/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/ a...

Added: websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdCollectingRenderer.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdCollectingRenderer.html (added)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdCollectingRenderer.html Sat Oct  8 16:53:12 2016
@@ -0,0 +1,483 @@
+<!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>PmdCollectingRenderer (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="PmdCollectingRenderer (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/PmdCollectingRenderer.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/HelpMojo.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>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/pmd/PmdCollectingRenderer.html" target="_top">Frames</a></li>
+<li><a href="PmdCollectingRenderer.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><a href="#fields_inherited_from_class_net.sourceforge.pmd.renderers.AbstractRenderer">Field</a>&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 PmdCollectingRenderer" class="title">Class PmdCollectingRenderer</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><a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true" title="class or interface in net.sourceforge.pmd">net.sourceforge.pmd.AbstractPropertySource</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true" title="class or interface in net.sourceforge.pmd.renderers">net.sourceforge.pmd.renderers.AbstractRenderer</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.pmd.PmdCollectingRenderer</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/PropertySource.html?is-external=true" title="class or interface in net.sourceforge.pmd">PropertySource</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/Renderer.html?is-external=true" title="class or interface in net.sourceforge.pmd.renderers">Renderer</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">PmdCollectingRenderer</span>
+extends <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true" title="class or interface in net.sourceforge.pmd.renderers">AbstractRenderer</a></pre>
+<div class="block">A PMD renderer, that collects all violations and processing errors
+ from a pmd execution.</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">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_net.sourceforge.pmd.renderers.AbstractRenderer">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;net.sourceforge.pmd.renderers.<a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true" title="class or interface in net.sourceforge.pmd.renderers">AbstractRenderer</a></h3>
+<code><a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#description" title="class or interface in net.sourceforge.pmd.renderers">description</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#name" title="class or interface in net.sourceforge.pmd.renderers">name</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#propertyDefinitions" title="class or interface in net.sourceforge.pmd.renderers">propertyDefinitions</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#showSuppressedViolations" title="class or interface in net.sourceforge.pmd.renderers">showSuppressedViolations</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-externa
 l=true#writer" title="class or interface in net.sourceforge.pmd.renderers">writer</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_net.sourceforge.pmd.AbstractPropertySource">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;net.sourceforge.pmd.<a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true" title="class or interface in net.sourceforge.pmd">AbstractPropertySource</a></h3>
+<code><a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#propertyDescriptors" title="class or interface in net.sourceforge.pmd">propertyDescriptors</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#propertyValuesByDescriptor" title="class or interface in net.sourceforge.pmd">propertyValuesByDescriptor</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== 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/PmdCollectingRenderer.html#PmdCollectingRenderer()">PmdCollectingRenderer</a></strong>()</code>
+<div class="block">Collects all reports from all threads.</div>
+</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><a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/Report.html?is-external=true" title="class or interface in net.sourceforge.pmd">Report</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/pmd/PmdCollectingRenderer.html#asReport()">asReport</a></strong>()</code>
+<div class="block">Create a new single report with all violations for further rendering into other formats than HTML.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><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></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/pmd/PmdCollectingRenderer.html#defaultFileExtension()">defaultFileExtension</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/pmd/PmdCollectingRenderer.html#end()">end</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><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="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/Report.ProcessingError.html?is-external=true" title="class or interface in net.sourceforge.pmd">Report.ProcessingError</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/pmd/PmdCollectingRenderer.html#getErrors()">getErrors</a></strong>()</code>
+<div class="block">Gets all the processing errors.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><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></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/pmd/PmdCollectingRenderer.html#getErrorsAsString()">getErrorsAsString</a></strong>()</code>
+<div class="block">Gets the errors as a single string.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><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="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>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/pmd/PmdCollectingRenderer.html#getViolations()">getViolations</a></strong>()</code>
+<div class="block">Gets the list of all found violations.</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/PmdCollectingRenderer.html#hasErrors()">hasErrors</a></strong>()</code>
+<div class="block">Checks whether any processing errors have been found.</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/PmdCollectingRenderer.html#hasViolations()">hasViolations</a></strong>()</code>
+<div class="block">Checks whether any violations have been found.</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/PmdCollectingRenderer.html#renderFileReport(net.sourceforge.pmd.Report)">renderFileReport</a></strong>(<a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/Report.html?is-external=true" title="class or interface in net.sourceforge.pmd">Report</a>&nbsp;report)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/pmd/PmdCollectingRenderer.html#start()">start</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/pmd/PmdCollectingRenderer.html#startFileAnalysis(net.sourceforge.pmd.util.datasource.DataSource)">startFileAnalysis</a></strong>(<a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/util/datasource/DataSource.html?is-external=true" title="class or interface in net.sourceforge.pmd.util.datasource">DataSource</a>&nbsp;dataSource)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_net.sourceforge.pmd.renderers.AbstractRenderer">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;net.sourceforge.pmd.renderers.<a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true" title="class or interface in net.sourceforge.pmd.renderers">AbstractRenderer</a></h3>
+<code><a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#defineProperty(java.lang.String,%20java.lang.String)" title="class or interface in net.sourceforge.pmd.renderers">defineProperty</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#flush()" title="class or interface in net.sourceforge.pmd.renderers">flush</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#getDescription()" title="class or interface in net.sourceforge.pmd.renderers">getDescription</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#getName()" title="class or interface in net.sourceforge.pmd.renderers">getName</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is
 -external=true#getPropertyDefinitions()" title="class or interface in net.sourceforge.pmd.renderers">getPropertyDefinitions</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#getWriter()" title="class or interface in net.sourceforge.pmd.renderers">getWriter</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#isShowSuppressedViolations()" title="class or interface in net.sourceforge.pmd.renderers">isShowSuppressedViolations</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#setDescription(java.lang.String)" title="class or interface in net.sourceforge.pmd.renderers">setDescription</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#setName(java.lang.String)" title="class or interface in 
 net.sourceforge.pmd.renderers">setName</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#setShowSuppressedViolations(boolean)" title="class or interface in net.sourceforge.pmd.renderers">setShowSuppressedViolations</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/renderers/AbstractRenderer.html?is-external=true#setWriter(java.io.Writer)" title="class or interface in net.sourceforge.pmd.renderers">setWriter</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_net.sourceforge.pmd.AbstractPropertySource">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;net.sourceforge.pmd.<a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true" title="class or interface in net.sourceforge.pmd">AbstractPropertySource</a></h3>
+<code><a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#copyPropertyDescriptors()" title="class or interface in net.sourceforge.pmd">copyPropertyDescriptors</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#copyPropertyValues()" title="class or interface in net.sourceforge.pmd">copyPropertyValues</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#definePropertyDescriptor(net.sourceforge.pmd.PropertyDescriptor)" title="class or interface in net.sourceforge.pmd">definePropertyDescriptor</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#dysfunctionReason()" title="class or interface in net.sourceforge.pmd">dysfunctionReason</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/Abst
 ractPropertySource.html?is-external=true#getPropertiesByPropertyDescriptor()" title="class or interface in net.sourceforge.pmd">getPropertiesByPropertyDescriptor</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#getProperty(net.sourceforge.pmd.PropertyDescriptor)" title="class or interface in net.sourceforge.pmd">getProperty</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#getPropertyDescriptor(java.lang.String)" title="class or interface in net.sourceforge.pmd">getPropertyDescriptor</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#getPropertyDescriptors()" title="class or interface in net.sourceforge.pmd">getPropertyDescriptors</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#hasDescriptor(ne
 t.sourceforge.pmd.PropertyDescriptor)" title="class or interface in net.sourceforge.pmd">hasDescriptor</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#ignoredProperties()" title="class or interface in net.sourceforge.pmd">ignoredProperties</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#setProperty(net.sourceforge.pmd.PropertyDescriptor,%20T)" title="class or interface in net.sourceforge.pmd">setProperty</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#useDefaultValueFor(net.sourceforge.pmd.PropertyDescriptor)" title="class or interface in net.sourceforge.pmd">useDefaultValueFor</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/AbstractPropertySource.html?is-external=true#usesDefaultValues()" title="class or interface in net.sourceforg
 e.pmd">usesDefaultValues</a></code></li>
+</ul>
+<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>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_net.sourceforge.pmd.PropertySource">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;net.sourceforge.pmd.<a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/PropertySource.html?is-external=true" title="class or interface in net.sourceforge.pmd">PropertySource</a></h3>
+<code><a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/PropertySource.html?is-external=true#definePropertyDescriptor(net.sourceforge.pmd.PropertyDescriptor)" title="class or interface in net.sourceforge.pmd">definePropertyDescriptor</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/PropertySource.html?is-external=true#dysfunctionReason()" title="class or interface in net.sourceforge.pmd">dysfunctionReason</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/PropertySource.html?is-external=true#getPropertiesByPropertyDescriptor()" title="class or interface in net.sourceforge.pmd">getPropertiesByPropertyDescriptor</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/PropertySource.html?is-external=true#getProperty(net.sourceforge.pmd.PropertyDescriptor)" title="class or interface in net.sourceforge.pmd">getProperty</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourcefo
 rge/pmd/PropertySource.html?is-external=true#getPropertyDescriptor(java.lang.String)" title="class or interface in net.sourceforge.pmd">getPropertyDescriptor</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/PropertySource.html?is-external=true#getPropertyDescriptors()" title="class or interface in net.sourceforge.pmd">getPropertyDescriptors</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/PropertySource.html?is-external=true#hasDescriptor(net.sourceforge.pmd.PropertyDescriptor)" title="class or interface in net.sourceforge.pmd">hasDescriptor</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/PropertySource.html?is-external=true#ignoredProperties()" title="class or interface in net.sourceforge.pmd">ignoredProperties</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/PropertySource.html?is-external=true#setProperty(net.sourceforge.pmd.PropertyDescriptor,%20T)" title="class o
 r interface in net.sourceforge.pmd">setProperty</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/PropertySource.html?is-external=true#useDefaultValueFor(net.sourceforge.pmd.PropertyDescriptor)" title="class or interface in net.sourceforge.pmd">useDefaultValueFor</a>, <a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/PropertySource.html?is-external=true#usesDefaultValues()" title="class or interface in net.sourceforge.pmd">usesDefaultValues</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="PmdCollectingRenderer()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>PmdCollectingRenderer</h4>
+<pre>public&nbsp;PmdCollectingRenderer()</pre>
+<div class="block">Collects all reports from all threads.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="renderFileReport(net.sourceforge.pmd.Report)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>renderFileReport</h4>
+<pre>public&nbsp;void&nbsp;renderFileReport(<a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/Report.html?is-external=true" title="class or interface in net.sourceforge.pmd">Report</a>&nbsp;report)
+                      throws <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>
+<dl><dt><span class="strong">Throws:</span></dt>
+<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="hasViolations()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasViolations</h4>
+<pre>public&nbsp;boolean&nbsp;hasViolations()</pre>
+<div class="block">Checks whether any violations have been found.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if at least one violations has been found</dd></dl>
+</li>
+</ul>
+<a name="getViolations()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getViolations</h4>
+<pre>public&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="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>&gt;&nbsp;getViolations()</pre>
+<div class="block">Gets the list of all found violations.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the violations</dd></dl>
+</li>
+</ul>
+<a name="hasErrors()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasErrors</h4>
+<pre>public&nbsp;boolean&nbsp;hasErrors()</pre>
+<div class="block">Checks whether any processing errors have been found.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if any errors have been found</dd></dl>
+</li>
+</ul>
+<a name="getErrors()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getErrors</h4>
+<pre>public&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="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/Report.ProcessingError.html?is-external=true" title="class or interface in net.sourceforge.pmd">Report.ProcessingError</a>&gt;&nbsp;getErrors()</pre>
+<div class="block">Gets all the processing errors.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the errors</dd></dl>
+</li>
+</ul>
+<a name="getErrorsAsString()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getErrorsAsString</h4>
+<pre>public&nbsp;<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;getErrorsAsString()</pre>
+<div class="block">Gets the errors as a single string. Each error is in its own line.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the errors as string</dd></dl>
+</li>
+</ul>
+<a name="asReport()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>asReport</h4>
+<pre>public&nbsp;<a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/Report.html?is-external=true" title="class or interface in net.sourceforge.pmd">Report</a>&nbsp;asReport()</pre>
+<div class="block">Create a new single report with all violations for further rendering into other formats than HTML.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the report</dd></dl>
+</li>
+</ul>
+<a name="defaultFileExtension()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>defaultFileExtension</h4>
+<pre>public&nbsp;<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;defaultFileExtension()</pre>
+</li>
+</ul>
+<a name="start()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>start</h4>
+<pre>public&nbsp;void&nbsp;start()
+           throws <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>
+<dl><dt><span class="strong">Throws:</span></dt>
+<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="startFileAnalysis(net.sourceforge.pmd.util.datasource.DataSource)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>startFileAnalysis</h4>
+<pre>public&nbsp;void&nbsp;startFileAnalysis(<a href="http://pmd.sourceforge.net/pmd-core/apidocs/net/sourceforge/pmd/util/datasource/DataSource.html?is-external=true" title="class or interface in net.sourceforge.pmd.util.datasource">DataSource</a>&nbsp;dataSource)</pre>
+</li>
+</ul>
+<a name="end()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>end</h4>
+<pre>public&nbsp;void&nbsp;end()
+         throws <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>
+<dl><dt><span class="strong">Throws:</span></dt>
+<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>
+</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/PmdCollectingRenderer.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/HelpMojo.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>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/pmd/PmdCollectingRenderer.html" target="_top">Frames</a></li>
+<li><a href="PmdCollectingRenderer.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><a href="#fields_inherited_from_class_net.sourceforge.pmd.renderers.AbstractRenderer">Field</a>&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/PmdFileInfo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdFileInfo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdFileInfo.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>PmdFileInfo (Apache Maven PMD Plugin 3.6 API)</title>
+<title>PmdFileInfo (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="PmdFileInfo (Apache Maven PMD Plugin 3.6 API)";
+        parent.document.title="PmdFileInfo (Apache Maven PMD Plugin 3.7 API)";
     }
 //-->
 </script>
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/maven/plugin/pmd/HelpMojo.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">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/maven/plugin/pmd/PmdReport.html" title="class in org.apache.maven.plugin.pmd"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -245,7 +245,7 @@ extends <a href="http://docs.oracle.com/
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/maven/plugin/pmd/HelpMojo.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">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/maven/plugin/pmd/PmdReport.html" title="class in org.apache.maven.plugin.pmd"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -286,6 +286,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/PmdReport.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdReport.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdReport.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>PmdReport (Apache Maven PMD Plugin 3.6 API)</title>
+<title>PmdReport (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="PmdReport (Apache Maven PMD Plugin 3.6 API)";
+        parent.document.title="PmdReport (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">
@@ -466,6 +466,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/PmdReportGenerator.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdReportGenerator.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdReportGenerator.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>PmdReportGenerator (Apache Maven PMD Plugin 3.6 API)</title>
+<title>PmdReportGenerator (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="PmdReportGenerator (Apache Maven PMD Plugin 3.6 API)";
+        parent.document.title="PmdReportGenerator (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/PmdReport.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/PmdReportListener.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/PmdViolationCheckMojo.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/PmdReportGenerator.html" target="_top">Frames</a></li>
@@ -293,7 +293,7 @@ extends <a href="http://docs.oracle.com/
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/maven/plugin/pmd/PmdReport.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/PmdReportListener.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/PmdViolationCheckMojo.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/PmdReportGenerator.html" target="_top">Frames</a></li>
@@ -333,6 +333,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/PmdViolationCheckMojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/PmdViolationCheckMojo.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>PmdViolationCheckMojo (Apache Maven PMD Plugin 3.6 API)</title>
+<title>PmdViolationCheckMojo (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="PmdViolationCheckMojo (Apache Maven PMD Plugin 3.6 API)";
+        parent.document.title="PmdViolationCheckMojo (Apache Maven PMD Plugin 3.7 API)";
     }
 //-->
 </script>
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/maven/plugin/pmd/PmdReportListener.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/PmdReportGenerator.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/ViolationDetails.html" title="class in org.apache.maven.plugin.pmd"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -160,7 +160,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/PmdViolationCheckMojo.html#PmdViolationCheckMojo()">PmdViolationCheckMojo</a></strong>()</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html#PmdViolationCheckMojo()">PmdViolationCheckMojo</a></strong>()</code>
+<div class="block">Default constructor.</div>
+</td>
 </tr>
 </table>
 </li>
@@ -192,14 +194,6 @@ extends <a href="../../../../../org/apac
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html#getPriority(org.apache.maven.plugin.pmd.model.Violation)">getPriority</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>&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/PmdViolationCheckMojo.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>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/pmd/PmdViolationCheckMojo.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="rowColor">
 <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/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/pmd/PmdViolationCheckMojo.html#newViolationDetailsInstance()">newViolationDetailsInstance</a></strong>()</code>&nbsp;</td>
 </tr>
@@ -253,6 +247,7 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>PmdViolationCheckMojo</h4>
 <pre>public&nbsp;PmdViolationCheckMojo()</pre>
+<div class="block">Default constructor. Initializes with the correct <a href="../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html" title="class in org.apache.maven.plugin.pmd"><code>ExcludeViolationsFromFile</code></a>.</div>
 </li>
 </ul>
 </li>
@@ -277,34 +272,6 @@ extends <a href="../../../../../org/apac
 <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></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/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</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="isExcludedFromFailure(org.apache.maven.plugin.pmd.model.Violation)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isExcludedFromFailure</h4>
-<pre>protected&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>
-<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/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</a>&gt;</code></dd>
-</dl>
-</li>
-</ul>
 <a name="printError(org.apache.maven.plugin.pmd.model.Violation, java.lang.String)">
 <!--   -->
 </a>
@@ -327,7 +294,7 @@ extends <a href="../../../../../org/apac
 <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/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</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;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>,
+                                   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"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.html#getErrorDetails(java.io.File)">AbstractPmdViolationCheckMojo</a></code></strong></div>
 <div class="block">Gets the attributes and text for the violation tag and puts them in a HashMap</div>
@@ -335,7 +302,7 @@ extends <a href="../../../../../org/apac
 <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/Violation.html" title="class in org.apache.maven.plugin.pmd.model">Violation</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>
@@ -391,7 +358,7 @@ extends <a href="../../../../../org/apac
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/maven/plugin/pmd/PmdReportListener.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/PmdReportGenerator.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/ViolationDetails.html" title="class in org.apache.maven.plugin.pmd"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -432,6 +399,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/ViolationDetails.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ViolationDetails.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/ViolationDetails.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>ViolationDetails (Apache Maven PMD Plugin 3.6 API)</title>
+<title>ViolationDetails (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="ViolationDetails (Apache Maven PMD Plugin 3.6 API)";
+        parent.document.title="ViolationDetails (Apache Maven PMD Plugin 3.7 API)";
     }
 //-->
 </script>
@@ -300,6 +300,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/class-use/AbstractPmdReport.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/AbstractPmdReport.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/AbstractPmdReport.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>Uses of Class org.apache.maven.plugin.pmd.AbstractPmdReport (Apache Maven PMD Plugin 3.6 API)</title>
+<title>Uses of Class org.apache.maven.plugin.pmd.AbstractPmdReport (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="Uses of Class org.apache.maven.plugin.pmd.AbstractPmdReport (Apache Maven PMD Plugin 3.6 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.pmd.AbstractPmdReport (Apache Maven PMD Plugin 3.7 API)";
     }
 //-->
 </script>
@@ -158,6 +158,6 @@
 <!--   -->
 </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/class-use/AbstractPmdViolationCheckMojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/AbstractPmdViolationCheckMojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/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>Uses of Class org.apache.maven.plugin.pmd.AbstractPmdViolationCheckMojo (Apache Maven PMD Plugin 3.6 API)</title>
+<title>Uses of Class org.apache.maven.plugin.pmd.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="Uses of Class org.apache.maven.plugin.pmd.AbstractPmdViolationCheckMojo (Apache Maven PMD Plugin 3.6 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.pmd.AbstractPmdViolationCheckMojo (Apache Maven PMD Plugin 3.7 API)";
     }
 //-->
 </script>
@@ -158,6 +158,6 @@
 <!--   -->
 </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/class-use/CpdReport.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/CpdReport.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/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>Uses of Class org.apache.maven.plugin.pmd.CpdReport (Apache Maven PMD Plugin 3.6 API)</title>
+<title>Uses of Class org.apache.maven.plugin.pmd.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="Uses of Class org.apache.maven.plugin.pmd.CpdReport (Apache Maven PMD Plugin 3.6 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.pmd.CpdReport (Apache Maven PMD Plugin 3.7 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </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/class-use/CpdReportGenerator.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/CpdReportGenerator.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/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>Uses of Class org.apache.maven.plugin.pmd.CpdReportGenerator (Apache Maven PMD Plugin 3.6 API)</title>
+<title>Uses of Class org.apache.maven.plugin.pmd.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="Uses of Class org.apache.maven.plugin.pmd.CpdReportGenerator (Apache Maven PMD Plugin 3.6 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.pmd.CpdReportGenerator (Apache Maven PMD Plugin 3.7 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </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/class-use/CpdViolationCheckMojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/CpdViolationCheckMojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/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>Uses of Class org.apache.maven.plugin.pmd.CpdViolationCheckMojo (Apache Maven PMD Plugin 3.6 API)</title>
+<title>Uses of Class org.apache.maven.plugin.pmd.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="Uses of Class org.apache.maven.plugin.pmd.CpdViolationCheckMojo (Apache Maven PMD Plugin 3.6 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.pmd.CpdViolationCheckMojo (Apache Maven PMD Plugin 3.7 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </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/class-use/ExcludeDuplicationsFromFile.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/ExcludeDuplicationsFromFile.html (added)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/ExcludeDuplicationsFromFile.html Sat Oct  8 16:53:12 2016
@@ -0,0 +1,115 @@
+<!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>Uses of Class org.apache.maven.plugin.pmd.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="Uses of Class org.apache.maven.plugin.pmd.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><a href="../../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html" title="class in org.apache.maven.plugin.pmd">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/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>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.maven.plugin.pmd.ExcludeDuplicationsFromFile" class="title">Uses of Class<br>org.apache.maven.plugin.pmd.ExcludeDuplicationsFromFile</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.maven.plugin.pmd.ExcludeDuplicationsFromFile</div>
+<!-- ======= 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><a href="../../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html" title="class in org.apache.maven.plugin.pmd">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/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>
+<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/class-use/ExcludeFromFile.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/ExcludeFromFile.html (added)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/ExcludeFromFile.html Sat Oct  8 16:53:12 2016
@@ -0,0 +1,178 @@
+<!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>Uses of Interface org.apache.maven.plugin.pmd.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="Uses of Interface org.apache.maven.plugin.pmd.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><a href="../../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" title="interface in org.apache.maven.plugin.pmd">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/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>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Interface org.apache.maven.plugin.pmd.ExcludeFromFile" class="title">Uses of Interface<br>org.apache.maven.plugin.pmd.ExcludeFromFile</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.maven.plugin.pmd">org.apache.maven.plugin.pmd</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.maven.plugin.pmd">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</a> in <a href="../../../../../../org/apache/maven/plugin/pmd/package-summary.html">org.apache.maven.plugin.pmd</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../../org/apache/maven/plugin/pmd/package-summary.html">org.apache.maven.plugin.pmd</a> that implement <a href="../../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/pmd/ExcludeDuplicationsFromFile.html" title="class in org.apache.maven.plugin.pmd">ExcludeDuplicationsFromFile</a></strong></code>
+<div class="block">This class contains utility methods to load property files which define which files
+ should be excluded from the CPD duplication results.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html" title="class in org.apache.maven.plugin.pmd">ExcludeViolationsFromFile</a></strong></code>
+<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.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../../org/apache/maven/plugin/pmd/package-summary.html">org.apache.maven.plugin.pmd</a> with parameters of type <a href="../../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" title="interface in org.apache.maven.plugin.pmd">ExcludeFromFile</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<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>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= 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><a href="../../../../../../org/apache/maven/plugin/pmd/ExcludeFromFile.html" title="interface in org.apache.maven.plugin.pmd">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/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>
+<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/class-use/ExcludeViolationsFromFile.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/ExcludeViolationsFromFile.html (added)
+++ websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugin/pmd/class-use/ExcludeViolationsFromFile.html Sat Oct  8 16:53:12 2016
@@ -0,0 +1,115 @@
+<!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>Uses of Class org.apache.maven.plugin.pmd.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="Uses of Class org.apache.maven.plugin.pmd.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><a href="../../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html" title="class in org.apache.maven.plugin.pmd">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/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>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.maven.plugin.pmd.ExcludeViolationsFromFile" class="title">Uses of Class<br>org.apache.maven.plugin.pmd.ExcludeViolationsFromFile</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.maven.plugin.pmd.ExcludeViolationsFromFile</div>
+<!-- ======= 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><a href="../../../../../../org/apache/maven/plugin/pmd/ExcludeViolationsFromFile.html" title="class in org.apache.maven.plugin.pmd">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/maven/plugin/pmd/class-use/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>
+<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