You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by kh...@apache.org on 2015/01/21 22:53:54 UTC

svn commit: r937155 [17/26] - in /websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/dependency/ apidocs/org/apache/maven/plugin/dependency/analyze/ apidocs/org/apache/maven/pl...

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/usage.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/usage.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/usage.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 - Usage</title>
+    <title>Apache Maven Dependency Plugin &#x2013; Usage</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Allan Ramirez
 Brian Fox" />
-        <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>
@@ -48,8 +48,8 @@ Brian Fox" />
         Usage
         </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 +103,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">
@@ -120,7 +123,7 @@ Brian Fox" />
           </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 +145,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>
@@ -154,9 +154,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">
@@ -196,17 +202,17 @@ 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>Usage<a name="Usage"></a></h2>
+<h2><a name="Usage"></a>Usage</h2>
 <p>Brief examples on how to use the dependency goals.</p>
 <div class="section">
-<h3>Generic Plugin configuration information<a name="Generic_Plugin_configuration_information"></a></h3>
+<h3><a name="Generic_Plugin_configuration_information"></a>Generic Plugin configuration information</h3>
 <p>See the following links for information about including and configuring plugins in your project:</p>
 <ul>
 <li><a class="externalLink" href="http://maven.apache.org/guides/mini/guide-configuring-plugins.html">Configuring Plugins</a></li>
 <li><a class="externalLink" href="http://maven.apache.org/guides/plugin/guide-java-plugin-development.html">Plugin Development</a></li>
 <li><a class="externalLink" href="http://maven.apache.org/guides/introduction/introduction-to-plugin-prefix-mapping.html">Plugin Prefix</a></li></ul></div>
 <div class="section">
-<h3>The <tt>dependency:copy</tt> mojo<a name="The_dependency:copy_mojo"></a></h3>
+<h3><a name="The_dependency:copy_mojo"></a>The <tt>dependency:copy</tt> mojo</h3>
 <p>This goal is meant to be bound to a lifecycle phase and configured in your <tt>pom.xml</tt>. It will resolve the artifact from the repository and place a copy in the specified location. Multiple artifacts can be defined in a single execution. A default output directory is specified but can be overridden for each ArtifactItem by setting the optional outputDirectory field. An optional new name can be set to rename or the version stripped while copying. </p>
 <p>The artifact version is optional. If not set, the plugin will attempt to resolve it from the project dependencies and then the dependencyManagement section.</p>
 <p>See the <a href="#Overwrite_Rules">Overwrite Rules</a> section for rules about how overwriting is handled.</p>
@@ -219,7 +225,7 @@ Brian Fox" />
       &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;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;copy&lt;/id&gt;
@@ -261,7 +267,7 @@ Brian Fox" />
       &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;configuration&gt;
           &lt;artifactItems&gt;
             &lt;artifactItem&gt;
@@ -290,7 +296,7 @@ Brian Fox" />
 <li>Use <i>stripVersion</i> to remove <i>version</i> from default file name. This field is ignored when <i>artifactId.destFileName</i> is set.</li>
 <li>Use <i>artifactItem.outputDirectory</i> to override the plugin's <i>outputDirectory</i> configuration per <i>artifactItem</i>.</li></ul></li></ul></div>
 <div class="section">
-<h3>The <tt>dependency:copy-dependencies</tt> mojo<a name="The_dependency:copy-dependencies_mojo"></a></h3>
+<h3><a name="The_dependency:copy-dependencies_mojo"></a>The <tt>dependency:copy-dependencies</tt> mojo</h3>
 <p>This goal can be bound to a lifecycle phase and configured in your <tt>pom.xml</tt>. It will resolve the dependencies (including transitive dependencies) from the repository and place a copy in the specified location. </p>
 <p>The artifacts can be placed in subfolders based on type. For example:</p>
 <p>\outputDirectory</p>
@@ -310,7 +316,7 @@ Brian Fox" />
       &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;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;copy-dependencies&lt;/id&gt;
@@ -329,7 +335,7 @@ Brian Fox" />
   [...]
 &lt;/project&gt;</pre></div></div>
 <div class="section">
