You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2013/01/14 20:34:25 UTC

svn commit: r846653 [4/5] - in /websites/production/maven/content/plugins-archives/maven-install-plugin-2.4: ./ apidocs/ apidocs/class-use/ apidocs/org/apache/maven/plugin/install/ apidocs/org/apache/maven/plugin/install/class-use/ cobertura/ examples/...

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/examples/specific-local-repo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/examples/specific-local-repo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/examples/specific-local-repo.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="Vincent Siveton" />
         <meta name="Date-Creation-yyyymmdd" content="20090322" />
-    <meta name="Date-Revision-yyyymmdd" content="20120903" />
+    <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +48,7 @@
         Installing an artifact to a specific local repository path
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -170,7 +170,8 @@
                           -DartifactId=your-artifactId \
                           -Dversion=version \
                           -Dpackaging=jar \
-                          -DlocalRepositoryPath=path-to-specific-local-repo</pre></div></div>
+                          -DlocalRepositoryPath=path-to-specific-local-repo
+</pre></div></div>
       </div>
     </div>
     <div class="clear">
@@ -178,7 +179,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/examples/update-release-info.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/examples/update-release-info.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/examples/update-release-info.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="Allan Ramirez" />
         <meta name="Date-Creation-yyyymmdd" content="20090313" />
-    <meta name="Date-Revision-yyyymmdd" content="20120903" />
+    <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +48,7 @@
         Updating the release information of a project
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -165,7 +165,8 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Updating the release information of a project<a name="Updating_the_release_information_of_a_project"></a></h2><p>Updating the release information means that a forced update of the project's metadata takes place which sets the artifact as the release version. It is most useful when installing a plugin built from source so it can be used by other projects without explicitly asking for the latest SNAPSHOT version.</p><p>This can be activated by setting the <tt>updateReleaseInfo</tt> parameter to <tt>true</tt> when installing.</p><div class="source"><pre>  mvn install -DupdateReleaseInfo=true</pre></div></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Updating the release information of a project<a name="Updating_the_release_information_of_a_project"></a></h2><p>Updating the release information means that a forced update of the project's metadata takes place which sets the artifact as the release version. It is most useful when installing a plugin built from source so it can be used by other projects without explicitly asking for the latest SNAPSHOT version.</p><p>This can be activated by setting the <tt>updateReleaseInfo</tt> parameter to <tt>true</tt> when installing.</p><div class="source"><pre>  mvn install -DupdateReleaseInfo=true
+</pre></div></div>
       </div>
     </div>
     <div class="clear">
@@ -173,7 +174,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/faq.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/faq.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/faq.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Frequently Asked Questions
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -191,7 +191,7 @@ under the License. --><div class="sectio
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/findbugs.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/findbugs.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/findbugs.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         FindBugs Bug Detector Report
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -207,7 +207,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>FindBugs Bug Detector Report<a name="FindBugs_Bug_Detector_Report"></a></h2><p>The following document contains the results of <a class="externalLink" href="http://findbugs.sourceforge.net">FindBugs Report</a></p><p>FindBugs Version is <i>2.0.1</i></p><p>Threshold is <i>medium</i></p><p>Effort is <i>min</i></p></div><div class="section"><h2>Summary<a name="Summary"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Classes</th><th>Bugs</th><th>Errors</th><th>Missing Classes</th></tr><tr class="b"><td>4</td><td>3</td><td>0</td><td>0</td></tr></table></div><div class="section"><h2>Files<a name="Files"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Class</th><th>Bugs</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin.install.AbstractInstallMojo">org.apache.maven.plugin.install.AbstractInstallMojo</a></td><td>1</td></tr><tr class="a"><td><a href="#org.apache.maven.plugin.install.HelpMojo">org.apache.maven.plug
 in.install.HelpMojo</a></td><td>1</td></tr><tr class="b"><td><a href="#org.apache.maven.plugin.install.InstallFileMojo">org.apache.maven.plugin.install.InstallFileMojo</a></td><td>1</td></tr></table></div><a name="org.apache.maven.plugin.install.AbstractInstallMojo"></a><div class="section"><h3>org.apache.maven.plugin.install.AbstractInstallMojo<a name="org.apache.maven.plugin.install.AbstractInstallMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.install.AbstractInstallMojo.installChecksum(File, File, Digester, String)</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td><td><a href="./xref/org/apache/maven/plugin/install/AbstractInstallMo
 jo.html#216">216</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.install.HelpMojo"></a><div class="section"><h3>org.apache.maven.plugin.install.HelpMojo<a name="org.apache.maven.plugin.install.HelpMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>Champ jamais &#xe9;crit : org.apache.maven.plugin.install.HelpMojo.goal</td><td>CORRECTNESS</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#UWF_UNWRITTEN_FIELD">UWF_UNWRITTEN_FIELD</a></td><td><a href="nullorg/apache/maven/plugin/install/HelpMojo.html#129">129</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.install.InstallFileMojo"></a><div class="section"><h3>org.apache.maven.plugin.install.InstallFileMojo<a name="org.apache.maven.plugin.install.InstallFileMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>B
 ug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>exceptional return value of java.io.File.delete() ignored in org.apache.maven.plugin.install.InstallFileMojo.execute()</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td><td><a href="./xref/org/apache/maven/plugin/install/InstallFileMojo.html#268">268</a></td><td>Medium</td></tr></table></div>
