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/10/19 11:15:28 UTC

svn commit: r883266 [3/6] - in /websites/production/maven/content/plugins/maven-install-plugin: ./ apidocs/ apidocs/org/apache/maven/plugin/install/ apidocs/org/apache/maven/plugin/install/class-use/ examples/ testapidocs/ testapidocs/org/apache/maven/...

Modified: websites/production/maven/content/plugins/maven-install-plugin/source-repository.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/source-repository.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/source-repository.html Sat Oct 19 09:15:26 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 2013-09-09
+ | Generated by Apache Maven Doxia at 2013-10-19
  | 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="20130909" />
+        <meta name="Date-Revision-yyyymmdd" content="20131019" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Source Repository
         </div>
             <div class="xright">        
-                                    Last Published: 2013-09-09
-              &nbsp;| Version: 2.5
+                                    Last Published: 2013-10-19
+              &nbsp;| Version: 2.5.1
             </div>
       <div class="clear">
         <hr/>
@@ -220,17 +220,17 @@
 <h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a>
 <p>The following is a link to the online source repository.</p>
 <div class="source">
-<pre><a class="externalLink" href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-install-plugin-2.5">http://svn.apache.org/viewvc/maven/plugins/tags/maven-install-plugin-2.5</a></pre></div></div>
+<pre><a class="externalLink" href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-install-plugin-2.5.1">http://svn.apache.org/viewvc/maven/plugins/tags/maven-install-plugin-2.5.1</a></pre></div></div>
 <div class="section">
 <h2>Anonymous access<a name="Anonymous_access"></a></h2><a name="Anonymous_access"></a>
 <p>The source can be checked out anonymously from SVN with this command:</p>
 <div class="source">
-<pre>$ svn checkout http://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.5 maven-install-plugin</pre></div></div>
+<pre>$ svn checkout http://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.5.1 maven-install-plugin</pre></div></div>
 <div class="section">
 <h2>Developer access<a name="Developer_access"></a></h2><a name="Developer_access"></a>
 <p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p>
 <div class="source">
-<pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.5 maven-install-plugin</pre></div>
+<pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.5.1 maven-install-plugin</pre></div>
 <p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
 <div class="source">
 <pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div>
@@ -238,7 +238,7 @@
 <h2>Access from behind a firewall<a name="Access_from_behind_a_firewall"></a></h2><a name="Access_from_behind_a_firewall"></a>
 <p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
 <div class="source">
-<pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.5 maven-install-plugin</pre></div></div>
+<pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.5.1 maven-install-plugin</pre></div></div>
 <div class="section">
 <h2>Access through a proxy<a name="Access_through_a_proxy"></a></h2><a name="Access_through_a_proxy"></a>
 <p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>

Modified: websites/production/maven/content/plugins/maven-install-plugin/surefire-report.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/surefire-report.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/surefire-report.html Sat Oct 19 09:15:26 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 2013-09-09
+ | Generated by Apache Maven Doxia at 2013-10-19
  | 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="20130909" />
+        <meta name="Date-Revision-yyyymmdd" content="20131019" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Surefire Report
         </div>
             <div class="xright">        
-                                    Last Published: 2013-09-09
-              &nbsp;| Version: 2.5
+                                    Last Published: 2013-10-19
+              &nbsp;| Version: 2.5.1
             </div>
       <div class="clear">
         <hr/>
@@ -243,7 +243,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>3.757</td></tr></table><br />
+<td>3.127</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>
@@ -264,7 +264,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>3.757</td></tr></table><br />
+<td>3.127</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>
@@ -286,7 +286,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.059</td></tr>
+<td>0.055</td></tr>
 <tr class="a">
 <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>
@@ -295,7 +295,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>2.511</td></tr>
+<td>2.124</td></tr>
 <tr class="b">
 <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>
