Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/dependency-info.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/dependency-info.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/dependency-info.html
 Sun Oct 26 19:44:13 2014
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - Dependency Information</title>
+    <title>Apache Maven Clean Plugin &#x2013; Dependency Information</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -91,7 +91,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                                         <li 
class="expanded">
+                                                                               
                                                                                
                                                                                
                                                       <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -104,9 +104,6 @@
             <strong>Dependency Information</strong>
           </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
-            </li>
-                      <li class="none">
                   <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
@@ -138,7 +135,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
                           <li class="collapsed">
+                                                                               
                                                                                
                                                                       <li 
class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -157,10 +154,7 @@
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../pom/index.html">Parent POMs</a>
@@ -169,9 +163,15 @@
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -211,9 +211,9 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section">
-<h2>Dependency Information<a name="Dependency_Information"></a></h2><a 
name="Dependency_Information"></a>
+<h2><a name="Dependency_Information"></a>Dependency Information</h2><a 
name="Dependency_Information"></a>
 <div class="section">
-<h3>Apache Maven<a name="Apache_Maven"></a></h3><a name="Apache_Maven"></a>
+<h3><a name="Apache_Maven"></a>Apache Maven</h3><a name="Apache_Maven"></a>
 <div class="source">
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
@@ -222,31 +222,31 @@
   &lt;type&gt;maven-plugin&lt;/type&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
-<h3>Apache Buildr<a name="Apache_Buildr"></a></h3><a name="Apache_Buildr"></a>
+<h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a>
 <div class="source">
 
<pre>'org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.6.1'</pre></div></div>
 <div class="section">
-<h3>Apache Ant<a name="Apache_Ant"></a></h3><a name="Apache_Ant"></a>
+<h3><a name="Apache_Ant"></a>Apache Ant</h3><a name="Apache_Ant"></a>
 <div class="source">
 <pre>&lt;dependency org=&quot;org.apache.maven.plugins&quot; 
name=&quot;maven-clean-plugin&quot; rev=&quot;2.6.1&quot;&gt;
   &lt;artifact name=&quot;maven-clean-plugin&quot; 
type=&quot;maven-plugin&quot; /&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
-<h3>Groovy Grape<a name="Groovy_Grape"></a></h3><a name="Groovy_Grape"></a>
+<h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a>
 <div class="source">
 <pre>@Grapes(
 @Grab(group='org.apache.maven.plugins', module='maven-clean-plugin', 
version='2.6.1')
 )</pre></div></div>
 <div class="section">
-<h3>Grails<a name="Grails"></a></h3><a name="Grails"></a>
+<h3><a name="Grails"></a>Grails</h3><a name="Grails"></a>
 <div class="source">
 <pre>compile 
'org.apache.maven.plugins:maven-clean-plugin:2.6.1'</pre></div></div>
 <div class="section">
-<h3>Leiningen<a name="Leiningen"></a></h3><a name="Leiningen"></a>
+<h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
 <div class="source">
 <pre>[org.apache.maven.plugins/maven-clean-plugin 
&quot;2.6.1&quot;]</pre></div></div>
 <div class="section">
-<h3>SBT<a name="SBT"></a></h3><a name="SBT"></a>
+<h3><a name="SBT"></a>SBT</h3><a name="SBT"></a>
 <div class="source">
 <pre>libraryDependencies += &quot;org.apache.maven.plugins&quot; %% 
&quot;maven-clean-plugin&quot; % &quot;2.6.1&quot;</pre></div></div></div>
       </div>

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/dependency-management.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/dependency-management.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/dependency-management.html
 Sun Oct 26 19:44:13 2014
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - Project Dependency Management</title>
+    <title>Apache Maven Clean Plugin &#x2013; Project Dependency 
Management</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -91,7 +91,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                                         <li 
class="expanded">
+                                                                               
                                                                                
                                                                                
                                                       <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -104,9 +104,6 @@
                   <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
-            </li>
-                      <li class="none">
                   <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
@@ -138,7 +135,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
                           <li class="collapsed">
+                                                                               
                                                                                
                                                                       <li 
class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -157,10 +154,7 @@
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../pom/index.html">Parent POMs</a>
@@ -169,9 +163,15 @@
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -211,9 +211,9 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section">
-<h2>Project Dependency Management<a 
name="Project_Dependency_Management"></a></h2><a 
name="Project_Dependency_Management"></a>
+<h2><a name="Project_Dependency_Management"></a>Project Dependency 
Management</h2><a name="Project_Dependency_Management"></a>
 <div class="section">
