Modified: 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/get-mojo.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/get-mojo.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/get-mojo.html
 Wed Jan 21 21:53:50 2015
@@ -1,19 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-18
+ | Generated by Apache Maven Doxia at 2015-01-21
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Dependency Plugin - 
-    dependency:get</title>
+    <title>Apache Maven Dependency Plugin &#x2013; dependency:get</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140918" />
+        <meta name="Date-Revision-yyyymmdd" content="20150121" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,12 +43,11 @@
         &gt;
                       <a href="./">Apache Maven Dependency Plugin</a>
         &gt;
-        
-    dependency:get
+        dependency:get
         </div>
             <div class="xright">        
-                                    Last Published: 2014-09-18
-              &nbsp;| Version: 2.9
+                                    Last Published: 2015-01-21
+              &nbsp;| Version: 2.10
             </div>
       <div class="clear">
         <hr/>
@@ -103,6 +101,9 @@
                   <a 
href="examples/failing-the-build-on-dependency-analysis-warnings.html">Failing 
the build on dependency analysis warnings</a>
             </li>
                   <li class="none">
+                  <a 
href="examples/exclude-dependencies-from-dependency-analysis.html">Exclude 
Dependencies from Dependency Analysis</a>
+            </li>
+                  <li class="none">
                   <a 
href="examples/filtering-the-dependency-tree.html">Filtering the dependency 
tree</a>
             </li>
                   <li class="none">
@@ -120,7 +121,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
                                                                                
                                                                                
                                                                                
                                                               <li 
class="collapsed">
@@ -142,10 +143,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>
@@ -154,9 +152,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">
@@ -198,18 +202,18 @@
         
   
     <div class="section">
-<h2>dependency:get<a name="dependency:get"></a></h2>
+<h2><a name="dependency:get"></a>dependency:get</h2>
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-dependency-plugin:2.9:get</p>
+<p>org.apache.maven.plugins:maven-dependency-plugin:2.10:get</p>
       
 <p><b>Description</b>:</p>
       
 <div>Resolves a single artifact, eventually transitively, from the
-specified remote repositories. Caveat: will always check the
-central repository defined in the super pom. You could use a mirror
-entry in your settings.xml</div>
+specified remote repositories. Caveat: will always check thecentral
+repository defined in the super pom. You could use a mirror entry
+in your <tt>settings.xml</tt></div>
       
 <p><b>Attributes</b>:</p>
       
@@ -219,7 +223,7 @@ entry in your settings.xml</div>
       </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">
           
@@ -378,7 +382,7 @@ its dependencies.<br /><b>Default value
       </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="artifact">artifact</a>:</b></p>
         
@@ -566,7 +570,7 @@ its dependencies.</div>
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2014
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a>.

Modified: 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/go-offline-mojo.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/go-offline-mojo.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/go-offline-mojo.html
 Wed Jan 21 21:53:50 2015
@@ -1,19 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-18
+ | Generated by Apache Maven Doxia at 2015-01-21
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Dependency Plugin - 
-    dependency:go-offline</title>
+    <title>Apache Maven Dependency Plugin &#x2013; 
dependency:go-offline</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140918" />
+        <meta name="Date-Revision-yyyymmdd" content="20150121" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,12 +43,11 @@
         &gt;
                       <a href="./">Apache Maven Dependency Plugin</a>
         &gt;
-        
-    dependency:go-offline
+        dependency:go-offline
         </div>
             <div class="xright">        
-                                    Last Published: 2014-09-18
-              &nbsp;| Version: 2.9
+                                    Last Published: 2015-01-21
+              &nbsp;| Version: 2.10
             </div>
       <div class="clear">
         <hr/>
@@ -103,6 +101,9 @@
                   <a 
href="examples/failing-the-build-on-dependency-analysis-warnings.html">Failing 
the build on dependency analysis warnings</a>
             </li>
                   <li class="none">
+                  <a 
href="examples/exclude-dependencies-from-dependency-analysis.html">Exclude 
Dependencies from Dependency Analysis</a>
+            </li>
+                  <li class="none">
                   <a 
href="examples/filtering-the-dependency-tree.html">Filtering the dependency 
tree</a>
             </li>
                   <li class="none">
@@ -120,7 +121,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
                                                                                
                                                                                
                                                                                
                                                               <li 