-<h3>The <tt>dependency:unpack</tt> mojo<a name="The_dependency:unpack_mojo"></a></h3>
+<h3><a name="The_dependency:unpack_mojo"></a>The <tt>dependency:unpack</tt> mojo</h3>
 <p>This goal is meant to be bound to a lifecycle and configured in your pom.xml. It will resolve the artifact from the repository and place a copy in the specified location. Multiple artifacts can be defined in a single execution. A default outputDirectory is specified but can be overridden for each ArtifactItem by setting the optional outputDirectory field. </p>
 <p>A single artifact can be unpacked multiple times if different include/exclude parameters are defined for each artifactItem</p>
 <p>See the <a href="#Overwrite_Rules">Overwrite Rules</a> section for rules about how overwriting is handled.</p>
@@ -343,7 +349,7 @@ Brian Fox" />
       &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;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;unpack&lt;/id&gt;
@@ -373,7 +379,7 @@ Brian Fox" />
       &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;configuration&gt;
           &lt;artifactItems&gt;
             &lt;artifactItem&gt;
@@ -396,7 +402,7 @@ Brian Fox" />
   [...]
 &lt;/project&gt;</pre></div></div>
 <div class="section">
-<h3>The <tt>dependency:unpack-dependencies</tt> mojo<a name="The_dependency:unpack-dependencies_mojo"></a></h3>
+<h3><a name="The_dependency:unpack-dependencies_mojo"></a>The <tt>dependency:unpack-dependencies</tt> mojo</h3>
 <p>This goal can be bound to a lifecycle and configured in your pom.xml. It will resolve the dependencies (including transitive dependencies) from the repository and unpack them to the specified location.</p>
 <p>Unpack-dependencies includes transitive dependencies by default. To include only direct dependencies, set the excludeTransitive parameter to true.</p>
 <p>Dependencies can be included or excluded by a list of types. See <a href="./unpack-dependencies-mojo.html">unpack-dependencies</a> for details.</p>
@@ -419,7 +425,7 @@ Brian Fox" />
       &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;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;unpack-dependencies&lt;/id&gt;
@@ -454,24 +460,24 @@ Brian Fox" />
 <li>If <tt>overWriteSnapshots</tt> = true, then a snapshot artifact (ie <tt>foo-1.0-SNAPSHOT.jar</tt>) will always overwrite.</li>
 <li>If all of the values are false, then a copy/unpack will only occur if it doesn't exist in the destination (or <tt>markersDirectory</tt> if unpacking).</li></ul></div>
 <div class="section">
-<h3>The <tt>dependency:resolve</tt> mojo<a name="The_dependency:resolve_mojo"></a></h3>
+<h3><a name="The_dependency:resolve_mojo"></a>The <tt>dependency:resolve</tt> mojo</h3>
 <p>Resolve is intended to be used from the command line like: <tt>mvn dependency:resolve -Dsilent=true</tt></p>
 <p>This goal simply tells maven to resolve all test scope (includes compile) dependencies and then displays the resolved versions. This is intended to help ensure all dependencies are downloaded to the local repository. This is useful when troubleshooting or during intermittent remote repository failures when repeatedly building multiproject modules is undersirable and the build is failing on dependency resolution. It can also be used to quickly determine how versions are being resolved.</p>
 <p>Artifacts can also be resolved by specifying the classifer and optionally type. Type is only used with the classifier and defaults to java-sources. When the classifier is set, the list of dependencies is used as the base to resolve artifacts with the classifer and type. For example: <tt>mvn dependency:resolve -Dclassifer=test-jar</tt> will try to find the test-jar for all dependencies resolve them to the local repository.</p></div>
 <div class="section">