-<h3>compile<a name="compile"></a></h3><a name="compile"></a>
+<h3><a name="compile"></a>compile</h3><a name="compile"></a>
 <p>The following is a list of compile dependencies in the DependencyManagement 
of this project. These dependencies can be included in the submodules to 
compile and run the submodule:</p>
 <table border="0" class="bodyTable">
 <tr class="a">
@@ -229,7 +229,7 @@
 <td>jar</td>
 <td><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>The Apache Software 
License, Version 2.0</a></td></tr></table></div>
 <div class="section">
-<h3>provided<a name="provided"></a></h3><a name="provided"></a>
+<h3><a name="provided"></a>provided</h3><a name="provided"></a>
 <p>The following is a list of provided dependencies in the 
DependencyManagement of this project. These dependencies can be included in the 
submodules to compile the submodule, but should be provided by default when 
using the library:</p>
 <table border="0" class="bodyTable">
 <tr class="a">
@@ -240,10 +240,10 @@
 <th>License</th></tr>
 <tr class="b">
 <td>org.apache.maven.plugin-tools</td>
-<td><a class="externalLink" 
href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/";>maven-plugin-annotations</a></td>
-<td>3.2</td>
+<td><a class="externalLink" 
href="http://maven.apache.org/plugin-tools/maven-plugin-annotations";>maven-plugin-annotations</a></td>
+<td>3.3</td>
 <td>jar</td>
-<td><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>The Apache Software 
License, Version 2.0</a></td></tr></table></div></div>
+<td><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/distribution-management.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/distribution-management.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/distribution-management.html
 Sun Oct 26 19:44:13 2014
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - Project Distribution Management</title>
+    <title>Apache Maven Clean Plugin &#x2013; Project Distribution 
Management</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -91,7 +91,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                                         <li 
class="expanded">
+                                                                               
                                                                                
                                                                                
                                                       <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -104,9 +104,6 @@
                   <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
-            </li>
-                      <li class="none">
                   <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
@@ -138,7 +135,7 @@
           </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
                           <li class="collapsed">
+                                                                               
                                                                                
                                                                       <li 
class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -157,10 +154,7 @@
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../pom/index.html">Parent POMs</a>
@@ -169,9 +163,15 @@
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -211,14 +211,14 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section">
-<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>The following is the distribution management information used by this 
project.</p>
 <div class="section">
-<h3>Repository - apache.releases.https<a 
name="Repository_-_apache.releases.https"></a></h3><a 
name="Repository_-_apache.releases.https"></a><a class="externalLink" 
href="https://repository.apache.org/service/local/staging/deploy/maven2";>https://repository.apache.org/service/local/staging/deploy/maven2</a></div>
+<h3><a name="Repository_-_apache.releases.https"></a>Repository - 
apache.releases.https</h3><a name="Repository_-_apache.releases.https"></a><a 
class="externalLink" 
href="https://repository.apache.org/service/local/staging/deploy/maven2";>https://repository.apache.org/service/local/staging/deploy/maven2</a></div>
 <div class="section">
-<h3>Snapshot Repository - apache.snapshots.https<a 
name="Snapshot_Repository_-_apache.snapshots.https"></a></h3><a 
name="Snapshot_Repository_-_apache.snapshots.https"></a><a class="externalLink" 
href="https://repository.apache.org/content/repositories/snapshots";>https://repository.apache.org/content/repositories/snapshots</a></div>
+<h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a>Snapshot 
Repository - apache.snapshots.https</h3><a 
name="Snapshot_Repository_-_apache.snapshots.https"></a><a class="externalLink" 
href="https://repository.apache.org/content/repositories/snapshots";>https://repository.apache.org/content/repositories/snapshots</a></div>
 <div class="section">
-<h3>Site - apache.website<a name="Site_-_apache.website"></a></h3><a 
name="Site_-_apache.website"></a>
+<h3><a name="Site_-_apache.website"></a>Site - apache.website</h3><a 
name="Site_-_apache.website"></a>
 
<p>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST</p></div></div>
       </div>
     </div>

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/download.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/download.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/download.html
 Sun Oct 26 19:44:13 2014