class="collapsed">
@@ -142,10 +143,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>
@@ -154,9 +152,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">
@@ -198,11 +202,11 @@
         
   
     <div class="section">
-<h2>dependency:go-offline<a name="dependency:go-offline"></a></h2>
+<h2><a name="dependency:go-offline"></a>dependency:go-offline</h2>
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-dependency-plugin:2.9:go-offline</p>
+<p>org.apache.maven.plugins:maven-dependency-plugin:2.10:go-offline</p>
       
 <p><b>Description</b>:</p>
       
@@ -225,7 +229,7 @@ reports and their dependencies.</div>
       </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">
           
@@ -556,7 +560,7 @@ classifier. Example: java-source,jar,war
       </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="appendOutput">appendOutput</a>:</b></p>
         
@@ -978,7 +982,7 @@ classifier. Example: java-source,jar,war
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2014
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a>.

Modified: 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/help-mojo.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/help-mojo.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/help-mojo.html
 Wed Jan 21 21:53:50 2015
@@ -1,19 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-18
+ | Generated by Apache Maven Doxia at 2015-01-21
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Dependency Plugin - 
-    dependency:help</title>
+    <title>Apache Maven Dependency Plugin &#x2013; dependency:help</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140918" />
+        <meta name="Date-Revision-yyyymmdd" content="20150121" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,12 +43,11 @@
         &gt;
                       <a href="./">Apache Maven Dependency Plugin</a>
         &gt;
-        
-    dependency:help
+        dependency:help
         </div>
             <div class="xright">        
-                                    Last Published: 2014-09-18
-              &nbsp;| Version: 2.9
+                                    Last Published: 2015-01-21
+              &nbsp;| Version: 2.10
             </div>
       <div class="clear">
         <hr/>
@@ -103,6 +101,9 @@
                   <a 
href="examples/failing-the-build-on-dependency-analysis-warnings.html">Failing 
the build on dependency analysis warnings</a>
             </li>
                   <li class="none">
+                  <a 
href="examples/exclude-dependencies-from-dependency-analysis.html">Exclude 
Dependencies from Dependency Analysis</a>
+            </li>
+                  <li class="none">
                   <a 
href="examples/filtering-the-dependency-tree.html">Filtering the dependency 
tree</a>
             </li>
                   <li class="none">
@@ -120,7 +121,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
                                                                                
                                                                                
                                                                                
                                                               <li 
class="collapsed">
@@ -142,10 +143,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>
@@ -154,9 +152,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">
@@ -198,11 +202,11 @@
         
   
     <div class="section">
-<h2>dependency:help<a name="dependency:help"></a></h2>
+<h2><a name="dependency:help"></a>dependency:help</h2>
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-dependency-plugin:2.9:help</p>
+<p>org.apache.maven.plugins:maven-dependency-plugin:2.10:help</p>
       
 <p><b>Description</b>:</p>
       
@@ -218,7 +222,7 @@ Call <tt>mvn dependency:help -Ddetail=tr
       </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">
           
@@ -282,7 +286,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>
         
@@ -351,7 +355,7 @@ goals will be displayed.</div>
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2014
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a>.

Modified: 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/index.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/index.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/index.html
 Wed Jan 21 21:53:50 2015
@@ -1,11 +1,11 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-18
+ | Generated by Apache Maven Doxia at 2015-01-21
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Dependency Plugin - Introduction</title>
+    <title>Apache Maven Dependency Plugin &#x2013; Introduction</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -15,7 +15,7 @@
         <meta name="author" content="Allan Ramirez
 Brian Fox" />
         <meta name="Date-Creation-yyyymmdd" content="20140807" />
-    <meta name="Date-Revision-yyyymmdd" content="20140918" />
+    <meta name="Date-Revision-yyyymmdd" content="20150121" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -49,8 +49,8 @@ Brian Fox" />
         Introduction
         </div>
             <div class="xright">        
-                                    Last Published: 2014-09-18
-              &nbsp;| Version: 2.9
+                                    Last Published: 2015-01-21
+              &nbsp;| Version: 2.10
             </div>
       <div class="clear">
         <hr/>
@@ -104,6 +104,9 @@ Brian Fox" />
                   <a 
href="examples/failing-the-build-on-dependency-analysis-warnings.html">Failing 
the build on dependency analysis warnings</a>
             </li>
                   <li class="none">
+                  <a 
href="examples/exclude-dependencies-from-dependency-analysis.html">Exclude 
Dependencies from Dependency Analysis</a>
+            </li>
+                  <li class="none">
                   <a 