+        <div class="section"><h2>FindBugs Bug Detector Report<a name="FindBugs_Bug_Detector_Report"></a></h2><p>The following document contains the results of <a class="externalLink" href="http://findbugs.sourceforge.net">FindBugs Report</a></p><p>FindBugs Version is <i>2.0.1</i></p><p>Threshold is <i>medium</i></p><p>Effort is <i>min</i></p></div><div class="section"><h2>Summary<a name="Summary"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Classes</th><th>Bugs</th><th>Errors</th><th>Missing Classes</th></tr><tr class="b"><td>4</td><td>3</td><td>0</td><td>0</td></tr></table></div><div class="section"><h2>Files<a name="Files"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Class</th><th>Bugs</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin.install.AbstractInstallMojo">org.apache.maven.plugin.install.AbstractInstallMojo</a></td><td>1</td></tr><tr class="a"><td><a href="#org.apache.maven.plugin.install.HelpMojo">org.apache.maven.plug
 in.install.HelpMojo</a></td><td>1</td></tr><tr class="b"><td><a href="#org.apache.maven.plugin.install.InstallFileMojo">org.apache.maven.plugin.install.InstallFileMojo</a></td><td>1</td></tr></table></div><a name="org.apache.maven.plugin.install.AbstractInstallMojo"></a><div class="section"><h3>org.apache.maven.plugin.install.AbstractInstallMojo<a name="org.apache.maven.plugin.install.AbstractInstallMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.install.AbstractInstallMojo.installChecksum(File, File, Digester, String)</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td><td><a href="./xref/org/apache/maven/plugin/install/AbstractInstallMo
 jo.html#216">216</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.install.HelpMojo"></a><div class="section"><h3>org.apache.maven.plugin.install.HelpMojo<a name="org.apache.maven.plugin.install.HelpMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>Unwritten field: org.apache.maven.plugin.install.HelpMojo.goal</td><td>CORRECTNESS</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#UWF_UNWRITTEN_FIELD">UWF_UNWRITTEN_FIELD</a></td><td><a href="nullorg/apache/maven/plugin/install/HelpMojo.html#129">129</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.install.InstallFileMojo"></a><div class="section"><h3>org.apache.maven.plugin.install.InstallFileMojo<a name="org.apache.maven.plugin.install.InstallFileMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><t
 h>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>exceptional return value of java.io.File.delete() ignored in org.apache.maven.plugin.install.InstallFileMojo.execute()</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td><td><a href="./xref/org/apache/maven/plugin/install/InstallFileMojo.html#268">268</a></td><td>Medium</td></tr></table></div>
       </div>
     </div>
     <div class="clear">