@@ -5,8 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - 
-    Download Apache Maven Clean Plugin Source</title>
+    <title>Apache Maven Clean Plugin &#x2013; Download Apache Maven Clean 
Plugin Source</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -44,8 +43,7 @@
         &gt;
                       <a href="./">Apache Maven Clean Plugin</a>
         &gt;
-        
-    Download Apache Maven Clean Plugin Source
+        Download Apache Maven Clean Plugin Source
         </div>
             <div class="xright">        
                                     Last Published: 2014-10-26
@@ -93,10 +91,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
                           <li class="collapsed">
+                                                                               
                                                                                
                                                                       <li 
class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -115,10 +113,7 @@
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../pom/index.html">Parent POMs</a>
@@ -127,9 +122,15 @@
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -186,7 +187,7 @@ specific language governing permissions 
 under the License. -->
   
     <div class="section">
-<h2>Download Apache Maven Clean Plugin 2.6.1 Source<a 
name="Download_Apache_Maven_Clean_Plugin_2.6.1_Source"></a></h2>
+<h2><a name="Download_Apache_Maven_Clean_Plugin_2.6.1_Source"></a>Download 
Apache Maven Clean Plugin 2.6.1 Source</h2>
 
       
 <p>Apache Maven Clean Plugin 2.6.1 is distributed in source format. Use a 
source archive if you intend to build
@@ -212,7 +213,7 @@ under the License. -->
       <a name="mirror"></a>
       
 <div class="section">
-<h3>Mirror<a name="Mirror"></a></h3>
+<h3><a name="Mirror"></a>Mirror</h3>
 
         
 <p>
@@ -264,7 +265,7 @@ under the License. -->
       
       
 <div class="section">
-<h3>Apache Maven Clean Plugin 2.6.1<a 
name="Apache_Maven_Clean_Plugin_2.6.1"></a></h3>
+<h3><a name="Apache_Maven_Clean_Plugin_2.6.1"></a>Apache Maven Clean Plugin 
2.6.1</h3>
         
       
 <p>This is the current stable version of Apache Maven Clean Plugin.</p>
@@ -302,7 +303,7 @@ under the License. -->
 
       
 <div class="section">
-<h3>Previous Versions<a name="Previous_Versions"></a></h3>
+<h3><a name="Previous_Versions"></a>Previous Versions</h3>
         
       
 <p>Older non-recommended releases can be found on our <a class="externalLink" 
href="http://archive.apache.org/dist/maven/plugins/";>archive site</a>.</p>

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/examples/delete_additional_files.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/examples/delete_additional_files.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/examples/delete_additional_files.html
 Sun Oct 26 19:44:13 2014
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - Delete Additional Files Not Exposed to 
Maven</title>
+    <title>Apache Maven Clean Plugin &#x2013; Delete Additional Files Not 
Exposed to Maven</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
       @import url("../css/maven-theme.css");
@@ -93,10 +93,10 @@ [email protected]" />
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="../project-info.html">Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
                           <li class="collapsed">
+                                                                               
                                                                                
                                                                       <li 
class="collapsed">
                   <a href="../project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -115,10 +115,7 @@ [email protected]" />
                   <a href="../../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../../index.html">Maven 2 & 3</a>
+                  <a href="../../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../../pom/index.html">Parent POMs</a>
@@ -127,9 +124,15 @@ [email protected]" />
                   <a href="../../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../../plugin-testing/index.html">Plugin 
Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a 
href="../../../apache-resource-bundles/index.html">Resource Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -169,7 +172,7 @@ [email protected]" />
     <div id="bodyColumn">
       <div id="contentBox">
         <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section">
-<h2>Delete Additional Files Not Exposed to Maven<a 
name="Delete_Additional_Files_Not_Exposed_to_Maven"></a></h2>
+<h2><a name="Delete_Additional_Files_Not_Exposed_to_Maven"></a>Delete 
Additional Files Not Exposed to Maven</h2>
 <p>The Maven Clean Plugin will delete the <tt>target</tt> directory by 
default. You may configure it to delete additional directories and files. The 
following example shows how:</p>
 <div class="source">
 <pre>&lt;build&gt;

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/examples/ignoring-errors.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/examples/ignoring-errors.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/examples/ignoring-errors.html
 Sun Oct 26 19:44:13 2014
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - Ignoring Clean Errors</title>
+    <title>Apache Maven Clean Plugin &#x2013; Ignoring Clean Errors</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
       @import url("../css/maven-theme.css");
@@ -92,10 +92,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="../project-info.html">Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
                           <li class="collapsed">