href="examples/filtering-the-dependency-tree.html">Filtering the dependency 
tree</a>
             </li>
                   <li class="none">
@@ -121,7 +124,7 @@ Brian Fox" />
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                                         <li 
class="expanded">
+                                                                               
                                                                                
                                                                                
                                                       <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
@@ -134,9 +137,6 @@ Brian Fox" />
                   <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">
@@ -187,10 +187,7 @@ Brian Fox" />
                   <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>
@@ -199,9 +196,15 @@ Brian Fox" />
                   <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">
@@ -241,10 +244,10 @@ Brian Fox" />
     <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. --><div class="section">
-<h2>Apache Maven Dependency Plugin<a 
name="Apache_Maven_Dependency_Plugin"></a></h2>
+<h2><a name="Apache_Maven_Dependency_Plugin"></a>Apache Maven Dependency 
Plugin</h2>
 <p>The dependency plugin provides the capability to manipulate artifacts. It 
can copy and/or unpack artifacts from local or remote repositories to a 
specified location.</p>
 <div class="section">
-<h3>Goals Overview<a name="Goals_Overview"></a></h3>
+<h3><a name="Goals_Overview"></a>Goals Overview</h3>
 <p>The Dependency plugin has several goals:</p>
 <ul>
 <li><a href="./analyze-mojo.html">dependency:analyze</a> analyzes the 
dependencies of this project and determines which are: used and declared; used 
and undeclared; unused and declared.</li>
@@ -269,12 +272,12 @@ Brian Fox" />
 <li><a href="./unpack-mojo.html">dependency:unpack</a> like copy but 
unpacks.</li>
 <li><a 
href="./unpack-dependencies-mojo.html">dependency:unpack-dependencies</a> like 
copy-dependencies but unpacks.</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 Dependency 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/Dependency+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>The following examples show how to use the dependency plugin in more 
advanced use-cases:</p>
 <ul>
 <li><a href="./examples/preparing-dependencies.html">Instructions on how to 
prepare your dependencies for upgrade to Maven 2.0.6 / 2.1</a>.</li>
@@ -284,11 +287,12 @@ Brian Fox" />
 <li><a href="./examples/unpacking-project-dependencies.html">Unpacking the 
Project Dependencies</a></li>
 <li><a href="./examples/using-dependencies-sources.html">Using Project 
Dependencies' Sources</a></li>
 <li><a 
href="./examples/failing-the-build-on-dependency-analysis-warnings.html">Failing
 the Build on Dependency Analysis Warnings</a></li>
+<li><a 
href="./examples/exclude-dependencies-from-dependency-analysis.html">Exclude 
Dependencies from Dependency Analysis</a></li>
 <li><a href="./examples/filtering-the-dependency-tree.html">Filtering the 
Dependency Tree</a></li>
 <li><a 
href="./examples/resolving-conflicts-using-the-dependency-tree.html">Resolving 
Conflicts Using the Dependency Tree</a></li>
 <li><a href="./examples/purging-local-repository.html">Purging the local 
repository</a></li></ul></div>
 <div class="section">
-<h3>Resources<a name="Resources"></a></h3>
+<h3><a name="Resources"></a>Resources</h3>
 <p>Here is a link that provides more reference regarding dependencies (i.e. 
dependency management, transitive dependencies).</p>
 <ul>
 <li><a class="externalLink" 
href="http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html";>Dependency
 Mechanism</a></li></ul></div></div>
@@ -299,7 +303,7 @@ Brian Fox" />
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2014
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a>.

Modified: 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/integration.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/integration.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/integration.html
 Wed Jan 21 21:53:50 2015
@@ -1,18 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-18
+ | Generated by Apache Maven Doxia at 2015-01-21
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Dependency Plugin - Continuous Integration</title>
+    <title>Apache Maven Dependency Plugin &#x2013; Continuous 
Integration</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140918" />
+        <meta name="Date-Revision-yyyymmdd" content="20150121" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Continuous Integration
         </div>
             <div class="xright">        
-                                    Last Published: 2014-09-18
-              &nbsp;| Version: 2.9
+                                    Last Published: 2015-01-21
+              &nbsp;| Version: 2.10
             </div>
       <div class="clear">
         <hr/>
@@ -101,6 +101,9 @@
                   <a 