-<h3>The <tt>dependency:sources</tt> mojo<a name="The_dependency:sources_mojo"></a></h3>
+<h3><a name="The_dependency:sources_mojo"></a>The <tt>dependency:sources</tt> mojo</h3>
 <p>Sources is intended to be used from the command line like: <tt>mvn dependency:sources -Dsilent=true</tt></p>
 <p>This is the same as the resolve goal except it includes the source attachments if they exist. This is useful when you want the source attachments downloaded to your local repository and you don't want to use the eclipse plugin to do this since the eclipse plugin creates/overwrites the eclipse files. </p>
 <p>You can also define the <tt>markersDirectory</tt> either in the pom or settings to be a common location for all projects. This allows the system to resolve sources faster for dependencies that don't have the sources published. The plugin will store a marker file to describe if the sources were resolved or not. By placing them in a common location, multiple attempts to resolve non-existent sources will be avoided.</p></div>
 <div class="section">
-<h3>The <tt>dependency:resolve-plugins</tt> mojo<a name="The_dependency:resolve-plugins_mojo"></a></h3>
+<h3><a name="The_dependency:resolve-plugins_mojo"></a>The <tt>dependency:resolve-plugins</tt> mojo</h3>
 <p>Resolve-plugins is intended to be used from the command line like: <tt>mvn dependency:resolve-plugins -Dsilent=true -DexcludeTransitive=true</tt></p>
 <p>This is the same as the resolve goal except it resolves plugins and optionally their dependencies.</p></div>
 <div class="section">
-<h3>The <tt>dependency:go-offline</tt> mojo<a name="The_dependency:go-offline_mojo"></a></h3>
+<h3><a name="The_dependency:go-offline_mojo"></a>The <tt>dependency:go-offline</tt> mojo</h3>
 <p>This goal is exactly the same as calling <tt>mvn dependency:resolve dependency:resolve-plugins</tt>.</p></div>
 <div class="section">
-<h3>The <tt>dependency:purge-local-repository</tt> mojo<a name="The_dependency:purge-local-repository_mojo"></a></h3>
+<h3><a name="The_dependency:purge-local-repository_mojo"></a>The <tt>dependency:purge-local-repository</tt> mojo</h3>
 <p>This goal is meant to delete all of the dependencies for the current project (or projects, in the case of a multimodule build) from the local repository. Purges can be run with a variety of limiting parameters, including artifact exclusions, limiting to direct dependencies only, and different levels of depth for deletion. By default, deleted artifacts can be re-resolved afterwards; you can disable this by specifying <tt>-DreResolve=false</tt>.</p>
 <p>In its simplest form, the mojo can be called like this:</p>
 <div class="source">
@@ -492,7 +498,7 @@ Brian Fox" />
 <pre>mvn dependency:purge-local-repository -DresolutionFuzziness=artifactId</pre></div>
 <p>Finally, it's possible to bind this mojo to the build lifecycle. One reason for this might be to clean out all dependencies when the build is initialized, to verify correct resolution.</p></div>
 <div class="section">
-<h3>The <tt>dependency:build-classpath</tt> mojo<a name="The_dependency:build-classpath_mojo"></a></h3>
+<h3><a name="The_dependency:build-classpath_mojo"></a>The <tt>dependency:build-classpath</tt> mojo</h3>
 <p>Since: 2.0-alpha-2</p>
 <p>This goal will output a classpath string of dependencies from the local repository to a file or log and optionally attach and deploy the file. For instance, the file would contain a classpath string like this:</p>
 <div class="source">
@@ -515,7 +521,7 @@ Brian Fox" />
       &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;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;build-classpath&lt;/id&gt;
@@ -534,7 +540,7 @@ Brian Fox" />
   [...]
 &lt;/project&gt;</pre></div></div>
 <div class="section">
-<h3>The <tt>dependency:analyze</tt> mojo<a name="The_dependency:analyze_mojo"></a></h3>
+<h3><a name="The_dependency:analyze_mojo"></a>The <tt>dependency:analyze</tt> mojo</h3>
 <p>This mojo performs byte code analysis to determine missing or unused dependencies. This goal is meant to be launched from the command line. It will fork the build and execute test-compile so there are class files to analyze. If you want to bind analyze in your pom, use the <tt>dependency:analyze-only</tt> mojo instead.</p>
 <p>This mojo can be executed from the command line:</p>
 <div class="source">