+                                                                               
                                                                                
                                                                       <li 
class="collapsed">
                   <a href="../project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -114,10 +114,7 @@
                   <a href="../../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../../index.html">Maven 2 & 3</a>
+                  <a href="../../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../../pom/index.html">Parent POMs</a>
@@ -126,9 +123,15 @@
                   <a href="../../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../../plugin-testing/index.html">Plugin 
Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a 
href="../../../apache-resource-bundles/index.html">Resource Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -168,7 +171,7 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section">
-<h2>Ignoring Clean Errors<a name="Ignoring_Clean_Errors"></a></h2>
+<h2><a name="Ignoring_Clean_Errors"></a>Ignoring Clean Errors</h2>
 <p>To ignore errors when running the cleanup for a particular project, set the 
<tt>failOnError</tt> property to <tt>false</tt>.</p>
 <div class="source">
 <pre>&lt;build&gt;

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/examples/skipping-clean.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/examples/skipping-clean.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/examples/skipping-clean.html
 Sun Oct 26 19:44:13 2014
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - Skipping Clean</title>
+    <title>Apache Maven Clean Plugin &#x2013; Skipping Clean</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
       @import url("../css/maven-theme.css");
@@ -92,10 +92,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="../project-info.html">Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
                           <li class="collapsed">
+                                                                               
                                                                                
                                                                       <li 
class="collapsed">
                   <a href="../project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -114,10 +114,7 @@
                   <a href="../../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../../index.html">Maven 2 & 3</a>
+                  <a href="../../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../../pom/index.html">Parent POMs</a>
@@ -126,9 +123,15 @@
                   <a href="../../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../../plugin-testing/index.html">Plugin 
Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a 
href="../../../apache-resource-bundles/index.html">Resource Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -168,7 +171,7 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section">
-<h2>Skipping Clean<a name="Skipping_Clean"></a></h2>
+<h2><a name="Skipping_Clean"></a>Skipping Clean</h2>
 <p>To skip running the cleanup for a particular project, set the <tt>skip</tt> 
property to <tt>true</tt>.</p>
 <div class="source">
 <pre>&lt;build&gt;

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/faq.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/faq.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/faq.html
 Sun Oct 26 19:44:13 2014
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - Frequently Asked Questions</title>
+    <title>Apache Maven Clean Plugin &#x2013; Frequently Asked 
Questions</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -91,10 +91,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
                           <li class="collapsed">
+                                                                               
                                                                                
                                                                       <li 
class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -113,10 +113,7 @@
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../pom/index.html">Parent POMs</a>
@@ -125,9 +122,15 @@
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -182,7 +185,7 @@ software distributed under the License i
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License. --><div class="section">
-<h2><a name="top">Frequently Asked Questions</a><a 
name="Frequently_Asked_Questions"></a></h2>
+<h2><a name="Frequently_Asked_Questions"></a><a name="top">Frequently Asked 
Questions</a></h2>
 <ol style="list-style-type: decimal">
 <li><a 
href="#I_already_ran_mvn_clean_but_the_directory_put_dir_name_here_is_still_there._What_should_I_do">I
 already ran <i>mvn clean</i> but the directory (<i>put dir name here</i>) is 
still there. What should I do?</a></li>
 <li><a href="#On_Windows_I_got_Unable_to_delete_directory._What_s_wrong">On 
Windows, I got <i>&quot;Unable to delete directory&quot;</i>. What's 
wrong?</a></li></ol></div>

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/findbugs.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/findbugs.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/findbugs.html
 Sun Oct 26 19:44:13 2014
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - FindBugs Bug Detector Report</title>
+    <title>Apache Maven Clean Plugin &#x2013; FindBugs Bug Detector 
Report</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -91,10 +91,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
                                     <li class="expanded">
+                                                                               
                                                                                
                                                                                
 <li class="expanded">
                   <a href="project-reports.html">Project Reports</a>
                     <ul>
                       <li class="none">
@@ -104,9 +104,6 @@
                   <a href="checkstyle.html">Checkstyle</a>
             </li>
                       <li class="none">
-                  <a href="pmd.html">PMD</a>
-            </li>
-                      <li class="none">
                   <a href="xref/index.html">Source Xref</a>
             </li>
                       <li class="none">
@@ -122,7 +119,7 @@
                   <a href="testapidocs/index.html">Test JavaDocs</a>
             </li>
                       <li class="none">