@@ -215,7 +215,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/help-mojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/help-mojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/help-mojo.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +48,7 @@
     install:help
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -256,7 +256,7 @@ goals will be displayed.</div>
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/index.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/index.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/index.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Allan Ramirez" />
         <meta name="Date-Creation-yyyymmdd" content="20090322" />
-    <meta name="Date-Revision-yyyymmdd" content="20120903" />
+    <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +48,7 @@
         Introduction
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -214,7 +214,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/install-file-mojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/install-file-mojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/install-file-mojo.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +48,7 @@
     install:install-file
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -415,7 +415,7 @@ one is specified.</div>
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/install-mojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/install-mojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/install-mojo.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +48,7 @@
     install:install
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -260,7 +260,7 @@ version.</div>
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/integration.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/integration.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/integration.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Continuous Integration
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -212,7 +212,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/issue-tracking.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/issue-tracking.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/issue-tracking.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Issue Tracking
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -212,7 +212,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/license.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/license.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/license.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Project License
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -414,7 +414,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/mail-lists.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/mail-lists.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/mail-lists.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Project Mailing Lists
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -212,7 +212,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/plugin-info.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/plugin-info.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/plugin-info.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Plugin Documentation
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -245,7 +245,7 @@ repository.</td></tr><tr class="b"><td><
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/plugin-management.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/plugin-management.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/plugin-management.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Project Plugin Management
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -212,7 +212,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/plugins.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/plugins.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/plugins.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Project Build Plugins
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -212,7 +212,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/pmd.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/pmd.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/pmd.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         PMD Results
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -215,7 +215,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/pmd.xml
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/pmd.xml (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/pmd.xml Mon Jan 14 19:34:23 2013
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<pmd version="4.3" timestamp="2012-09-03T22:12:43.226">
+<pmd version="4.3" timestamp="2013-01-14T19:53:10.928">
 </pmd>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/project-info.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/project-info.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/project-info.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Project Information
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -212,7 +212,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/project-reports.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/project-reports.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/project-reports.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Generated Reports
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -215,7 +215,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/project-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/project-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/project-summary.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Project Summary
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -212,7 +212,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/sonar.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/sonar.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/sonar.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Sonar
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -215,7 +215,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/source-repository.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/source-repository.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/source-repository.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Source Repository
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -215,7 +215,7 @@ http-proxy-port = 3128
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/surefire-report.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/surefire-report.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/surefire-report.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Surefire Report
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -223,7 +223,7 @@ function toggleDisplay(elementId) {
  } 
  }
 //]]>
-</script><div class="section"><h2>Surefire Report<a name="Surefire_Report"></a></h2></div><div class="section"><h2>Summary<a name="Summary"></a></h2><a name="Summary"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /><table border="0" class="bodyTable"><tr class="a"><th>Tests</th><th>Errors </th><th>Failures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td>16</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.967</td></tr></table><br /><p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div><div class="section"><h2>Package List<a name="Package_List"></a></h2><a name="Package_List"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /><table border="0" class="bodyTable"><tr class="a"><th>Package</th><th>Tests</th><th>Errors </th><th>Fa
 ilures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin.install">org.apache.maven.plugin.install</a></td><td>16</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.967</td></tr></table><br /><p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p><div class="section"><h3>org.apache.maven.plugin.install<a name="org.apache.maven.plugin.install"></a></h3><a name="org.apache.maven.plugin.install"></a><table border="0" class="bodyTable"><tr class="a"><th></th><th>Class</th><th>Tests</th><th>Errors </th><th>Failures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin.installInstallFileMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.installInstallFileMojoTest">InstallFileMojoTest</a></td><td>8</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.751</td>
 </tr><tr class="a"><td><a href="#org.apache.maven.plugin.installInstallMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.installInstallMojoTest">InstallMojoTest</a></td><td>8</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.216</td></tr></table></div><br /></div><div class="section"><h2>Test Cases<a name="Test_Cases"></a></h2><a name="Test_Cases"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><div class="section"><h3>InstallFileMojoTest<a name="InstallFileMojoTest"></a></h3><a name="org.apache.maven.plugin.installInstallFileMojoTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallFileTestEnvironment</td><td>0.412</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testBasicInstallFile</td><td>0.084</td></tr><tr class="b"><td><img s
 rc="images/icon_success_sml.gif" alt="" /></td><td>testLayoutInstallFile</td><td>0.067</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallFileWithClassifier</td><td>0.033</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallFileWithGeneratePom</td><td>0.034</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallFileWithPomFile</td><td>0.047</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallFileWithPomAsPackaging</td><td>0.035</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallFileWithChecksum</td><td>0.039</td></tr></table></div><div class="section"><h3>InstallMojoTest<a name="InstallMojoTest"></a></h3><a name="org.apache.maven.plugin.installInstallMojoTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /><
 /td><td>testInstallTestEnvironment</td><td>0.025</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testBasicInstall</td><td>0.024</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testBasicInstallWithAttachedArtifacts</td><td>0.041</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testUpdateReleaseParamSetToTrue</td><td>0.029</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallIfArtifactFileIsNull</td><td>0.021</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallIfPackagingIsPom</td><td>0.018</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testBasicInstallAndCreateChecksumIsTrue</td><td>0.031</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testSkip</td><td>0.027</td></tr></table></div><br /></div>