@@ -546,7 +552,7 @@ Brian Fox" />
 [WARNING]    classworlds:classworlds:jar:1.1-alpha-2:compile
 [WARNING]    org.apache.maven.shared:maven-invoker:jar:2.0.7-SNAPSHOT:test</pre></div></div>
 <div class="section">
-<h3>The <tt>dependency:analyze-dep-mgt</tt> mojo<a name="The_dependency:analyze-dep-mgt_mojo"></a></h3>
+<h3><a name="The_dependency:analyze-dep-mgt_mojo"></a>The <tt>dependency:analyze-dep-mgt</tt> mojo</h3>
 <p>This mojo looks at the dependencies after final resolution and looks for mismatches in your dependencyManagement section. In versions of maven prior to 2.0.6, it was possible to inherit versions that didn't match your dependencyManagement. See <a class="externalLink" href="http://jira.codehaus.org/browse/MNG-1577">MNG-1577</a> for more info.</p>
 <p>If this mojo detects issues, you should attempt to resolve the discrepancies before upgrading to 2.0.6 to avoid any surprises. This can be done by upgrading or downgrading the version in dependencyManagement to match what is actually being included at runtime, or you can specify a dependency in your project to override what is being included. You can check the results by rerunning this mojo. If you decide to override by using a dependency, be sure to note it so you can remove it later after upgrading to 2.0.6. You could also use the dependency:analyze mojo to uncover this unused direct dependency.</p>
 <p>This mojo is also usefull for just detecting projects that override the dependencyManagement directly. Set ignoreDirect to false to detect these otherwise normal conditions.</p>
@@ -567,7 +573,7 @@ Brian Fox" />
 [INFO]          Resolved: 2.4
 [WARNING] Potential problems found in Dependency Management</pre></div></div>
 <div class="section">
-<h3>The <tt>dependency:tree</tt> Mojo<a name="The_dependency:tree_Mojo"></a></h3>
+<h3><a name="The_dependency:tree_Mojo"></a>The <tt>dependency:tree</tt> Mojo</h3>
 <p>This mojo is used to view the dependency hierarchy of the project currently being built. It will output the resolved tree of dependencies that the Maven build process actually uses.</p>
 <p>This mojo can be executed from the command line:</p>
 <div class="source">
@@ -584,17 +590,17 @@ Brian Fox" />
 <div class="source">
 <pre>mvn dependency:tree -Doutput=/path/to/file.graphml -DoutputType=graphml</pre></div></div>
 <div class="section">
-<h3>The <tt>dependency:list-repositories</tt> Mojo<a name="The_dependency:list-repositories_Mojo"></a></h3>
+<h3><a name="The_dependency:list-repositories_Mojo"></a>The <tt>dependency:list-repositories</tt> Mojo</h3>
 <p>This mojo is used to list all the repositories that this build depends upon. It will show repositories defined in your settings, poms and declared in transitive dependency poms.</p></div>
 <div class="section">
-<h3>The <tt>dependency:get</tt> Mojo<a name="The_dependency:get_Mojo"></a></h3>
+<h3><a name="The_dependency:get_Mojo"></a>The <tt>dependency:get</tt> Mojo</h3>
 <p>This mojo is used to fetch an artifact and (optionally) its dependencies from remote repositories using its Maven coordinates.</p>
 <div class="source">
 <pre>mvn dependency:get -DgroupId=org.apache.maven -DartifactId=maven-core -Dversion=2.2.1 -Dpackaging=jar -Dclassifier=sources -DremoteRepositories=central::default::http://repo1.maven.apache.org/maven2,myrepo::::http://myrepo.com/maven2
 mvn dependency:get -DgroupId=org.apache.maven -DartifactId=maven-core -Dversion=2.2.1 -Dpackaging=jar -Dclassifier=sources -DremoteRepositories=http://repo1.maven.apache.org/maven2 
 mvn dependency:get -Dartifact=org.apache.maven:maven-core:2.2.1:jar:sources -DremoteRepositories=http://repo1.maven.apache.org/maven2 -Ddest=/tmp/myfile.jar</pre></div></div>
 <div class="section">