-            <strong>FindBugs Report</strong>
+            <strong>FindBugs</strong>
           </li>
                       <li class="none">
                   <a href="sonar.html">Sonar</a>
@@ -130,9 +127,6 @@
                       <li class="none">
                   <a href="plugin-info.html">Plugin Documentation</a>
             </li>
-                      <li class="none">
-                  <a href="invoker-report.html">Invoker Build Results</a>
-            </li>
               </ul>
         </li>
           </ul>
@@ -151,10 +145,7 @@
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../pom/index.html">Parent POMs</a>
@@ -163,9 +154,15 @@
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -205,13 +202,13 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section">
-<h2>FindBugs Bug Detector Report<a 
name="FindBugs_Bug_Detector_Report"></a></h2>
-<p>The following document contains the results of <a class="externalLink" 
href="http://findbugs.sourceforge.net";>FindBugs Report</a></p>
-<p>FindBugs Version is <i>2.0.2</i></p>
+<h2><a name="FindBugs_Bug_Detector_Report"></a>FindBugs Bug Detector 
Report</h2>
+<p>The following document contains the results of <a class="externalLink" 
href="http://findbugs.sourceforge.net";>FindBugs</a></p>
+<p>FindBugs Version is <i>2.0.3</i></p>
 <p>Threshold is <i>medium</i></p>
 <p>Effort is <i>min</i></p></div>
 <div class="section">
-<h2>Summary<a name="Summary"></a></h2>
+<h2><a name="Summary"></a>Summary</h2>
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Classes</th>
@@ -220,51 +217,33 @@
 <th>Missing Classes</th></tr>
 <tr class="b">
 <td>11</td>
-<td>2</td>
+<td>1</td>
 <td>0</td>
 <td>0</td></tr></table></div>
 <div class="section">
-<h2>Files<a name="Files"></a></h2>
+<h2><a name="Files"></a>Files</h2>
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Class</th>
 <th>Bugs</th></tr>
 <tr class="b">
 <td><a 
href="#org.apache.maven.plugin.clean.Cleaner">org.apache.maven.plugin.clean.Cleaner</a></td>
-<td>1</td></tr>
-<tr class="a">
-<td><a 
href="#org.apache.maven.plugin.clean.HelpMojo">org.apache.maven.plugin.clean.HelpMojo</a></td>
 <td>1</td></tr></table></div><a 
name="org.apache.maven.plugin.clean.Cleaner"></a>
 <div class="section">
-<h3>org.apache.maven.plugin.clean.Cleaner<a 
name="org.apache.maven.plugin.clean.Cleaner"></a></h3>
+<h3><a 
name="org.apache.maven.plugin.clean.Cleaner"></a>org.apache.maven.plugin.clean.Cleaner</h3>
 <table border="0" class="bodyTable">
-<tr class="b">
+<tr class="a">
 <th>Bug</th>
 <th>Category</th>
 <th>Details</th>
 <th>Line</th>
 <th>Priority</th></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.maven.plugin.clean.Cleaner.delete(File, boolean, boolean) 
forces garbage collection; extremely dubious except in benchmarking code</td>
 <td>PERFORMANCE</td>
 <td><a class="externalLink" 
href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_GC";>DM_GC</a></td>
-<td><a 
href="./xref/org/apache/maven/plugin/clean/Cleaner.html#225">225</a></td>
-<td>High</td></tr></table></div><a 
name="org.apache.maven.plugin.clean.HelpMojo"></a>
-<div class="section">
-<h3>org.apache.maven.plugin.clean.HelpMojo<a 
name="org.apache.maven.plugin.clean.HelpMojo"></a></h3>
-<table border="0" class="bodyTable">
-<tr class="b">
-<th>Bug</th>
-<th>Category</th>
-<th>Details</th>
-<th>Line</th>
-<th>Priority</th></tr>
-<tr class="a">
-<td>org.apache.maven.plugin.clean.HelpMojo.build() may fail to clean up 
java.io.InputStream</td>
-<td>EXPERIMENTAL</td>
-<td><a class="externalLink" 
href="http://findbugs.sourceforge.net/bugDescriptions.html#OBL_UNSATISFIED_OBLIGATION";>OBL_UNSATISFIED_OBLIGATION</a></td>
-<td><a href="nullorg/apache/maven/plugin/clean/HelpMojo.html#68">68</a></td>
-<td>Medium</td></tr></table></div>
+<td><a 
href="./xref/org/apache/maven/plugin/clean/Cleaner.html#L225">225</a></td>
+<td>High</td></tr></table></div>
       </div>
     </div>
     <div class="clear">

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/help-mojo.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/help-mojo.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/help-mojo.html
 Sun Oct 26 19:44:13 2014
