You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/08 13:24:29 UTC

svn commit: r816514 [4/7] - in /websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugin/resources/remote/ apidocs/org/apache/maven/plugin/resources/remote/class-use/ apidocs/org/ap...

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/index.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/index.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Introduction</title>
@@ -11,7 +11,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Jason van Zyl" />
         <meta name="Date-Creation-yyyymmdd" content="20110109" />
-    <meta name="Date-Revision-yyyymmdd" content="20110224" />
+    <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -45,8 +45,8 @@
     Maven Remote Resources Plugin - Introduction
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -173,7 +173,7 @@
     </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. --><div class="section"><h2>Maven Remote Resources Plugin<a name="Maven_Remote_Resources_Plugin"></a></
 h2><p>This plugin is used to retrieve JARs of resources from remote repositories, process those resources, and incorporate them into JARs you build with Maven. A very common use-case is the need to package certain resources in a consistent way across your organization: at Apache it is required that every JAR produced contains a copy of the Apache license and a notice file that references all used software in a given project.</p><div class="section"><h3>Goals Overview<a name="Goals_Overview"></a></h3><ul><li><a href="./bundle-mojo.html">remote-resources:bundle</a> creates the resource bundle manifest required by the remote resource bundle processing. The manifest file, <tt>$<a name="basedir">basedir</a>/target/classes/META-INF/maven/remote-resources.xml</tt>, is created from the contents of the <tt>src/main/resources</tt> directory.</li><li><a href="./process-mojo.html">remote-resources:process</a> retrieves the specified remote resource bundles, processes them and makes them
  available to the process-resources phase.</li></ul></div><div class="section"><h3>Usage<a name="Usage"></a></h3><p>General instructions on how to use the Remote Resources Plugin can be found on the <a href="./usage.html">usage page</a>. Occasionally, users also contribute their own examples, tips or errata to the <a class="externalLink" href="http://docs.codehaus.org/display/MAVENUSER/Remote+Resources+Plugin">plugin's wiki page</a>.</p><p>If you need help using some of the more advanced features of the plugin, check out the advanced help pages:</p><ul><li><a href="#supplemental-models.html">Patching Bad POMs with Supplemental Models</a></li></ul><p>In case you still have questions regarding the plugin's usage, please have a look at the <a href="./faq.html">FAQ</a> and feel free to contact the <a href="./mail-lists.html">user mailing list</a>. The posts to the mailing list are archived and could already contain the answer to your question as part of an older thread. Hence, i
 t is also worth browsing/searching the <a href="./mail-lists.html">mail archive</a>.</p><p>If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our <a href="./issue-tracking.html">issue tracker</a>. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our <a href="./source-repository.html">source repository</a> and will find supplementary information in the <a class="externalLink" href="http://maven.apache.org/guides/development/guide-helping.html">guide to helping with Maven</a>.</p></div><div class="section"><h3>Examples<a name="Examples"></a></h3><p>To provide you with better understa
 nding of some usages of the Remote Resources Plugin, you can take a look at the following examples:</p><ul><li><a href="./examples/sharing-resources.html">Sharing Resources Example</a></li></ul></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. --><div class="section"><h2>Maven Remote Resources Plugin<a name="Maven_Remote_Resources_Plugin"></a></
 h2><p>This plugin is used to retrieve JARs of resources from remote repositories, process those resources, and incorporate them into JARs you build with Maven. A very common use-case is the need to package certain resources in a consistent way across your organization: at Apache it is required that every JAR produced contains a copy of the Apache license and a notice file that references all used software in a given project.</p><div class="section"><h3>Goals Overview<a name="Goals_Overview"></a></h3><ul><li><a href="./bundle-mojo.html">remote-resources:bundle</a> creates the resource bundle manifest required by the remote resource bundle processing. The manifest file, <tt>$<a name="basedir">basedir</a>/target/classes/META-INF/maven/remote-resources.xml</tt>, is created from the contents of the <tt>src/main/resources</tt> directory.</li><li><a href="./process-mojo.html">remote-resources:process</a> retrieves the specified remote resource bundles, processes them and makes them
  available to the process-resources phase.</li></ul></div><div class="section"><h3>Usage<a name="Usage"></a></h3><p>General instructions on how to use the Remote Resources Plugin can be found on the <a href="./usage.html">usage page</a>. Occasionally, users also contribute their own examples, tips or errata to the <a class="externalLink" href="http://docs.codehaus.org/display/MAVENUSER/Remote+Resources+Plugin">plugin's wiki page</a>.</p><p>If you need help using some of the more advanced features of the plugin, check out the advanced help pages:</p><ul><li><a href="./supplemental-models.html">Patching Bad POMs with Supplemental Models</a></li></ul><p>In case you still have questions regarding the plugin's usage, please have a look at the <a href="./faq.html">FAQ</a> and feel free to contact the <a href="./mail-lists.html">user mailing list</a>. The posts to the mailing list are archived and could already contain the answer to your question as part of an older thread. Hence, 
 it is also worth browsing/searching the <a href="./mail-lists.html">mail archive</a>.</p><p>If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our <a href="./issue-tracking.html">issue tracker</a>. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our <a href="./source-repository.html">source repository</a> and will find supplementary information in the <a class="externalLink" href="http://maven.apache.org/guides/development/guide-helping.html">guide to helping with Maven</a>.</p></div><div class="section"><h3>Examples<a name="Examples"></a></h3><p>To provide you with better underst
 anding of some usages of the Remote Resources Plugin, you can take a look at the following examples:</p><ul><li><a href="./examples/sharing-resources.html">Sharing Resources Example</a></li></ul></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/integration.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/integration.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/integration.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Continuous Integration</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Continuous Integration
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/issue-tracking.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/issue-tracking.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/issue-tracking.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Issue Tracking</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Issue Tracking
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/license.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/license.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/license.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Project License</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Project License
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/mail-lists.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/mail-lists.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/mail-lists.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Project Mailing Lists</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Project Mailing Lists
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/plugin-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/plugin-info.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/plugin-info.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Plugin Documentation</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Plugin Documentation
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -197,7 +197,7 @@ conditions processed, etc...</p>
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-remote-resources-plugin&lt;/artifactId&gt;
-          &lt;version&gt;1.2&lt;/version&gt;
+          &lt;version&gt;1.2.1&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -207,7 +207,7 @@ conditions processed, etc...</p>
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-remote-resources-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.2&lt;/version&gt;
+        &lt;version&gt;1.2.1&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/plugin-management.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/plugin-management.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/plugin-management.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Project Plugin Management</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Project Plugin Management
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/plugins.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/plugins.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/plugins.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Project Build Plugins</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Project Build Plugins
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/pmd.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/pmd.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/pmd.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - PMD Results</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - PMD Results
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -171,7 +171,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>PMD Results<a name="PMD_Results"></a></h2><p>The following document contains the results of <a class="externalLink" href="http://pmd.sourceforge.net/">PMD</a> 4.2.2.</p></div><div class="section"><h2>Files<a name="Files"></a></h2><div class="section"><h3>org/apache/maven/plugin/resources/remote/BundleRemoteResourcesMojo.java<a name="orgapachemavenpluginresourcesremoteBundleRemoteResourcesMojo.java"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>Error while parsing G:\apache\maven\trunks\plugins\maven-remote-resources-plugin\target\checkout\src\main\java\org\apache\maven\plugin\resources\remote\BundleRemoteResourcesMojo.java: Can't use generics unless running in JDK 1.5 mode!</td><td><a href="./xref/org/apache/maven/plugin/resources/remote/BundleRemoteResourcesMojo.html#0">0</a></td></tr></table></div><div class="section"><h3>org/apache/maven/plugin/resources/remote/ProcessRemot
 eResourcesMojo.java<a name="orgapachemavenpluginresourcesremoteProcessRemoteResourcesMojo.java"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>Error while parsing G:\apache\maven\trunks\plugins\maven-remote-resources-plugin\target\checkout\src\main\java\org\apache\maven\plugin\resources\remote\ProcessRemoteResourcesMojo.java: Can't use generics unless running in JDK 1.5 mode!</td><td><a href="./xref/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.html#0">0</a></td></tr></table></div><div class="section"><h3>org/apache/maven/plugin/resources/remote/RemoteResourcesClassLoader.java<a name="orgapachemavenpluginresourcesremoteRemoteResourcesClassLoader.java"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>Overriding method merely calls super</td><td><a href="./xref/org/apache/maven/plugin/resources/remote/RemoteResourcesClassLoader
 .html#36">36</a> - <a href="./xref/org/apache/maven/plugin/resources/remote/RemoteResourcesClassLoader.html#39">39</a></td></tr></table></div></div>