+</script><div class="section"><h2>Surefire Report<a name="Surefire_Report"></a></h2></div><div class="section"><h2>Summary<a name="Summary"></a></h2><a name="Summary"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /><table border="0" class="bodyTable"><tr class="a"><th>Tests</th><th>Errors </th><th>Failures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td>16</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>2.028</td></tr></table><br /><p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div><div class="section"><h2>Package List<a name="Package_List"></a></h2><a name="Package_List"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /><table border="0" class="bodyTable"><tr class="a"><th>Package</th><th>Tests</th><th>Errors </th><th>Fa
 ilures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin.install">org.apache.maven.plugin.install</a></td><td>16</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>2.028</td></tr></table><br /><p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p><div class="section"><h3>org.apache.maven.plugin.install<a name="org.apache.maven.plugin.install"></a></h3><a name="org.apache.maven.plugin.install"></a><table border="0" class="bodyTable"><tr class="a"><th></th><th>Class</th><th>Tests</th><th>Errors </th><th>Failures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin.installInstallFileMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.installInstallFileMojoTest">InstallFileMojoTest</a></td><td>8</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>1.408</td>
 </tr><tr class="a"><td><a href="#org.apache.maven.plugin.installInstallMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.installInstallMojoTest">InstallMojoTest</a></td><td>8</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>0.62</td></tr></table></div><br /></div><div class="section"><h2>Test Cases<a name="Test_Cases"></a></h2><a name="Test_Cases"></a><p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><div class="section"><h3>InstallFileMojoTest<a name="InstallFileMojoTest"></a></h3><a name="org.apache.maven.plugin.installInstallFileMojoTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallFileTestEnvironment</td><td>0.528</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testBasicInstallFile</td><td>0.32</td></tr><tr class="b"><td><img src
 ="images/icon_success_sml.gif" alt="" /></td><td>testLayoutInstallFile</td><td>0.08</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallFileWithClassifier</td><td>0.09</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallFileWithGeneratePom</td><td>0.1</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallFileWithPomFile</td><td>0.1</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallFileWithPomAsPackaging</td><td>0.08</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallFileWithChecksum</td><td>0.11</td></tr></table></div><div class="section"><h3>InstallMojoTest<a name="InstallMojoTest"></a></h3><a name="org.apache.maven.plugin.installInstallMojoTest"></a><table border="0" class="bodyTable"><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>te
 stInstallTestEnvironment</td><td>0.08</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testBasicInstall</td><td>0.1</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testBasicInstallWithAttachedArtifacts</td><td>0.06</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testUpdateReleaseParamSetToTrue</td><td>0.11</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallIfArtifactFileIsNull</td><td>0.05</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testInstallIfPackagingIsPom</td><td>0.06</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testBasicInstallAndCreateChecksumIsTrue</td><td>0.08</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testSkip</td><td>0.08</td></tr></table></div><br /></div>
       </div>
     </div>
     <div class="clear">