@@ -5,8 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - 
-    clean:help</title>
+    <title>Apache Maven Clean Plugin &#x2013; clean:help</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -44,8 +43,7 @@
         &gt;
                       <a href="./">Apache Maven Clean Plugin</a>
         &gt;
-        
-    clean:help
+        clean:help
         </div>
             <div class="xright">        
                                     Last Published: 2014-10-26
@@ -93,10 +91,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
                           <li class="collapsed">
+                                                                               
                                                                                
                                                                       <li 
class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -115,10 +113,7 @@
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../pom/index.html">Parent POMs</a>
@@ -127,9 +122,15 @@
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -171,7 +172,7 @@
         
   
     <div class="section">
-<h2>clean:help<a name="clean:help"></a></h2>
+<h2><a name="clean:help"></a>clean:help</h2>
       
 <p><b>Full name</b>:</p>
       
@@ -191,7 +192,7 @@ Call <tt>mvn clean:help -Ddetail=true
       </ul>
       
 <div class="section">
-<h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
+<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
         
 <table class="bodyTable" border="0">
           
@@ -255,7 +256,7 @@ goals will be displayed.<br /><b>User pr
       </div>
       
 <div class="section">
-<h3>Parameter Details<a name="Parameter_Details"></a></h3>
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
         
 <p><b><a name="detail">detail</a>:</b></p>
         

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/index.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/index.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/index.html
 Sun Oct 26 19:44:13 2014
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - Introduction</title>
+    <title>Apache Maven Clean Plugin &#x2013; Introduction</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -93,7 +93,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                                         <li 
class="expanded">
+                                                                               
                                                                                
                                                                                
                                                       <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -106,9 +106,6 @@
                   <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
-            </li>
-                      <li class="none">
                   <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
@@ -140,7 +137,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
                           <li class="collapsed">
+                                                                               
                                                                                
                                                                       <li 
class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -159,10 +156,7 @@
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../pom/index.html">Parent POMs</a>
@@ -171,9 +165,15 @@
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -213,20 +213,20 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- 
http://maven.apache.org/doxia/references/apt-
 format.html --><div class="section">
-<h2>Apache Maven Clean Plugin<a name="Apache_Maven_Clean_Plugin"></a></h2>
+<h2><a name="Apache_Maven_Clean_Plugin"></a>Apache Maven Clean Plugin</h2>
 <p>The Clean Plugin is used when you want to remove files generated at 
build-time in a project's directory.</p>
 <div class="section">
-<h3>Goals Overview<a name="Goals_Overview"></a></h3>
+<h3><a name="Goals_Overview"></a>Goals Overview</h3>
 <p>The Clean Plugin only has one goal.</p>
 <ul>
 <li><a href="./clean-mojo.html">clean:clean</a> attempts to clean a project's 
working directory of the files that we're generated at build-time. By default, 
it discovers and deletes the directories configured in 
<tt>project.build.directory</tt>, <tt>project.build.outputDirectory</tt>, 
<tt>project.build.testOutputDirectory</tt>, and 
<tt>project.reporting.outputDirectory</tt>.</li></ul></div>
 <div class="section">
-<h3>Usage<a name="Usage"></a></h3>
+<h3><a name="Usage"></a>Usage</h3>
 <p>General instructions on how to use the Clean Plugin can be found on the <a 
href="./usage.html">usage page</a>. Some more specific use cases are described 
in the examples given below. Last but not least, users occasionally contribute 
additional examples, tips or errata to the <a class="externalLink" 
href="http://docs.codehaus.org/display/MAVENUSER/Clean+Plugin";>plugin's wiki 
page</a>.</p>
 <p>In case you still have questions regarding the plugin's usage, please have 
a look at the <a href="./faq.html">FAQ</a> and feel free to contact the <a 
href="./mail-lists.html">user mailing list</a>. The posts to the mailing list 
are archived and could already contain the answer to your question as part of 
an older thread. Hence, it is also worth browsing/searching the <a 
href="./mail-lists.html">mail archive</a>.</p>
 <p>If you feel like the plugin is missing a feature or has a defect, you can 