+        <div class="section"><h2>PMD Results<a name="PMD_Results"></a></h2><p>The following document contains the results of <a class="externalLink" href="http://pmd.sourceforge.net/">PMD</a> 4.2.2.</p></div><div class="section"><h2>Files<a name="Files"></a></h2><div class="section"><h3>org/apache/maven/plugin/resources/remote/RemoteResourcesClassLoader.java<a name="orgapachemavenpluginresourcesremoteRemoteResourcesClassLoader.java"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>Overriding method merely calls super</td><td><a href="./xref/org/apache/maven/plugin/resources/remote/RemoteResourcesClassLoader.html#36">36</a> - <a href="./xref/org/apache/maven/plugin/resources/remote/RemoteResourcesClassLoader.html#39">39</a></td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/process-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/process-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/process-mojo.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - 
@@ -10,7 +10,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -45,8 +45,8 @@
     remote-resources:process
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -142,7 +142,7 @@
   
     <div class="section"><h2>remote-resources:process<a name="remote-resources:process"></a></h2>
       <p><b>Full name</b>:</p>
-      <p>org.apache.maven.plugins:maven-remote-resources-plugin:1.2:process</p>
+      <p>org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process</p>
       <p><b>Description</b>:</p>
       <div><p>Pull down resourceBundles containing remote resources and
 process the resources contained inside. When that is done the

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/project-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/project-info.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/project-info.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Project Information</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Project Information
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/project-reports.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/project-reports.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/project-reports.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Generated Reports</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Generated Reports
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/project-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/project-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/project-summary.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Project Summary</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Project Summary
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -175,7 +175,7 @@
     a remote repository. The primary use case being satisfied is the consistent
     inclusion of common resources in a large set of projects. Maven projects at
     Apache use this plug-in to satisfy licensing requirements at Apache where