href="examples/failing-the-build-on-dependency-analysis-warnings.html">Failing 
the build on dependency analysis warnings</a>
             </li>
                   <li class="none">
+                  <a 
href="examples/exclude-dependencies-from-dependency-analysis.html">Exclude 
Dependencies from Dependency Analysis</a>
+            </li>
+                  <li class="none">
                   <a 
href="examples/filtering-the-dependency-tree.html">Filtering the dependency 
tree</a>
             </li>
                   <li class="none">
@@ -118,7 +121,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">
@@ -131,9 +134,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">
@@ -184,10 +184,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>
@@ -196,9 +193,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">
@@ -238,15 +241,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>
@@ -255,7 +258,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2014
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a>.

Modified: 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/invoker-report.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/invoker-report.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/invoker-report.html
 Wed Jan 21 21:53:50 2015
@@ -1,18 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-18
+ | Generated by Apache Maven Doxia at 2015-01-21
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Dependency Plugin - Invoker Report</title>
+    <title>Apache Maven Dependency Plugin &#x2013; Invoker Report</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140918" />
+        <meta name="Date-Revision-yyyymmdd" content="20150121" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Invoker Report
         </div>
             <div class="xright">        
-                                    Last Published: 2014-09-18
-              &nbsp;| Version: 2.9
+                                    Last Published: 2015-01-21
+              &nbsp;| Version: 2.10
             </div>
       <div class="clear">
         <hr/>
@@ -101,6 +101,9 @@
                   <a 
href="examples/failing-the-build-on-dependency-analysis-warnings.html">Failing 
the build on dependency analysis warnings</a>
             </li>
                   <li class="none">
+                  <a 
href="examples/exclude-dependencies-from-dependency-analysis.html">Exclude 
Dependencies from Dependency Analysis</a>
+            </li>
+                  <li class="none">
                   <a 
href="examples/filtering-the-dependency-tree.html">Filtering the dependency 
tree</a>
             </li>
                   <li class="none">
@@ -118,7 +121,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
                                                                                
                                                                                
                                                                                
                                                                         <li 
class="expanded">
@@ -152,7 +155,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>
@@ -184,10 +187,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>
@@ -196,9 +196,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">
@@ -238,10 +244,10 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section">
-<h2>Invoker Report<a name="Invoker_Report"></a></h2>
+<h2><a name="Invoker_Report"></a>Invoker Report</h2>
 <p>The results of the Maven invocations.</p></div>
 <div class="section">
-<h3>Summary<a name="Summary"></a></h3></div>
+<h3><a name="Summary"></a>Summary</h3></div>
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Builds</th>
@@ -252,15 +258,15 @@
 <th>Total Time</th>
 <th>Avg Time</th></tr>
 <tr class="b">
-<td>33</td>
-<td>30</td>
+<td>37</td>
+<td>34</td>
 <td>0</td>
 <td>3</td>
 <td>100.0%</td>
-<td>85.5&#xa0;s</td>
-<td>2.6&#xa0;s</td></tr></table>
+<td>99.9&#xa0;s</td>
+<td>2.7&#xa0;s</td></tr></table>
 <div class="section">
-<h3>Build Details<a name="Build_Details"></a></h3></div>
+<h3><a name="Build_Details"></a>Build Details</h3></div>
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Name</th>
@@ -273,9 +279,29 @@
 <td>2.5&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
+<td>analyze-ignore-dependency/pom.xml</td>
+<td>success</td>
+<td>2.8&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>analyze-ignore-unused-declared-dependency/pom.xml</td>
+<td>success</td>
+<td>2.8&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>analyze-ignore-used-undeclared-dependency/pom.xml</td>
+<td>success</td>
+<td>3.2&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>analyze-multimodule-project/pom.xml</td>
+<td>success</td>
+<td>3.0&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
 <td>analyze-report/pom.xml</td>
 <td>success</td>
-<td>3.3&#xa0;s</td>
+<td>3.4&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>analyze/pom.xml</td>
@@ -290,7 +316,7 @@
 <tr class="b">
 <td>copy-and-unpack-with-alternate-local-repo/pom.xml</td>
 <td>success</td>
-<td>3.3&#xa0;s</td>
+<td>3.4&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>copy-cli/pom.xml</td>
@@ -310,17 +336,17 @@
 <tr class="b">
 <td>copy/pom.xml</td>
 <td>success</td>