fill a feature request or bug report in our <a 
href="./issue-tracking.html">issue tracker</a>. When creating a new issue, 
please provide a comprehensive description of your concern. Especially for 
fixing bugs it is crucial that the developers can reproduce your problem. For 
this reason, entire debug logs, POMs or most preferably little demo projects 
attached to the issue are very much appreciated. Of course, patches are 
welcome, too. Contributors can check out the project from our <a 
href="./source-repository.html">source repository</a> and will find 
supplementary information in the <a class="externalLink" 
href="http://maven.apache.org/guides/development/guide-helping.html";>guide to 
helping with Maven</a>.</p></div>
 <div class="section">
-<h3>Examples<a name="Examples"></a></h3>
+<h3><a name="Examples"></a>Examples</h3>
 <p>To provide you with better understanding on some usages of the Clean 
Plugin, you can take a look into the following examples:</p>
 <ul>
 <li><a href="./examples/delete_additional_files.html">How to delete additional 
files outside of the default directories?</a></li>

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/integration.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/integration.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/integration.html
 Sun Oct 26 19:44:13 2014
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - Continuous Integration</title>
+    <title>Apache Maven Clean Plugin &#x2013; Continuous Integration</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -91,7 +91,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                                         <li 
class="expanded">
+                                                                               
                                                                                
                                                                                
                                                       <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -104,9 +104,6 @@
                   <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
-            </li>
-                      <li class="none">
                   <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
@@ -138,7 +135,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
                           <li class="collapsed">
+                                                                               
                                                                                
                                                                       <li 
class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -157,10 +154,7 @@
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../pom/index.html">Parent POMs</a>
@@ -169,9 +163,15 @@
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -211,15 +211,15 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section">
-<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>This project uses <a class="externalLink" 
href="http://jenkins-ci.org/";>Jenkins</a>.</p></div>
 <div class="section">
-<h2>Access<a name="Access"></a></h2><a name="Access"></a>
+<h2><a name="Access"></a>Access</h2><a name="Access"></a>
 <p>The following is a link to the continuous integration system used by the 
project.</p>
 <div class="source">
 <pre><a class="externalLink" 
href="https://builds.apache.org/job/maven-plugins/";>https://builds.apache.org/job/maven-plugins/</a></pre></div></div>
 <div class="section">
-<h2>Notifiers<a name="Notifiers"></a></h2><a name="Notifiers"></a>
+<h2><a name="Notifiers"></a>Notifiers</h2><a name="Notifiers"></a>
 <p>No notifiers are defined. Please check back at a later date.</p></div>
       </div>
     </div>

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/issue-tracking.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/issue-tracking.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/issue-tracking.html
 Sun Oct 26 19:44:13 2014
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - Issue Tracking</title>
+    <title>Apache Maven Clean Plugin &#x2013; Issue Tracking</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -91,7 +91,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                                         <li 
class="expanded">
+                                                                               
                                                                                
                                                                                
                                                       <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -104,9 +104,6 @@
                   <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
-            </li>
-                      <li class="none">
                   <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
@@ -138,7 +135,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
                           <li class="collapsed">
+                                                                               
                                                                                
                                                                       <li 
class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -157,10 +154,7 @@
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../pom/index.html">Parent POMs</a>
@@ -169,9 +163,15 @@
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -211,10 +211,10 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section">
-<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>This project uses <a class="externalLink" 
href="http://www.atlassian.com/software/jira";>JIRA</a> a J2EE-based, issue 
tracking and project management application.</p></div>
 <div class="section">
-<h2>Issue Tracking<a name="Issue_Tracking"></a></h2><a 
name="Issue_Tracking"></a>
+<h2><a name="Issue_Tracking"></a>Issue Tracking</h2><a 
name="Issue_Tracking"></a>
 <p>Issues, bugs, and feature requests should be submitted to the following 
issue tracking system for this project.</p>
 <div class="source">
 <pre><a class="externalLink" 
href="http://jira.codehaus.org/browse/MCLEAN";>http://jira.codehaus.org/browse/MCLEAN</a></pre></div></div>

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/mail-lists.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/mail-lists.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/mail-lists.html
 Sun Oct 26 19:44:13 2014
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - Project Mailing Lists</title>
+    <title>Apache Maven Clean Plugin &#x2013; Project Mailing Lists</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -91,7 +91,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                                         <li 
class="expanded">
+                                                                               
                                                                                
                                                                                
                                                       <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -104,9 +104,6 @@
                   <a href="dependency-info.html">Dependency Information</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