-<h3>The <tt>dependency:analyze-report</tt> Reporting Plugin<a name="The_dependency:analyze-report_Reporting_Plugin"></a></h3>
+<h3><a name="The_dependency:analyze-report_Reporting_Plugin"></a>The <tt>dependency:analyze-report</tt> Reporting Plugin</h3>
 <p>This mojo is used to include a report of the dependencies in the output of the <tt>maven-site-plugin</tt>.</p>
 <div class="source">
 <pre> &lt;reporting&gt;
@@ -620,7 +626,7 @@ mvn dependency:get -Dartifact=org.apache
     </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/xref-test/index.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/index.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/index.html Wed Jan 21 21:53:50 2015
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/AbstractDependencyMojoTestCase.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/AbstractDependencyMojoTestCase.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/AbstractDependencyMojoTestCase.html Wed Jan 21 21:53:50 2015
@@ -103,6 +103,6 @@
 <a class="jxr_linenumber" name="L95" href="#L95">95</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/TestGetMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/TestGetMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/TestGetMojo.html Wed Jan 21 21:53:50 2015
@@ -200,6 +200,6 @@
 <a class="jxr_linenumber" name="L192" href="#L192">192</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/TestPropertiesMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/TestPropertiesMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/TestPropertiesMojo.html Wed Jan 21 21:53:50 2015
@@ -81,6 +81,6 @@
 <a class="jxr_linenumber" name="L73" href="#L73">73</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/TestSkip.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/TestSkip.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/TestSkip.html Wed Jan 21 21:53:50 2015
@@ -334,6 +334,6 @@
 <a class="jxr_linenumber" name="L326" href="#L326">326</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/analyze/TestAnalyzeDepMgt.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/analyze/TestAnalyzeDepMgt.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/analyze/TestAnalyzeDepMgt.html Wed Jan 21 21:53:50 2015
@@ -258,6 +258,6 @@
 <a class="jxr_linenumber" name="L250" href="#L250">250</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/analyze/TestAnalyzeDuplicateMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/analyze/TestAnalyzeDuplicateMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/analyze/TestAnalyzeDuplicateMojo.html Wed Jan 21 21:53:50 2015
@@ -230,6 +230,6 @@
 <a class="jxr_linenumber" name="L222" href="#L222">222</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/analyze/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/analyze/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/analyze/package-frame.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.analyze</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.analyze</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/analyze/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/analyze/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/analyze/package-summary.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.analyze</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.analyze</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -73,7 +73,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/TestArtifactItem.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/TestArtifactItem.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/TestArtifactItem.html Wed Jan 21 21:53:50 2015
@@ -67,6 +67,6 @@
 <a class="jxr_linenumber" name="L59" href="#L59">59</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/TestCopyMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/TestCopyMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/TestCopyMojo.html Wed Jan 21 21:53:50 2015
@@ -750,6 +750,6 @@
 <a class="jxr_linenumber" name="L742" href="#L742">742</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/TestIncludeExcludeUnpackMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/TestIncludeExcludeUnpackMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/TestIncludeExcludeUnpackMojo.html Wed Jan 21 21:53:50 2015
@@ -325,6 +325,6 @@
 <a class="jxr_linenumber" name="L317" href="#L317">317</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/TestUnpackMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/TestUnpackMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/TestUnpackMojo.html Wed Jan 21 21:53:50 2015
@@ -592,6 +592,6 @@
 <a class="jxr_linenumber" name="L584" href="#L584">584</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/package-frame.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.fromConfiguration</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.fromConfiguration</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromConfiguration/package-summary.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.fromConfiguration</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.fromConfiguration</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -78,7 +78,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestBuildClasspathMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestBuildClasspathMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestBuildClasspathMojo.html Wed Jan 21 21:53:50 2015
@@ -182,6 +182,6 @@
 <a class="jxr_linenumber" name="L174" href="#L174">174</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestCopyDependenciesMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestCopyDependenciesMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestCopyDependenciesMojo.html Wed Jan 21 21:53:50 2015