-<td>2.2&#xa0;s</td>
+<td>2.3&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>dependency-properties/pom.xml</td>
 <td>success</td>
-<td>2.6&#xa0;s</td>
+<td>2.8&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>filterunpack/pom.xml</td>
 <td>success</td>
-<td>2.7&#xa0;s</td>
+<td>2.8&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>go-offline/pom.xml</td>
@@ -340,7 +366,7 @@
 <tr class="b">
 <td>mdep-450-project-without-ancestor/pom.xml</td>
 <td>success</td>
-<td>2.3&#xa0;s</td>
+<td>2.4&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>purge-local-repository-non-transitive/pom.xml</td>
@@ -355,7 +381,7 @@
 <tr class="a">
 <td>purge-local-repository-snapshots-only/pom.xml</td>
 <td>success</td>
-<td>2.7&#xa0;s</td>
+<td>2.8&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>purge-local-repository-version-range/pom.xml</td>
@@ -365,12 +391,12 @@
 <tr class="a">
 <td>purge-local-repository/pom.xml</td>
 <td>success</td>
-<td>2.6&#xa0;s</td>
+<td>2.5&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>resolve-plugins-exclude-reactor/pom.xml</td>
 <td>success</td>
-<td>2.9&#xa0;s</td>
+<td>3.0&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>resolve-plugins-with-exclude/pom.xml</td>
@@ -380,12 +406,12 @@
 <tr class="b">
 <td>resolve-plugins/pom.xml</td>
 <td>success</td>
-<td>2.4&#xa0;s</td>
+<td>2.8&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>resolve/pom.xml</td>
 <td>success</td>
-<td>2.3&#xa0;s</td>
+<td>2.7&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>setup-custom-ear-lifecycle/pom.xml</td>
@@ -400,17 +426,17 @@
 <tr class="b">
 <td>tree-includes/pom.xml</td>
 <td>success</td>
-<td>2.3&#xa0;s</td>
+<td>2.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>tree-verbose/pom.xml</td>
 <td>success</td>
-<td>3.2&#xa0;s</td>
+<td>3.6&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>tree/pom.xml</td>
 <td>success</td>
-<td>2.3&#xa0;s</td>
+<td>2.5&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>unpack-cli/pom.xml</td>
@@ -430,7 +456,7 @@
 <tr class="b">
 <td>unpack/pom.xml</td>
 <td>success</td>
-<td>3.3&#xa0;s</td>
+<td>3.4&#xa0;s</td>
 <td></td></tr></table>
       </div>
     </div>
@@ -439,7 +465,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2014
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a>.

Modified: 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/issue-tracking.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/issue-tracking.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/issue-tracking.html
 Wed Jan 21 21:53:50 2015
@@ -1,18 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-18
+ | Generated by Apache Maven Doxia at 2015-01-21
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Dependency Plugin - Issue Tracking</title>
+    <title>Apache Maven Dependency Plugin &#x2013; Issue Tracking</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140918" />
+        <meta name="Date-Revision-yyyymmdd" content="20150121" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Issue Tracking
         </div>
             <div class="xright">        
-                                    Last Published: 2014-09-18
-              &nbsp;| Version: 2.9
+                                    Last Published: 2015-01-21
+              &nbsp;| Version: 2.10
             </div>
       <div class="clear">
         <hr/>
@@ -101,6 +101,9 @@
                   <a 
href="examples/failing-the-build-on-dependency-analysis-warnings.html">Failing 
the build on dependency analysis warnings</a>
             </li>
                   <li class="none">
+                  <a 
href="examples/exclude-dependencies-from-dependency-analysis.html">Exclude 
Dependencies from Dependency Analysis</a>
+            </li>
+                  <li class="none">
                   <a 
href="examples/filtering-the-dependency-tree.html">Filtering the dependency 
tree</a>
             </li>
                   <li class="none">
@@ -118,7 +121,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">
@@ -131,9 +134,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">
@@ -184,10 +184,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>
@@ -196,9 +193,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">
@@ -238,10 +241,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/MDEP";>http://jira.codehaus.org/browse/MDEP</a></pre></div></div>
@@ -252,7 +255,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2014
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a>.

Modified: 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/l10n-status.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/l10n-status.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/l10n-status.html
 Wed Jan 21 21:53:50 2015