@@ -304,7 +304,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>1.187</td></tr></table></div><br /></div>
+<td>0.948</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>
@@ -314,77 +314,77 @@ function toggleDisplay(elementId) {
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testGetMd5</td>
-<td>0.059</td></tr></table></div>
+<td>0.055</td></tr></table></div>
 <div class="section">
 <h3>InstallFileMojoTest<a name="InstallFileMojoTest"></a></h3><a name="org.apache.maven.plugin.installInstallFileMojoTest"></a>
 <table border="1" class="bodyTable">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testInstallFileTestEnvironment</td>
-<td>0.824</td></tr>
+<td>0.794</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testBasicInstallFile</td>
-<td>0.549</td></tr>
+<td>0.502</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testLayoutInstallFile</td>
-<td>0.179</td></tr>
+<td>0.202</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testInstallFileWithClassifier</td>
-<td>0.162</td></tr>
+<td>0.13</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testInstallFileWithGeneratePom</td>
-<td>0.179</td></tr>
+<td>0.142</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testInstallFileWithPomFile</td>
-<td>0.21</td></tr>
+<td>0.122</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testInstallFileWithPomAsPackaging</td>
-<td>0.149</td></tr>
+<td>0.102</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testInstallFileWithChecksum</td>
-<td>0.259</td></tr></table></div>
+<td>0.13</td></tr></table></div>
 <div class="section">
 <h3>InstallMojoTest<a name="InstallMojoTest"></a></h3><a name="org.apache.maven.plugin.installInstallMojoTest"></a>
 <table border="1" class="bodyTable">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testInstallTestEnvironment</td>
-<td>0.105</td></tr>
+<td>0.112</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testBasicInstall</td>
-<td>0.117</td></tr>
+<td>0.122</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testBasicInstallWithAttachedArtifacts</td>
-<td>0.295</td></tr>
+<td>0.15</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testUpdateReleaseParamSetToTrue</td>
-<td>0.224</td></tr>
+<td>0.232</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testInstallIfArtifactFileIsNull</td>
-<td>0.057</td></tr>
+<td>0.05</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testInstallIfPackagingIsPom</td>
-<td>0.13</td></tr>
+<td>0.092</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testBasicInstallAndCreateChecksumIsTrue</td>
-<td>0.147</td></tr>
+<td>0.11</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testSkip</td>
-<td>0.112</td></tr></table></div><br /></div>
+<td>0.08</td></tr></table></div><br /></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maven/content/plugins/maven-install-plugin/taglist.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/taglist.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/taglist.html Sat Oct 19 09:15:26 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 2013-09-09
+ | Generated by Apache Maven Doxia at 2013-10-19
  | 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="20130909" />
+        <meta name="Date-Revision-yyyymmdd" content="20131019" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Tag List report
         </div>
             <div class="xright">        
-                                    Last Published: 2013-09-09
-              &nbsp;| Version: 2.5
+                                    Last Published: 2013-10-19
+              &nbsp;| Version: 2.5.1
             </div>
       <div class="clear">
         <hr/>
@@ -239,7 +239,7 @@
 <th>Line</th></tr>
 <tr class="a">
 <td>push into transformation</td>
-<td><a href="./xref/org/apache/maven/plugin/install/InstallMojo.html#140">140</a></td></tr></table></div></div>
+<td><a href="./xref/org/apache/maven/plugin/install/InstallMojo.html#169">169</a></td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maven/content/plugins/maven-install-plugin/team-list.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/team-list.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/team-list.html Sat Oct 19 09:15:26 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 2013-09-09
+ | Generated by Apache Maven Doxia at 2013-10-19
  | 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="20130909" />
+        <meta name="Date-Revision-yyyymmdd" content="20131019" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,8 +46,8 @@
         Team list
         </div>
             <div class="xright">        
-                                    Last Published: 2013-09-09
-              &nbsp;| Version: 2.5
+                                    Last Published: 2013-10-19
+              &nbsp;| Version: 2.5.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/allclasses-frame.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/allclasses-frame.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/allclasses-frame.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Apache Maven Install Plugin 2.5 Test API)
+All Classes (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/allclasses-noframe.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/allclasses-noframe.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/allclasses-noframe.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Apache Maven Install Plugin 2.5 Test API)
+All Classes (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/constant-values.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/constant-values.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/constant-values.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Constant Field Values (Apache Maven Install Plugin 2.5 Test API)
+Constant Field Values (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Constant Field Values (Apache Maven Inst
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Constant Field Values (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Constant Field Values (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/deprecated-list.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/deprecated-list.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/deprecated-list.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Deprecated List (Apache Maven Install Plugin 2.5 Test API)
+Deprecated List (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Deprecated List (Apache Maven Install Pl
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Deprecated List (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Deprecated List (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/help-doc.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/help-doc.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/help-doc.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-API Help (Apache Maven Install Plugin 2.5 Test API)
+API Help (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ API Help (Apache Maven Install Plugin 2.
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="API Help (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="API Help (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/index-all.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/index-all.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/index-all.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Index (Apache Maven Install Plugin 2.5 Test API)
+Index (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Index (Apache Maven Install Plugin 2.5 T
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Index (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Index (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/index.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/index.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/index.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Apache Maven Install Plugin 2.5 Test API
+Apache Maven Install Plugin 2.5.1 Test API
 </TITLE>
 <SCRIPT type="text/javascript">
     targetPage = "" + window.location.search;

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/DualDigesterTest.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/DualDigesterTest.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/DualDigesterTest.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-DualDigesterTest (Apache Maven Install Plugin 2.5 Test API)
+DualDigesterTest (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ DualDigesterTest (Apache Maven Install P
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DualDigesterTest (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="DualDigesterTest (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/InstallFileMojoTest.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/InstallFileMojoTest.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/InstallFileMojoTest.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-InstallFileMojoTest (Apache Maven Install Plugin 2.5 Test API)
+InstallFileMojoTest (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ InstallFileMojoTest (Apache Maven Instal
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InstallFileMojoTest (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="InstallFileMojoTest (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/InstallMojoTest.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/InstallMojoTest.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/InstallMojoTest.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-InstallMojoTest (Apache Maven Install Plugin 2.5 Test API)
+InstallMojoTest (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ InstallMojoTest (Apache Maven Install Pl
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InstallMojoTest (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="InstallMojoTest (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/SimpleDigester.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/SimpleDigester.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/SimpleDigester.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-SimpleDigester (Apache Maven Install Plugin 2.5 Test API)
+SimpleDigester (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ SimpleDigester (Apache Maven Install Plu
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SimpleDigester (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="SimpleDigester (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/Utils.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/Utils.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/Utils.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Utils (Apache Maven Install Plugin 2.5 Test API)
+Utils (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Utils (Apache Maven Install Plugin 2.5 T
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Utils (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Utils (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>
@@ -106,7 +106,7 @@ A utility class to assist testing.
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id$</DD>
+  <DD>$Id: Utils.java 1525339 2013-09-22 10:27:35Z dennisl $</DD>
 <DT><B>Author:</B></DT>
   <DD>Benjamin Bentmann</DD>
 </DL>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/DualDigesterTest.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/DualDigesterTest.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/DualDigesterTest.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.install.DualDigesterTest (Apache Maven Install Plugin 2.5 Test API)
+Uses of Class org.apache.maven.plugin.install.DualDigesterTest (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.in
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.install.DualDigesterTest (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.install.DualDigesterTest (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/InstallFileMojoTest.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/InstallFileMojoTest.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/InstallFileMojoTest.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.install.InstallFileMojoTest (Apache Maven Install Plugin 2.5 Test API)
+Uses of Class org.apache.maven.plugin.install.InstallFileMojoTest (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.in
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.install.InstallFileMojoTest (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.install.InstallFileMojoTest (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/InstallMojoTest.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/InstallMojoTest.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/InstallMojoTest.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.install.InstallMojoTest (Apache Maven Install Plugin 2.5 Test API)
+Uses of Class org.apache.maven.plugin.install.InstallMojoTest (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.in
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.install.InstallMojoTest (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.install.InstallMojoTest (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/SimpleDigester.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/SimpleDigester.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/SimpleDigester.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.install.SimpleDigester (Apache Maven Install Plugin 2.5 Test API)
+Uses of Class org.apache.maven.plugin.install.SimpleDigester (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.in
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.install.SimpleDigester (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.install.SimpleDigester (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/Utils.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/Utils.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/class-use/Utils.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.install.Utils (Apache Maven Install Plugin 2.5 Test API)
+Uses of Class org.apache.maven.plugin.install.Utils (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.in
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.install.Utils (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.install.Utils (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/package-frame.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/package-frame.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.install (Apache Maven Install Plugin 2.5 Test API)
+org.apache.maven.plugin.install (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/package-summary.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/package-summary.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.install (Apache Maven Install Plugin 2.5 Test API)
+org.apache.maven.plugin.install (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ org.apache.maven.plugin.install (Apache 
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin.install (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="org.apache.maven.plugin.install (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/package-tree.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/package-tree.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/package-tree.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.install Class Hierarchy (Apache Maven Install Plugin 2.5 Test API)
+org.apache.maven.plugin.install Class Hierarchy (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ org.apache.maven.plugin.install Class Hi
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin.install Class Hierarchy (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="org.apache.maven.plugin.install Class Hierarchy (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/package-use.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/package-use.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/package-use.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugin.install (Apache Maven Install Plugin 2.5 Test API)
+Uses of Package org.apache.maven.plugin.install (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Package org.apache.maven.plugin.
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.plugin.install (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Uses of Package org.apache.maven.plugin.install (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/AttachedArtifactStub0.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/AttachedArtifactStub0.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/AttachedArtifactStub0.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AttachedArtifactStub0 (Apache Maven Install Plugin 2.5 Test API)
+AttachedArtifactStub0 (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ AttachedArtifactStub0 (Apache Maven Inst
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AttachedArtifactStub0 (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="AttachedArtifactStub0 (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/AttachedArtifactStub1.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/AttachedArtifactStub1.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/AttachedArtifactStub1.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AttachedArtifactStub1 (Apache Maven Install Plugin 2.5 Test API)
+AttachedArtifactStub1 (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ AttachedArtifactStub1 (Apache Maven Inst
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AttachedArtifactStub1 (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="AttachedArtifactStub1 (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/InstallArtifactStub.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/InstallArtifactStub.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/InstallArtifactStub.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-InstallArtifactStub (Apache Maven Install Plugin 2.5 Test API)
+InstallArtifactStub (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ InstallArtifactStub (Apache Maven Instal
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InstallArtifactStub (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="InstallArtifactStub (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/class-use/AttachedArtifactStub0.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/class-use/AttachedArtifactStub0.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/class-use/AttachedArtifactStub0.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.install.stubs.AttachedArtifactStub0 (Apache Maven Install Plugin 2.5 Test API)
+Uses of Class org.apache.maven.plugin.install.stubs.AttachedArtifactStub0 (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.in
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.install.stubs.AttachedArtifactStub0 (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.install.stubs.AttachedArtifactStub0 (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/class-use/AttachedArtifactStub1.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/class-use/AttachedArtifactStub1.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/class-use/AttachedArtifactStub1.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.install.stubs.AttachedArtifactStub1 (Apache Maven Install Plugin 2.5 Test API)
+Uses of Class org.apache.maven.plugin.install.stubs.AttachedArtifactStub1 (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.in
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.install.stubs.AttachedArtifactStub1 (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.install.stubs.AttachedArtifactStub1 (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/class-use/InstallArtifactStub.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/class-use/InstallArtifactStub.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/class-use/InstallArtifactStub.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.install.stubs.InstallArtifactStub (Apache Maven Install Plugin 2.5 Test API)
+Uses of Class org.apache.maven.plugin.install.stubs.InstallArtifactStub (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Class org.apache.maven.plugin.in
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.install.stubs.InstallArtifactStub (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.install.stubs.InstallArtifactStub (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/package-frame.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/package-frame.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.install.stubs (Apache Maven Install Plugin 2.5 Test API)
+org.apache.maven.plugin.install.stubs (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/package-summary.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/package-summary.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.install.stubs (Apache Maven Install Plugin 2.5 Test API)
+org.apache.maven.plugin.install.stubs (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ org.apache.maven.plugin.install.stubs (A
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin.install.stubs (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="org.apache.maven.plugin.install.stubs (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/package-tree.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/package-tree.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/package-tree.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.install.stubs Class Hierarchy (Apache Maven Install Plugin 2.5 Test API)
+org.apache.maven.plugin.install.stubs Class Hierarchy (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ org.apache.maven.plugin.install.stubs Cl
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin.install.stubs Class Hierarchy (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="org.apache.maven.plugin.install.stubs Class Hierarchy (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/package-use.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/package-use.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/org/apache/maven/plugin/install/stubs/package-use.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugin.install.stubs (Apache Maven Install Plugin 2.5 Test API)
+Uses of Package org.apache.maven.plugin.install.stubs (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Uses of Package org.apache.maven.plugin.
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.plugin.install.stubs (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Uses of Package org.apache.maven.plugin.install.stubs (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/overview-frame.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/overview-frame.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/overview-frame.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Overview List (Apache Maven Install Plugin 2.5 Test API)
+Overview List (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/overview-summary.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/overview-summary.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/overview-summary.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Overview (Apache Maven Install Plugin 2.5 Test API)
+Overview (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Overview (Apache Maven Install Plugin 2.
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Overview (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Overview (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>
@@ -80,7 +80,7 @@ function windowTitle()
 <HR>
 <CENTER>
 <H1>
-Apache Maven Install Plugin 2.5 Test API
+Apache Maven Install Plugin 2.5.1 Test API
 </H1>
 </CENTER>
 

Modified: websites/production/maven/content/plugins/maven-install-plugin/testapidocs/overview-tree.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/testapidocs/overview-tree.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/testapidocs/overview-tree.html Sat Oct 19 09:15:26 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Class Hierarchy (Apache Maven Install Plugin 2.5 Test API)
+Class Hierarchy (Apache Maven Install Plugin 2.5.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Class Hierarchy (Apache Maven Install Pl
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Class Hierarchy (Apache Maven Install Plugin 2.5 Test API)";
+        parent.document.title="Class Hierarchy (Apache Maven Install Plugin 2.5.1 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/maven/content/plugins/maven-install-plugin/usage.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/usage.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/usage.html Sat Oct 19 09:15:26 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 2013-09-06
+ | Generated by Apache Maven Doxia at 2013-10-14
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -15,7 +15,7 @@
         <meta name="author" content="Allan Ramirez
 Robert Scholte" />
         <meta name="Date-Creation-yyyymmdd" content="20130720" />
-    <meta name="Date-Revision-yyyymmdd" content="20130906" />
+    <meta name="Date-Revision-yyyymmdd" content="20131014" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -49,8 +49,8 @@ Robert Scholte" />
         Usage
         </div>
             <div class="xright">        
-                                    Last Published: 2013-09-06
-              &nbsp;| Version: 2.5
+                                    Last Published: 2013-10-14
+              &nbsp;| Version: 2.5.1
             </div>
       <div class="clear">
         <hr/>
@@ -100,7 +100,7 @@ Robert Scholte" />
                                                                                                                                                                                                                                                                                                               <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                        <li class="collapsed">
+                                                                                                                                                                                                                                                                          <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>

Modified: websites/production/maven/content/plugins/maven-install-plugin/xref-test/index.html
==============================================================================
--- websites/production/maven/content/plugins/maven-install-plugin/xref-test/index.html (original)
+++ websites/production/maven/content/plugins/maven-install-plugin/xref-test/index.html Sat Oct 19 09:15:26 2013
@@ -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 Install Plugin 2.5 Reference</title>
+		<title>Apache Maven Install Plugin 2.5.1 Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">