@@ -802,6 +802,6 @@
 <a class="jxr_linenumber" name="L794" href="#L794">794</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestCopyDependenciesMojo2.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestCopyDependenciesMojo2.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestCopyDependenciesMojo2.html Wed Jan 21 21:53:50 2015
@@ -388,6 +388,6 @@
 <a class="jxr_linenumber" name="L380" href="#L380">380</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestIncludeExcludeUnpackDependenciesMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestIncludeExcludeUnpackDependenciesMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestIncludeExcludeUnpackDependenciesMojo.html Wed Jan 21 21:53:50 2015
@@ -194,6 +194,6 @@
 <a class="jxr_linenumber" name="L186" href="#L186">186</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestUnpackDependenciesMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestUnpackDependenciesMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestUnpackDependenciesMojo.html Wed Jan 21 21:53:50 2015
@@ -624,6 +624,6 @@
 <a class="jxr_linenumber" name="L616" href="#L616">616</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestUnpackDependenciesMojo2.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestUnpackDependenciesMojo2.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/TestUnpackDependenciesMojo2.html Wed Jan 21 21:53:50 2015
@@ -265,6 +265,6 @@
 <a class="jxr_linenumber" name="L257" href="#L257">257</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/package-frame.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.fromDependencies</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.fromDependencies</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/fromDependencies/package-summary.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.fromDependencies</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.fromDependencies</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -88,7 +88,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/package-frame.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/package-summary.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -83,7 +83,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/resolvers/TestResolveMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/resolvers/TestResolveMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/resolvers/TestResolveMojo.html Wed Jan 21 21:53:50 2015
@@ -96,6 +96,6 @@
 <a class="jxr_linenumber" name="L88" href="#L88">88</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/resolvers/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/resolvers/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/resolvers/package-frame.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.resolvers</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.resolvers</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/resolvers/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/resolvers/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/resolvers/package-summary.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.resolvers</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.resolvers</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/DependencyArtifactStubFactory.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/DependencyArtifactStubFactory.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/DependencyArtifactStubFactory.html Wed Jan 21 21:53:50 2015
@@ -67,6 +67,6 @@
 <a class="jxr_linenumber" name="L59" href="#L59">59</a>   }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/DependencyTestUtils.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/DependencyTestUtils.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/DependencyTestUtils.html Wed Jan 21 21:53:50 2015
@@ -119,6 +119,6 @@
 <a class="jxr_linenumber" name="L111" href="#L111">111</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/package-frame.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.testUtils</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.testUtils</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/package-summary.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.testUtils</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.testUtils</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -68,7 +68,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/DependencyProjectStub.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/DependencyProjectStub.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/DependencyProjectStub.html Wed Jan 21 21:53:50 2015
@@ -1052,6 +1052,6 @@
 <a class="jxr_linenumber" name="L1044" href="#L1044">1044</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/DuplicateDependencies2ProjectStub.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/DuplicateDependencies2ProjectStub.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/DuplicateDependencies2ProjectStub.html Wed Jan 21 21:53:50 2015
@@ -77,6 +77,6 @@
 <a class="jxr_linenumber" name="L69" href="#L69">69</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/DuplicateDependenciesProjectStub.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/DuplicateDependenciesProjectStub.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/DuplicateDependenciesProjectStub.html Wed Jan 21 21:53:50 2015
@@ -77,6 +77,6 @@
 <a class="jxr_linenumber" name="L69" href="#L69">69</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/StubDefaultFileMarkerHandler.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/StubDefaultFileMarkerHandler.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/StubDefaultFileMarkerHandler.html Wed Jan 21 21:53:50 2015
@@ -49,6 +49,6 @@
 <a class="jxr_linenumber" name="L41" href="#L41">41</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/StubMarkerFile.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/StubMarkerFile.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/StubMarkerFile.html Wed Jan 21 21:53:50 2015
@@ -72,6 +72,6 @@
 <a class="jxr_linenumber" name="L64" href="#L64">64</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/StubSourcesFileMarkerHandler.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/StubSourcesFileMarkerHandler.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/StubSourcesFileMarkerHandler.html Wed Jan 21 21:53:50 2015