-    each project must include license and notice files for each release.</td></tr><tr class="b"><td>Homepage</td><td><a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-remote-resources-plugin">../../../../../people.apache.org/www/maven.apache.org/plugins/maven-remote-resources-plugin</a></td></tr></table></div><div class="section"><h3>Project Organization<a name="Project_Organization"></a></h3><a name="Project_Organization"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>The Apache Software Foundation</td></tr><tr class="a"><td>URL</td><td><a class="externalLink" href="http://www.apache.org/">http://www.apache.org/</a></td></tr></table></div><div class="section"><h3>Build Information<a name="Build_Information"></a></h3><a name="Build_Information"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>GroupId</td><td>org.apache.mave
 n.plugins</td></tr><tr class="a"><td>ArtifactId</td><td>maven-remote-resources-plugin</td></tr><tr class="b"><td>Version</td><td>1.2</td></tr><tr class="a"><td>Type</td><td>maven-plugin</td></tr></table></div></div>
+    each project must include license and notice files for each release.</td></tr><tr class="b"><td>Homepage</td><td><a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-remote-resources-plugin">../../../../../people.apache.org/www/maven.apache.org/plugins/maven-remote-resources-plugin</a></td></tr></table></div><div class="section"><h3>Project Organization<a name="Project_Organization"></a></h3><a name="Project_Organization"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>The Apache Software Foundation</td></tr><tr class="a"><td>URL</td><td><a class="externalLink" href="http://www.apache.org/">http://www.apache.org/</a></td></tr></table></div><div class="section"><h3>Build Information<a name="Build_Information"></a></h3><a name="Build_Information"></a><table border="0" class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>GroupId</td><td>org.apache.mave
 n.plugins</td></tr><tr class="a"><td>ArtifactId</td><td>maven-remote-resources-plugin</td></tr><tr class="b"><td>Version</td><td>1.2.1</td></tr><tr class="a"><td>Type</td><td>maven-plugin</td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/remote-resources.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/remote-resources.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/remote-resources.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - 