@@ -231,7 +231,7 @@ function toggleDisplay(elementId) {
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/taglist.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/taglist.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/taglist.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Tag List report
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -215,7 +215,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/team-list.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/team-list.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/team-list.html Mon Jan 14 19:34:23 2013
@@ -1,6 +1,6 @@
 <!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 Sep 3, 2012
+ | Generated by Apache Maven Doxia at Jan 14, 2013
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120903" />
+        <meta name="Date-Revision-yyyymmdd" content="20130114" />
     <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,7 +46,7 @@
         Team list
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-03
+                                    Last Published: 2012-10-26
               &nbsp;| Version: 2.4
             </div>
       <div class="clear">
@@ -272,7 +272,7 @@ window.onLoad = init();
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2004-2012
+        &#169;            2004-2013
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/allclasses-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/allclasses-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/allclasses-frame.html Mon Jan 14 19:34:23 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_33) on Mon Sep 03 22:12:55 CEST 2012 -->
+<!-- Generated by javadoc (build 1.6.0_25) on Mon Jan 14 19:53:31 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 All Classes (Maven Install Plugin 2.4 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-09-03">
+<META NAME="date" CONTENT="2013-01-14">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/allclasses-noframe.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/allclasses-noframe.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/allclasses-noframe.html Mon Jan 14 19:34:23 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_33) on Mon Sep 03 22:12:55 CEST 2012 -->
+<!-- Generated by javadoc (build 1.6.0_25) on Mon Jan 14 19:53:31 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 All Classes (Maven Install Plugin 2.4 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-09-03">
+<META NAME="date" CONTENT="2013-01-14">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/constant-values.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/constant-values.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/constant-values.html Mon Jan 14 19:34:23 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_33) on Mon Sep 03 22:12:55 CEST 2012 -->
+<!-- Generated by javadoc (build 1.6.0_25) on Mon Jan 14 19:53:31 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Constant Field Values (Maven Install Plugin 2.4 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-09-03">
+<META NAME="date" CONTENT="2013-01-14">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
@@ -142,6 +142,6 @@ Constant Field Values</H1>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/deprecated-list.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/deprecated-list.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/deprecated-list.html Mon Jan 14 19:34:23 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_33) on Mon Sep 03 22:12:55 CEST 2012 -->
+<!-- Generated by javadoc (build 1.6.0_25) on Mon Jan 14 19:53:31 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Deprecated List (Maven Install Plugin 2.4 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-09-03">
+<META NAME="date" CONTENT="2013-01-14">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
@@ -142,6 +142,6 @@ function windowTitle()
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/help-doc.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/help-doc.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/help-doc.html Mon Jan 14 19:34:23 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_33) on Mon Sep 03 22:12:55 CEST 2012 -->
+<!-- Generated by javadoc (build 1.6.0_25) on Mon Jan 14 19:53:32 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 API Help (Maven Install Plugin 2.4 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-09-03">
+<META NAME="date" CONTENT="2013-01-14">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
@@ -219,6 +219,6 @@ This help file applies to API documentat
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/index-all.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/index-all.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/index-all.html Mon Jan 14 19:34:23 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_33) on Mon Sep 03 22:12:55 CEST 2012 -->
+<!-- Generated by javadoc (build 1.6.0_25) on Mon Jan 14 19:53:31 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Index (Maven Install Plugin 2.4 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-09-03">
+<META NAME="date" CONTENT="2013-01-14">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
 
@@ -290,6 +290,6 @@ Static method in class org.apache.maven.
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/index.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/index.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/index.html Mon Jan 14 19:34:23 2013
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc on Mon Sep 03 22:12:55 CEST 2012-->
+<!-- Generated by javadoc on Mon Jan 14 19:53:31 CET 2013-->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Maven Install Plugin 2.4 Test API

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/InstallFileMojoTest.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/InstallFileMojoTest.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/InstallFileMojoTest.html Mon Jan 14 19:34:23 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_33) on Mon Sep 03 22:12:55 CEST 2012 -->
+<!-- Generated by javadoc (build 1.6.0_25) on Mon Jan 14 19:53:30 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 InstallFileMojoTest (Maven Install Plugin 2.4 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-09-03">
+<META NAME="date" CONTENT="2013-01-14">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -495,6 +495,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/InstallMojoTest.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/InstallMojoTest.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/InstallMojoTest.html Mon Jan 14 19:34:23 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_33) on Mon Sep 03 22:12:55 CEST 2012 -->
+<!-- Generated by javadoc (build 1.6.0_25) on Mon Jan 14 19:53:31 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 InstallMojoTest (Maven Install Plugin 2.4 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-09-03">
+<META NAME="date" CONTENT="2013-01-14">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -495,6 +495,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/Utils.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/Utils.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/Utils.html Mon Jan 14 19:34:23 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_33) on Mon Sep 03 22:12:55 CEST 2012 -->
+<!-- Generated by javadoc (build 1.6.0_25) on Mon Jan 14 19:53:31 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Utils (Maven Install Plugin 2.4 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-09-03">
+<META NAME="date" CONTENT="2013-01-14">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -263,6 +263,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/class-use/InstallFileMojoTest.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/class-use/InstallFileMojoTest.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/class-use/InstallFileMojoTest.html Mon Jan 14 19:34:23 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_33) on Mon Sep 03 22:12:55 CEST 2012 -->
+<!-- Generated by javadoc (build 1.6.0_25) on Mon Jan 14 19:53:31 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.maven.plugin.install.InstallFileMojoTest (Maven Install Plugin 2.4 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-09-03">
+<META NAME="date" CONTENT="2013-01-14">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -59,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/install//class-useInstallFileMojoTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/install/\class-useInstallFileMojoTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="InstallFileMojoTest.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -119,7 +119,7 @@ No usage of org.apache.maven.plugin.inst
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/install//class-useInstallFileMojoTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/install/\class-useInstallFileMojoTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="InstallFileMojoTest.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -140,6 +140,6 @@ No usage of org.apache.maven.plugin.inst
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/class-use/InstallMojoTest.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/class-use/InstallMojoTest.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/class-use/InstallMojoTest.html Mon Jan 14 19:34:23 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_33) on Mon Sep 03 22:12:55 CEST 2012 -->
+<!-- Generated by javadoc (build 1.6.0_25) on Mon Jan 14 19:53:31 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.maven.plugin.install.InstallMojoTest (Maven Install Plugin 2.4 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-09-03">
+<META NAME="date" CONTENT="2013-01-14">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -59,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/install//class-useInstallMojoTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/install/\class-useInstallMojoTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="InstallMojoTest.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -119,7 +119,7 @@ No usage of org.apache.maven.plugin.inst
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/install//class-useInstallMojoTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/install/\class-useInstallMojoTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="InstallMojoTest.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -140,6 +140,6 @@ No usage of org.apache.maven.plugin.inst
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/class-use/Utils.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/class-use/Utils.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/class-use/Utils.html Mon Jan 14 19:34:23 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_33) on Mon Sep 03 22:12:55 CEST 2012 -->
+<!-- Generated by javadoc (build 1.6.0_25) on Mon Jan 14 19:53:31 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.maven.plugin.install.Utils (Maven Install Plugin 2.4 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-09-03">
+<META NAME="date" CONTENT="2013-01-14">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -59,7 +59,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/install//class-useUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/install/\class-useUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="Utils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -119,7 +119,7 @@ No usage of org.apache.maven.plugin.inst
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/maven/plugin/install//class-useUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/maven/plugin/install/\class-useUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="Utils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -140,6 +140,6 @@ No usage of org.apache.maven.plugin.inst
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2004-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2004-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-install-plugin-2.4/testapidocs/org/apache/maven/plugin/install/package-frame.html Mon Jan 14 19:34:23 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_33) on Mon Sep 03 22:12:55 CEST 2012 -->
+<!-- Generated by javadoc (build 1.6.0_25) on Mon Jan 14 19:53:31 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 org.apache.maven.plugin.install (Maven Install Plugin 2.4 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-09-03">
+<META NAME="date" CONTENT="2013-01-14">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">