@@ -1,18 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-18
+ | Generated by Apache Maven Doxia at 2015-01-21
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Dependency Plugin - L10n Status</title>
+    <title>Apache Maven Dependency Plugin &#x2013; L10n Status</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140918" />
+        <meta name="Date-Revision-yyyymmdd" content="20150121" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         L10n Status
         </div>
             <div class="xright">        
-                                    Last Published: 2014-09-18
-              &nbsp;| Version: 2.9
+                                    Last Published: 2015-01-21
+              &nbsp;| Version: 2.10
             </div>
       <div class="clear">
         <hr/>
@@ -101,6 +101,9 @@
                   <a 
href="examples/failing-the-build-on-dependency-analysis-warnings.html">Failing 
the build on dependency analysis warnings</a>
             </li>
                   <li class="none">
+                  <a 
href="examples/exclude-dependencies-from-dependency-analysis.html">Exclude 
Dependencies from Dependency Analysis</a>
+            </li>
+                  <li class="none">
                   <a 
href="examples/filtering-the-dependency-tree.html">Filtering the dependency 
tree</a>
             </li>
                   <li class="none">
@@ -118,7 +121,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
                                                                                
                                                                                
                                                                                
                                                                         <li 
class="expanded">
@@ -152,7 +155,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>
@@ -184,10 +187,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>
@@ -196,9 +196,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">
@@ -238,10 +244,10 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section">
-<h2>L10n Status<a name="L10n_Status"></a></h2>
+<h2><a name="L10n_Status"></a>L10n Status</h2>
 <p>This report provides information about the level of completion of this 
project's localization effort. It lists all resource bundle files in the 
project(s), the number of property keys for translation and the number for keys 
translated for a list of supported locales.</p>
 <div class="section">
-<h3>Summary<a name="Summary"></a></h3>
+<h3><a name="Summary"></a>Summary</h3>
 <table border="0" class="bodyTable"><caption>L10n status summary 
table</caption>
 <tr class="a">
 <th>Path</th>
@@ -272,7 +278,7 @@
 <li><a href="#pt_BR">pt_BR - Portuguese (Brazil)</a></li>
 <li><a href="#sv">sv - Swedish</a></li></ul><a name="de">
 <div class="section">
-<h3>de - German<a name="de_-_German"></a></h3>
+<h3><a name="de_-_German"></a>de - German</h3>
 <table border="0" class="bodyTable"><caption>Locale German</caption>
 <tr class="b">
 <th>Path</th>
@@ -285,7 +291,7 @@
 <td>OK</td>
 <td>OK</td></tr></table></div><a name="pt_BR">
 <div class="section">
-<h3>pt_BR - Portuguese (Brazil)<a name="pt_BR_-_Portuguese_Brazil"></a></h3>
+<h3><a name="pt_BR_-_Portuguese_Brazil"></a>pt_BR - Portuguese (Brazil)</h3>
 <table border="0" class="bodyTable"><caption>Locale Portuguese 
(Brazil)</caption>
 <tr class="b">
 <th>Path</th>
@@ -298,7 +304,7 @@
 <td>OK</td>
 <td>OK</td></tr></table></div><a name="sv">
 <div class="section">
-<h3>sv - Swedish<a name="sv_-_Swedish"></a></h3>
+<h3><a name="sv_-_Swedish"></a>sv - Swedish</h3>
 <table border="0" class="bodyTable"><caption>Locale Swedish</caption>
 <tr class="b">
 <th>Path</th>
@@ -317,7 +323,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2014
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a>.

Modified: 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/list-mojo.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/list-mojo.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/list-mojo.html
 Wed Jan 21 21:53:50 2015
@@ -1,19 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-18
+ | Generated by Apache Maven Doxia at 2015-01-21
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Dependency Plugin - 
-    dependency:list</title>
+    <title>Apache Maven Dependency Plugin &#x2013; dependency:list</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140918" />
+        <meta name="Date-Revision-yyyymmdd" content="20150121" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,12 +43,11 @@
         &gt;
                       <a href="./">Apache Maven Dependency Plugin</a>
         &gt;
-        
-    dependency:list
+        dependency:list
         </div>
             <div class="xright">        
-                                    Last Published: 2014-09-18
-              &nbsp;| Version: 2.9
+                                    Last Published: 2015-01-21
+              &nbsp;| Version: 2.10
             </div>
       <div class="clear">
         <hr/>
@@ -103,6 +101,9 @@
                   <a 