@@ -10,7 +10,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -45,8 +45,8 @@
     RemoteResourcesBundle
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -138,7 +138,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- =================== DO NOT EDIT THIS FILE ==================== --><!-- Generated by Modello 1.4.1 on 2011-02-24 20:38:13, --><!-- any modifications will be overwritten. --><!-- ============================================================== -->
+        <!-- =================== DO NOT EDIT THIS FILE ==================== --><!-- Generated by Modello 1.4.1 on 2011-06-14 21:24:56, --><!-- any modifications will be overwritten. --><!-- ============================================================== -->
   
     <div class="section"><h2>RemoteResourcesBundle<a name="RemoteResourcesBundle"></a></h2>
       <p>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/source-repository.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/source-repository.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/source-repository.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Source Repository</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Source Repository
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -171,7 +171,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div><div class="section"><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-remote-resources-plugin-1.2">http://svn.apache.org/viewvc/maven/plugins/tags/maven-remote-resources-plugin-1.2</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-remote-resources-plugin-1.2 maven-remote-resources-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-remote-resources-plugin-1.2 maven-remote-resources-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><div class="section"><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 b
 locking 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-remote-resources-plugin-1.2 maven-remote-resources-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><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the co
 nfiguration directory and template files to be created.</p><p>Example: Edit the 'servers' file and add something like:</p><div class="source"><pre>[global]
+        <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div><div class="section"><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-remote-resources-plugin-1.2.1">http://svn.apache.org/viewvc/maven/plugins/tags/maven-remote-resources-plugin-1.2.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 h
 ttp://svn.apache.org/repos/asf/maven/plugins/tags/maven-remote-resources-plugin-1.2.1 maven-remote-resources-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-remote-resources-plugin-1.2.1 maven-remote-resources-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><div class="section"><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 wh
 ich 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-remote-resources-plugin-1.2.1 maven-remote-resources-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><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will ca
 use the configuration directory and template files to be created.</p><p>Example: Edit the 'servers' file and add something like:</p><div class="source"><pre>[global]
 http-proxy-host = your.proxy.name
 http-proxy-port = 3128
 </pre></div></div>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/supplemental-model.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/supplemental-model.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/supplemental-model.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - 
@@ -10,7 +10,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -45,8 +45,8 @@
     SupplementalDataModel
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -138,7 +138,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- =================== DO NOT EDIT THIS FILE ==================== --><!-- Generated by Modello 1.4.1 on 2011-02-24 20:38:13, --><!-- any modifications will be overwritten. --><!-- ============================================================== -->
+        <!-- =================== DO NOT EDIT THIS FILE ==================== --><!-- Generated by Modello 1.4.1 on 2011-06-14 21:24:56, --><!-- any modifications will be overwritten. --><!-- ============================================================== -->
   
     <div class="section"><h2>SupplementalDataModel<a name="SupplementalDataModel"></a></h2>
       <p>Provides access to supplemental POM data models.</p>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/supplemental-models.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/supplemental-models.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/supplemental-models.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Supplementing Missing POM Information</title>