@@ -60,6 +60,6 @@
 <a class="jxr_linenumber" name="L52" href="#L52">52</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/StubUnpackFileMarkerHandler.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/StubUnpackFileMarkerHandler.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/StubUnpackFileMarkerHandler.html Wed Jan 21 21:53:50 2015
@@ -72,6 +72,6 @@
 <a class="jxr_linenumber" name="L64" href="#L64">64</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/package-frame.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.testUtils.stubs</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.testUtils.stubs</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/testUtils/stubs/package-summary.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.testUtils.stubs</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.testUtils.stubs</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -93,7 +93,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/tree/TestTreeMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/tree/TestTreeMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/tree/TestTreeMojo.html Wed Jan 21 21:53:50 2015
@@ -241,6 +241,6 @@
 <a class="jxr_linenumber" name="L233" href="#L233">233</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/tree/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/tree/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/tree/package-frame.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.tree</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.tree</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/tree/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/tree/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/tree/package-summary.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.tree</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.tree</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/TestDependencyStatusSets.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/TestDependencyStatusSets.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/TestDependencyStatusSets.html Wed Jan 21 21:53:50 2015
@@ -131,6 +131,6 @@
 <a class="jxr_linenumber" name="L123" href="#L123">123</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/TestDependencyUtil.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/TestDependencyUtil.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/TestDependencyUtil.html Wed Jan 21 21:53:50 2015
@@ -326,6 +326,6 @@
 <a class="jxr_linenumber" name="L318" href="#L318">318</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/TestSilentLog.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/TestSilentLog.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/TestSilentLog.html Wed Jan 21 21:53:50 2015
@@ -89,6 +89,6 @@
 <a class="jxr_linenumber" name="L81" href="#L81">81</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/TestDestFileFilter.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/TestDestFileFilter.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/TestDestFileFilter.html Wed Jan 21 21:53:50 2015
@@ -259,6 +259,6 @@
 <a class="jxr_linenumber" name="L251" href="#L251">251</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/TestMarkerFileFilter.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/TestMarkerFileFilter.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/TestMarkerFileFilter.html Wed Jan 21 21:53:50 2015
@@ -185,6 +185,6 @@
 <a class="jxr_linenumber" name="L177" href="#L177">177</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/TestResolveMarkerFileFilter.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/TestResolveMarkerFileFilter.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/TestResolveMarkerFileFilter.html Wed Jan 21 21:53:50 2015
@@ -98,6 +98,6 @@
 <a class="jxr_linenumber" name="L90" href="#L90">90</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/package-frame.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.utils.filters</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.utils.filters</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/filters/package-summary.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.utils.filters</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.utils.filters</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -73,7 +73,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/TestDefaultMarkerFileHandler.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/TestDefaultMarkerFileHandler.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/TestDefaultMarkerFileHandler.html Wed Jan 21 21:53:50 2015
@@ -199,6 +199,6 @@
 <a class="jxr_linenumber" name="L191" href="#L191">191</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/TestSourcesMarkerFileHandler.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/TestSourcesMarkerFileHandler.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/TestSourcesMarkerFileHandler.html Wed Jan 21 21:53:50 2015
@@ -309,6 +309,6 @@
 <a class="jxr_linenumber" name="L301" href="#L301">301</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/TestUnpackMarkerFileHandler.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/TestUnpackMarkerFileHandler.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/TestUnpackMarkerFileHandler.html Wed Jan 21 21:53:50 2015
@@ -292,6 +292,6 @@
 <a class="jxr_linenumber" name="L284" href="#L284">284</a> 
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/package-frame.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.utils.markers</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.utils.markers</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/markers/package-summary.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.utils.markers</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.utils.markers</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -73,7 +73,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-dependency-plugin-LATEST/xref-test/org/apache/maven/plugin/dependency/utils/package-frame.html Wed Jan 21 21:53:50 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Dependency Plugin 2.9 Reference Package org.apache.maven.plugin.dependency.utils</title>
+		<title>Apache Maven Dependency Plugin 2.10 Reference Package org.apache.maven.plugin.dependency.utils</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>