href="examples/failing-the-build-on-dependency-analysis-warnings.html">Failing 
the build on dependency analysis warnings</a>
             </li>
                   <li class="none">
+                  <a 
href="examples/exclude-dependencies-from-dependency-analysis.html">Exclude 
Dependencies from Dependency Analysis</a>
+            </li>
+                  <li class="none">
                   <a 
href="examples/filtering-the-dependency-tree.html">Filtering the dependency 
tree</a>
             </li>
                   <li class="none">
@@ -120,7 +121,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
                                                                                
                                                                                
                                                                                
                                                               <li 
class="collapsed">
@@ -142,10 +143,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>
@@ -154,9 +152,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">
@@ -198,11 +202,11 @@
         
   
     <div class="section">
-<h2>dependency:list<a name="dependency:list"></a></h2>
+<h2><a name="dependency:list"></a>dependency:list</h2>
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-dependency-plugin:2.9:list</p>
+<p>org.apache.maven.plugins:maven-dependency-plugin:2.10:list</p>
       
 <p><b>Description</b>:</p>
       
@@ -222,7 +226,7 @@
       </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">
           
@@ -587,7 +591,7 @@ classifier. Example: java-source,jar,war
       </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="appendOutput">appendOutput</a>:</b></p>
         
@@ -1058,7 +1062,7 @@ classifier. Example: java-source,jar,war
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2014
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a>.

Modified: 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/list-repositories-mojo.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/list-repositories-mojo.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/list-repositories-mojo.html
 Wed Jan 21 21:53:50 2015
@@ -1,19 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-18
+ | Generated by Apache Maven Doxia at 2015-01-21
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Dependency Plugin - 
-    dependency:list-repositories</title>
+    <title>Apache Maven Dependency Plugin &#x2013; 
dependency:list-repositories</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140918" />
+        <meta name="Date-Revision-yyyymmdd" content="20150121" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,12 +43,11 @@
         &gt;
                       <a href="./">Apache Maven Dependency Plugin</a>
         &gt;
-        
-    dependency:list-repositories
+        dependency:list-repositories
         </div>
             <div class="xright">        
-                                    Last Published: 2014-09-18
-              &nbsp;| Version: 2.9
+                                    Last Published: 2015-01-21
+              &nbsp;| Version: 2.10
             </div>
       <div class="clear">
         <hr/>
@@ -103,6 +101,9 @@
                   <a 
href="examples/failing-the-build-on-dependency-analysis-warnings.html">Failing 
the build on dependency analysis warnings</a>
             </li>
                   <li class="none">
+                  <a 
href="examples/exclude-dependencies-from-dependency-analysis.html">Exclude 
Dependencies from Dependency Analysis</a>
+            </li>
+                  <li class="none">
                   <a 
href="examples/filtering-the-dependency-tree.html">Filtering the dependency 
tree</a>
             </li>
                   <li class="none">
@@ -120,7 +121,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
                                                                                
                                                                                
                                                                                
                                                               <li 
class="collapsed">
@@ -142,10 +143,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>
@@ -154,9 +152,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">
@@ -198,11 +202,11 @@
         
   
     <div class="section">
-<h2>dependency:list-repositories<a 
name="dependency:list-repositories"></a></h2>
+<h2><a 
name="dependency:list-repositories"></a>dependency:list-repositories</h2>
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-dependency-plugin:2.9:list-repositories</p>
+<p>org.apache.maven.plugins:maven-dependency-plugin:2.10:list-repositories</p>
       
 <p><b>Description</b>:</p>
       
@@ -223,7 +227,7 @@ repositories used by the build and by th
       </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">
           
@@ -299,7 +303,7 @@ group level will be ignored</p>
       </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="ignorePermissions">ignorePermissions</a>:</b></p>
         
@@ -395,7 +399,7 @@ group level will be ignored</p>
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2014
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a>.

Modified: 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/mail-lists.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/mail-lists.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/mail-lists.html
 Wed Jan 21 21:53:50 2015
@@ -1,18 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-18
+ | Generated by Apache Maven Doxia at 2015-01-21
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Dependency Plugin - Project Mailing Lists</title>
+    <title>Apache Maven Dependency Plugin &#x2013; Project Mailing 
Lists</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140918" />
+        <meta name="Date-Revision-yyyymmdd" content="20150121" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Project Mailing Lists
         </div>
             <div class="xright">        