@@ -11,7 +11,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="John Casey" />
         <meta name="Date-Creation-yyyymmdd" content="20110109" />
-    <meta name="Date-Revision-yyyymmdd" content="20110224" />
+    <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -45,8 +45,8 @@
     Maven Remote Resources Plugin - Supplementing Missing POM Information
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -147,12 +147,10 @@
       &lt;groupId&gt;org.foo&lt;/groupId&gt;
       &lt;artifactId&gt;missing-project-url&lt;/artifactId&gt;
       &lt;version&gt;1&lt;/version&gt;
-    &lt;/dependency&gt;
-</pre></div><p>Now imagine that your project needs to include a file in its distribution that lists organization and project URLs for each dependency, in a format like this:</p><div class="source"><pre>From: Apache Software Foundation (http://www.apache.org/)
+    &lt;/dependency&gt;</pre></div><p>Now imagine that your project needs to include a file in its distribution that lists organization and project URLs for each dependency, in a format like this:</p><div class="source"><pre>From: Apache Software Foundation (http://www.apache.org/)
 
  - Commons FOO (http://commons.apache.org/foo/) org.apache.commons.foo:foo:1
- - Commons BAR (http://commons.apache.org/bar/) org.apache.commons.bar:bar:1
-</pre></div><p>However, as you try generating these licensing resources for your project, you quickly learn that your dependencies provide POMs that don't always include all the information needed by this format. The first dependency is missing all of the information provided by the <tt>organization</tt> element of the POM, and the second is missing a project- specific URL (the <tt>url</tt> element of the POM).</p><p>To fix these omissions for the purposes of resource generation, we can simply provide a supplemental-model file that contains the missing information. The file, located at <tt>src/main/appended-resources/supplemental-models.xml</tt>, would look something like this:</p><div class="source"><pre>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+ - Commons BAR (http://commons.apache.org/bar/) org.apache.commons.bar:bar:1</pre></div><p>However, as you try generating these licensing resources for your project, you quickly learn that your dependencies provide POMs that don't always include all the information needed by this format. The first dependency is missing all of the information provided by the <tt>organization</tt> element of the POM, and the second is missing a project- specific URL (the <tt>url</tt> element of the POM).</p><p>To fix these omissions for the purposes of resource generation, we can simply provide a supplemental-model file that contains the missing information. The file, located at <tt>src/main/appended-resources/supplemental-models.xml</tt>, would look something like this:</p><div class="source"><pre>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;supplementalDataModels xmlns=&quot;http://maven.apache.org/supplemental-model/1.0.0&quot;
                         xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
                         xsi:schemaLocation=&quot;http://maven.apache.org/supplemental-model/1.0.0 http://maven.apache.org/xsd/supplemental-model-1.0.0.xsd&quot;&gt;
@@ -175,10 +173,9 @@
       &lt;url&gt;http://www.foo.org/projects/missing-project-url/&lt;/url&gt;
     &lt;/project&gt;
   &lt;/supplement&gt;
-&lt;/supplementalDataModels&gt;
-</pre></div><p>Finally, we tell the Remote Resources Plugin to use the new supplemental-model file:</p><div class="source"><pre>      &lt;plugin&gt;
+&lt;/supplementalDataModels&gt;</pre></div><p>Finally, we tell the Remote Resources Plugin to use the new supplemental-model file:</p><div class="source"><pre>      &lt;plugin&gt;
         &lt;artifactId&gt;maven-remote-resources-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.2&lt;/version&gt;
+        &lt;version&gt;1.2.1&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;process-remote-resources&lt;/id&gt;
@@ -193,8 +190,7 @@
             &lt;/configuration&gt;
           &lt;/execution&gt;
         &lt;/executions&gt;
-      &lt;/plugin&gt;
-</pre></div><p>After re-running the project build, the supplemental information we provided will be merged with the metadata from the dependency POMs, providing enough information to complete the dependencies listing.</p></div><div class="section"><h3>Publishing and Reusing Supplemental Models<a name="Publishing_and_Reusing_Supplemental_Models"></a></h3><p><b>Note:</b> This feature was added in version 1.1.</p><p>The configuration above is fine for single projects that need to address deficiencies in their dependencies' metadata. But what happens when your organization wants to use these same deficient dependencies across multiple projects? The configuration we just examined cannot handle reuse of supplemental-model files.</p><p>To address this shortcoming, version 1.1 of the Remote Resources Plugin introduces a new parameter: <tt>supplementalModelArtifacts</tt>. When combined with the <tt>supplementalModels</tt> parameter used above, this new parameter allows the Remote Res
 ources Plugin to resolve artifacts containing supplemental model information, then search those artifacts for the paths given in the <tt>supplementalModels</tt> listing.</p><p>To make the supplemental models above reusable using this mechanism, we first publish them in their own project:</p><div class="source"><pre>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+      &lt;/plugin&gt;</pre></div><p>After re-running the project build, the supplemental information we provided will be merged with the metadata from the dependency POMs, providing enough information to complete the dependencies listing.</p></div><div class="section"><h3>Publishing and Reusing Supplemental Models<a name="Publishing_and_Reusing_Supplemental_Models"></a></h3><p><b>Note:</b> This feature was added in version 1.1.</p><p>The configuration above is fine for single projects that need to address deficiencies in their dependencies' metadata. But what happens when your organization wants to use these same deficient dependencies across multiple projects? The configuration we just examined cannot handle reuse of supplemental-model files.</p><p>To address this shortcoming, version 1.1 of the Remote Resources Plugin introduces a new parameter: <tt>supplementalModelArtifacts</tt>. When combined with the <tt>supplementalModels</tt> parameter used above, this new parameter 
 allows the Remote Resources Plugin to resolve artifacts containing supplemental model information, then search those artifacts for the paths given in the <tt>supplementalModels</tt> listing.</p><p>To make the supplemental models above reusable using this mechanism, we first publish them in their own project:</p><div class="source"><pre>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;project xmlns=&quot;http://maven.apache.org/POM/4.0.0&quot;
          xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
          xsi:schemaLocation=&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd&quot;&gt;
@@ -203,15 +199,13 @@
   &lt;groupId&gt;org.myco&lt;/groupId&gt;
   &lt;artifactId&gt;dependency-resource-supplement&lt;/artifactId&gt;
   &lt;version&gt;1&lt;/version&gt;
-&lt;/project&gt;
-</pre></div><p>Note that this is just a simple, unadorned JAR artifact. We then move the above POM and <tt>supplemental-models.xml</tt> file into a separate project directory structure:</p><div class="source"><pre>|-- pom.xml
+&lt;/project&gt;</pre></div><p>Note that this is just a simple, unadorned JAR artifact. We then move the above POM and <tt>supplemental-models.xml</tt> file into a separate project directory structure:</p><div class="source"><pre>|-- pom.xml
 `-- src
     `-- main
         `-- resources
-            `-- supplemental-models.xml
-</pre></div><p>Once we install this new project, we can reference it from the configuration for the Remote Resources Plugin, like this:</p><div class="source"><pre>      &lt;plugin&gt;
+            `-- supplemental-models.xml</pre></div><p>Once we install this new project, we can reference it from the configuration for the Remote Resources Plugin, like this:</p><div class="source"><pre>      &lt;plugin&gt;
         &lt;artifactId&gt;maven-remote-resources-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.2&lt;/version&gt;
+        &lt;version&gt;1.2.1&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;process-remote-resources&lt;/id&gt;
@@ -232,8 +226,7 @@
             &lt;/configuration&gt;
           &lt;/execution&gt;
         &lt;/executions&gt;
-      &lt;/plugin&gt;
-</pre></div><p>Once the <tt>supplemental-model</tt> project is released and deployed, any number of projects can then make use of the supplemental information it provides.</p></div></div>
+      &lt;/plugin&gt;</pre></div><p>Once the <tt>supplemental-model</tt> project is released and deployed, any number of projects can then make use of the supplemental information it provides.</p></div></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/surefire-report.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/surefire-report.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/surefire-report.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Surefire Report</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Surefire Report
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>
@@ -171,7 +171,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <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>8</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>2.953</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>Fail
 ures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin.resources.remote">org.apache.maven.plugin.resources.remote</a></td><td>8</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>2.953</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.resources.remote<a name="org.apache.maven.plugin.resources.remote"></a></h3><a name="org.apache.maven.plugin.resources.remote"></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.resources.remoteRemoteResourcesMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.resources.remoteRemoteResourcesMojoTest">RemoteResourcesMojoTest</a>
 </td><td>8</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>2.953</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>RemoteResourcesMojoTest<a name="RemoteResourcesMojoTest"></a></h3><a name="org.apache.maven.plugin.resources.remoteRemoteResourcesMojoTest"></a><table border="0" class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testTestEnvironment</td><td>0.828</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoBundles</td><td>0.219</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testCreateBundle</td><td>0.094</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testSimpleBundles</td><td>0.375</td></tr><tr class
 ="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testVelocityUTF8</td><td>0.375</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testVelocityISO88591</td><td>0.297</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testFilteredBundles</td><td>0.328</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testFilteredBundlesWithProjectProperties</td><td>0.39</td></tr></table></div><br /></div>
+        <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>8</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>1.015</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>Fail
 ures</th><th>Skipped</th><th>Success Rate</th><th>Time</th></tr><tr class="b"><td><a href="#org.apache.maven.plugin.resources.remote">org.apache.maven.plugin.resources.remote</a></td><td>8</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>1.015</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.resources.remote<a name="org.apache.maven.plugin.resources.remote"></a></h3><a name="org.apache.maven.plugin.resources.remote"></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.resources.remoteRemoteResourcesMojoTest"><img src="images/icon_success_sml.gif" alt="" /></a></td><td><a href="#org.apache.maven.plugin.resources.remoteRemoteResourcesMojoTest">RemoteResourcesMojoTest</a>
 </td><td>8</td><td>0</td><td>0</td><td>0</td><td>100%</td><td>1.015</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>RemoteResourcesMojoTest<a name="RemoteResourcesMojoTest"></a></h3><a name="org.apache.maven.plugin.resources.remoteRemoteResourcesMojoTest"></a><table border="0" class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testTestEnvironment</td><td>0.397</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testNoBundles</td><td>0.103</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testCreateBundle</td><td>0.127</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testSimpleBundles</td><td>0.07</td></tr><tr class=
 "a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testVelocityUTF8</td><td>0.059</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testVelocityISO88591</td><td>0.049</td></tr><tr class="a"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testFilteredBundles</td><td>0.086</td></tr><tr class="b"><td><img src="images/icon_success_sml.gif" alt="" /></td><td>testFilteredBundlesWithProjectProperties</td><td>0.106</td></tr></table></div><br /></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/taglist.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/taglist.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/taglist.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Tag List report</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Tag List report
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/team-list.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/team-list.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/team-list.html Tue May  8 11:24:24 2012
@@ -1,5 +1,5 @@
 <!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 Feb 24, 2011 -->
+<!-- Generated by Apache Maven Doxia at Jun 14, 2011 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Maven Remote Resources Plugin - Team list</title>
@@ -9,7 +9,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="20110224" />
+        <meta name="Date-Revision-yyyymmdd" content="20110614" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Maven Remote Resources Plugin - Team list
       </div>
             <div class="xright">        
-                                 Last Published: 2011-02-24
-              &nbsp;| Version: 1.2
+                                 Last Published: 2011-06-14
+              &nbsp;| Version: 1.2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/allclasses-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/allclasses-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/allclasses-frame.html Tue May  8 11:24:24 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Thu Feb 24 20:41:09 CET 2011 -->
+<!-- Generated by javadoc (build 1.5.0_19) on Tue Jun 14 21:26:29 CEST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Maven Remote Resources Plugin 1.2 Test API)
+All Classes (Maven Remote Resources Plugin 1.2.1 Test API)
 </TITLE>
 
 

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/allclasses-noframe.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/allclasses-noframe.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/allclasses-noframe.html Tue May  8 11:24:24 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Thu Feb 24 20:41:09 CET 2011 -->
+<!-- Generated by javadoc (build 1.5.0_19) on Tue Jun 14 21:26:29 CEST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Maven Remote Resources Plugin 1.2 Test API)
+All Classes (Maven Remote Resources Plugin 1.2.1 Test API)
 </TITLE>
 
 

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/constant-values.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/constant-values.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/constant-values.html Tue May  8 11:24:24 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Thu Feb 24 20:41:08 CET 2011 -->
+<!-- Generated by javadoc (build 1.5.0_19) on Tue Jun 14 21:26:29 CEST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Constant Field Values (Maven Remote Resources Plugin 1.2 Test API)
+Constant Field Values (Maven Remote Resources Plugin 1.2.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Constant Field Values (Maven Remote Reso
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Constant Field Values (Maven Remote Resources Plugin 1.2 Test API)";
+    parent.document.title="Constant Field Values (Maven Remote Resources Plugin 1.2.1 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/deprecated-list.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/deprecated-list.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/deprecated-list.html Tue May  8 11:24:24 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Thu Feb 24 20:41:09 CET 2011 -->
+<!-- Generated by javadoc (build 1.5.0_19) on Tue Jun 14 21:26:29 CEST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Deprecated List (Maven Remote Resources Plugin 1.2 Test API)
+Deprecated List (Maven Remote Resources Plugin 1.2.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Deprecated List (Maven Remote Resources 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Deprecated List (Maven Remote Resources Plugin 1.2 Test API)";
+    parent.document.title="Deprecated List (Maven Remote Resources Plugin 1.2.1 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/help-doc.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/help-doc.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/help-doc.html Tue May  8 11:24:24 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Thu Feb 24 20:41:09 CET 2011 -->
+<!-- Generated by javadoc (build 1.5.0_19) on Tue Jun 14 21:26:29 CEST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-API Help (Maven Remote Resources Plugin 1.2 Test API)
+API Help (Maven Remote Resources Plugin 1.2.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ API Help (Maven Remote Resources Plugin 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="API Help (Maven Remote Resources Plugin 1.2 Test API)";
+    parent.document.title="API Help (Maven Remote Resources Plugin 1.2.1 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/index-all.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/index-all.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/index-all.html Tue May  8 11:24:24 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Thu Feb 24 20:41:09 CET 2011 -->
+<!-- Generated by javadoc (build 1.5.0_19) on Tue Jun 14 21:26:29 CEST 2011 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Index (Maven Remote Resources Plugin 1.2 Test API)
+Index (Maven Remote Resources Plugin 1.2.1 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Index (Maven Remote Resources Plugin 1.2
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Index (Maven Remote Resources Plugin 1.2 Test API)";
+    parent.document.title="Index (Maven Remote Resources Plugin 1.2.1 Test API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/index.html (original)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/testapidocs/index.html Tue May  8 11:24:24 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc on Thu Feb 24 20:41:09 CET 2011-->
+<!-- Generated by javadoc on Tue Jun 14 21:26:29 CEST 2011-->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Maven Remote Resources Plugin 1.2 Test API
+Maven Remote Resources Plugin 1.2.1 Test API
 </TITLE>
 <SCRIPT type="text/javascript">
     targetPage = "" + window.location.search;