-            </li>
-                      <li class="none">
                   <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
@@ -138,7 +135,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                                                
                           <li class="collapsed">
+                                                                               
                                                                                
                                                                       <li 
class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -157,10 +154,7 @@
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../pom/index.html">Parent POMs</a>
@@ -169,9 +163,15 @@
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -211,7 +211,7 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section">
-<h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a 
name="Project_Mailing_Lists"></a>
+<h2><a name="Project_Mailing_Lists"></a>Project Mailing Lists</h2><a 
name="Project_Mailing_Lists"></a>
 <p>These are the mailing lists that have been established for this project. 
For each list, there is a subscribe, unsubscribe, and an archive link.</p>
 <table border="0" class="bodyTable">
 <tr class="a">

Modified: 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/plugin-info.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/plugin-info.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/plugin-info.html
 Sun Oct 26 19:44:13 2014
@@ -5,7 +5,7 @@
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Clean Plugin - Plugin Documentation</title>
+    <title>Apache Maven Clean Plugin &#x2013; Plugin Documentation</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -91,10 +91,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                               
                                                                                
                                                                                
                                     <li class="expanded">
+                                                                               
                                                                                
                                                                                
 <li class="expanded">
                   <a href="project-reports.html">Project Reports</a>
                     <ul>
                       <li class="none">
@@ -104,9 +104,6 @@
                   <a href="checkstyle.html">Checkstyle</a>
             </li>
                       <li class="none">
-                  <a href="pmd.html">PMD</a>
-            </li>
-                      <li class="none">
                   <a href="xref/index.html">Source Xref</a>
             </li>
                       <li class="none">
@@ -122,7 +119,7 @@
                   <a href="testapidocs/index.html">Test JavaDocs</a>
             </li>
                       <li class="none">
-                  <a href="findbugs.html">FindBugs Report</a>
+                  <a href="findbugs.html">FindBugs</a>
             </li>
                       <li class="none">
                   <a href="sonar.html">Sonar</a>
@@ -130,9 +127,6 @@
                       <li class="none">
             <strong>Plugin Documentation</strong>
           </li>
-                      <li class="none">
-                  <a href="invoker-report.html">Invoker Build Results</a>
-            </li>
               </ul>
         </li>
           </ul>
@@ -151,10 +145,7 @@
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
-            </li>
-                  <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
                   <a href="../../pom/index.html">Parent POMs</a>
@@ -163,9 +154,15 @@
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
                   <a href="../../plugin-tools/index.html">Plugin Tools</a>
             </li>
                   <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -205,7 +202,7 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section">
-<h2>Plugin Documentation<a name="Plugin_Documentation"></a></h2><a 
name="Plugin_Documentation"></a>
+<h2><a name="Plugin_Documentation"></a>Plugin Documentation</h2><a 
name="Plugin_Documentation"></a>
 <p>Goals available for this plugin:</p>
 <table border="0" class="bodyTable">
 <tr class="a">
@@ -229,7 +226,7 @@ by configuring the <code>filesets</code>
 Call <code>mvn clean:help -Ddetail=true
 -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</td></tr></table>
 <div class="section">
-<h3>System Requirements<a name="System_Requirements"></a></h3><a 
name="System_Requirements"></a>
+<h3><a name="System_Requirements"></a>System Requirements</h3><a 
name="System_Requirements"></a>
 <p>The following specifies the minimum requirements to run this Maven 
plugin:</p>
 <table border="0" class="bodyTable">
 <tr class="a">
@@ -237,7 +234,7 @@ Call <code>mvn clean:help -Ddetail=true
 <td>2.2.1</td></tr>
 <tr class="b">
 <td>JDK</td>
-<td>1.5</td></tr>
+<td>Default target for maven-compiler-plugin version 3.1</td></tr>
 <tr class="a">
 <td>Memory</td>
 <td>No minimum requirement.</td></tr>
@@ -245,7 +242,7 @@ Call <code>mvn clean:help -Ddetail=true
 <td>Disk Space</td>
 <td>No minimum requirement.</td></tr></table></div>
 <div class="section">
-<h3>Usage<a name="Usage"></a></h3><a name="Usage"></a>
+<h3><a name="Usage"></a>Usage</h3><a name="Usage"></a>
 <p>You should specify the version in your project's plugin configuration:</p>
 <div class="source">
 <pre>&lt;project&gt;


Reply via email to