-                                    Last Published: 2014-09-18
-              &nbsp;| Version: 2.9
+                                    Last Published: 2015-01-21
+              &nbsp;| Version: 2.10
             </div>
       <div class="clear">
         <hr/>
@@ -101,6 +101,9 @@
                   <a 
href="examples/failing-the-build-on-dependency-analysis-warnings.html">Failing 
the build on dependency analysis warnings</a>
             </li>
                   <li class="none">
+                  <a 
href="examples/exclude-dependencies-from-dependency-analysis.html">Exclude 
Dependencies from Dependency Analysis</a>
+            </li>
+                  <li class="none">
                   <a 
href="examples/filtering-the-dependency-tree.html">Filtering the dependency 
tree</a>
             </li>
                   <li class="none">
@@ -118,7 +121,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">
@@ -131,9 +134,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">
@@ -184,10 +184,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>
@@ -196,9 +193,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">
@@ -238,7 +241,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">
@@ -381,7 +384,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2014
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a>.

Modified: 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/plugin-info.html
==============================================================================
--- 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/plugin-info.html
 (original)
+++ 
websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/plugin-info.html
 Wed Jan 21 21:53:50 2015
@@ -1,18 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-09-18
+ | Generated by Apache Maven Doxia at 2015-01-21
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Apache Maven Dependency Plugin - Plugin Documentation</title>
+    <title>Apache Maven Dependency Plugin &#x2013; Plugin Documentation</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140918" />
+        <meta name="Date-Revision-yyyymmdd" content="20150121" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Plugin Documentation
         </div>
             <div class="xright">        
-                                    Last Published: 2014-09-18
-              &nbsp;| Version: 2.9
+                                    Last Published: 2015-01-21
+              &nbsp;| Version: 2.10
             </div>
       <div class="clear">
         <hr/>
@@ -101,6 +101,9 @@
                   <a 
href="examples/failing-the-build-on-dependency-analysis-warnings.html">Failing 
the build on dependency analysis warnings</a>
             </li>
                   <li class="none">
+                  <a 
href="examples/exclude-dependencies-from-dependency-analysis.html">Exclude 
Dependencies from Dependency Analysis</a>
+            </li>
+                  <li class="none">
                   <a 
href="examples/filtering-the-dependency-tree.html">Filtering the dependency 
tree</a>
             </li>
                   <li class="none">
@@ -118,7 +121,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                               
                                                                                
                                                                                
                                                               <li 
class="collapsed">
+                                                                               
                                                                                
                                                                                
                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
                                                                                
                                                                                
                                                                                
                                                                         <li 
class="expanded">
@@ -152,7 +155,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>
@@ -184,10 +187,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>
@@ -196,9 +196,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">
@@ -238,7 +244,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">
@@ -322,9 +328,9 @@ poms of the project.</td></tr>
 <td><a href="get-mojo.html">dependency:get</a></td>
 <td>No</td>
 <td>Resolves a single artifact, eventually transitively, from the
-specified remote repositories. Caveat: will always check the
-central repository defined in the super pom. You could use a mirror
-entry in your settings.xml</td></tr>
+specified remote repositories. Caveat: will always check thecentral
+repository defined in the super pom. You could use a mirror entry
+in your <code>settings.xml</code></td></tr>
 <tr class="b">
 <td><a href="go-offline-mojo.html">dependency:go-offline</a></td>
 <td>No</td>
@@ -387,7 +393,7 @@ unpacks them in a defined location.</td>
 <td>Goal that unpacks the project dependencies from the repository to a
 defined location.</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">
@@ -403,7 +409,7 @@ defined location.</td></tr></table>
 <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;
@@ -415,7 +421,7 @@ defined location.</td></tr></table>
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-dependency-plugin&lt;/artifactId&gt;
-          &lt;version&gt;2.9&lt;/version&gt;
+          &lt;version&gt;2.10&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -425,7 +431,7 @@ defined location.</td></tr></table>
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-dependency-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.9&lt;/version&gt;
+        &lt;version&gt;2.10&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;
@@ -437,7 +443,7 @@ defined location.</td></tr></table>
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-dependency-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.9&lt;/version&gt;
+        &lt;version&gt;2.10&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;
@@ -453,7 +459,7 @@ defined location.</td></tr></table>
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2014
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a 
href="http://maven.apache.org/privacy-policy.html";>Privacy Policy</a>.


Reply via email to