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 15:20:27 UTC

svn commit: r816627 [22/30] - in /websites/production/maventest/content/plugins/maven-shade-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugins/shade/ apidocs/org/apache/maven/plugins/shade/class-use/ apidocs/org/apache/maven/plugins/shade/filt...

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/examples/executable-jar.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/examples/executable-jar.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/examples/executable-jar.html Tue May  8 13:20:21 2012
@@ -12,7 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Executable JAR</title>
+    <title>Maven Shade plugin - Executable JAR</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
       @import url("../css/maven-theme.css");
@@ -20,9 +20,9 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="Mauro Talevi" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -152,6 +152,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="../project-info.html">Project Information</a>
@@ -256,7 +258,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.2.1&lt;/version&gt;
+        &lt;version&gt;1.2.2&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;phase&gt;package&lt;/phase&gt;
@@ -287,7 +289,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.2.1&lt;/version&gt;
+        &lt;version&gt;1.2.2&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;phase&gt;package&lt;/phase&gt;

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/examples/includes-excludes.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/examples/includes-excludes.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/examples/includes-excludes.html Tue May  8 13:20:21 2012
@@ -12,7 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Selecting Contents for Uber JAR</title>
+    <title>Maven Shade plugin - Selecting Contents for Uber JAR</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
       @import url("../css/maven-theme.css");
@@ -20,9 +20,9 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="Mauro Talevi" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -152,6 +152,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="../project-info.html">Project Information</a>
@@ -256,7 +258,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.2.1&lt;/version&gt;
+        &lt;version&gt;1.2.2&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;phase&gt;package&lt;/phase&gt;
@@ -291,7 +293,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.2.1&lt;/version&gt;
+        &lt;version&gt;1.2.2&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;phase&gt;package&lt;/phase&gt;

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/examples/resource-transformers.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/examples/resource-transformers.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/examples/resource-transformers.html Tue May  8 13:20:21 2012
@@ -12,7 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Resource Transformers</title>
+    <title>Maven Shade plugin - Resource Transformers</title>
     <style type="text/css" media="all">
       @import url("../css/maven-base.css");
       @import url("../css/maven-theme.css");
@@ -20,9 +20,9 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="Mauro Talevi" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -152,6 +152,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="../project-info.html">Project Information</a>
@@ -258,7 +260,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.2.1&lt;/version&gt;
+        &lt;version&gt;1.2.2&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;phase&gt;package&lt;/phase&gt;
@@ -289,7 +291,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.2.1&lt;/version&gt;
+        &lt;version&gt;1.2.2&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;phase&gt;package&lt;/phase&gt;
@@ -311,6 +313,40 @@
 </pre>
 </div>
 </div>
+<div class="section"><h3>Merging Content of Specific Files</h3>
+<p>Some jars contain additional resources (such as properties files) that have the same file name. To avoid overwriting, you can opt to merge them by appending their content into one file. One good example for this is when aggregating both the spring-context and plexus-spring jars. Both of them have the <tt>META-INF/spring.handlers</tt> file which is used by Spring to handle XML schema namespaces. You can merge the contents of all the files with that specific name using the <tt>AppendingTransformer</tt> as shown below:</p>
+<div class="source"><pre>&lt;project&gt;
+  ...
+  &lt;build&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
+        &lt;version&gt;1.2.2&lt;/version&gt;
+        &lt;executions&gt;
+          &lt;execution&gt;
+            &lt;phase&gt;package&lt;/phase&gt;
+            &lt;goals&gt;
+              &lt;goal&gt;shade&lt;/goal&gt;
+            &lt;/goals&gt;
+            &lt;configuration&gt;
+              &lt;transformers&gt;
+                &lt;transformer implementation=&quot;org.apache.maven.plugins.shade.resource.AppendingTransformer&quot;&gt;
+                  &lt;resource&gt;META-INF/spring.handlers&lt;/resource&gt;
+                &lt;/transformer&gt;
+              &lt;/transformers&gt;
+            &lt;/configuration&gt;
+          &lt;/execution&gt;
+        &lt;/executions&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+  ...
+&lt;/project&gt;
+</pre>
+</div>
+<p>For XML files, you can use the <tt>XmlAppendingTransformer</tt> instead. </p>
+</div>
 </div>
 
       </div>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/help-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/help-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/help-mojo.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - shade:help</title>
+    <title>Maven Shade plugin - shade:help</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -151,6 +151,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -248,18 +250,17 @@
       <div id="contentBox">
         <div class="section"><h2><a name="shade:help"></a>shade:help</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-shade-plugin:1.2.1:help</p>
+<p>org.apache.maven.plugins:maven-shade-plugin:1.2.2:help</p>
 <p><strong>Description</strong>:</p>
 <div>Display help information on maven-shade-plugin.<br />
 
  Call 
 
 <pre>
- mvn shade:help -Ddetail=true -Dgoal=&lt;goal-name&gt;
+  mvn shade:help -Ddetail=true -Dgoal=&lt;goal-name&gt;
 </pre>
 
 to display parameter details.</div><p><strong>Attributes</strong>:</p>
-<ul></ul>
 <div class="section"><h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
 <table class="bodyTable"><tr class="a"><th>Name</th>
 <th>Type</th>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/index.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/index.html Tue May  8 13:20:21 2012
@@ -12,7 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Introduction</title>
+    <title>Maven Shade plugin - Introduction</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -20,9 +20,9 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="Mauro Talevi" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -133,6 +133,8 @@
               
                 
               
+            
+            
       
             
       
@@ -153,9 +155,55 @@
             
       
               
-        <li class="collapsed">
+            <li class="expanded">
                     <a href="project-info.html">Project Information</a>
-                </li>
+                  <ul>
+                  
+    <li class="none">
+              <strong>About</strong>
+        </li>
+                  
+    <li class="none">
+                    <a href="integration.html">Continuous Integration</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="dependencies.html">Dependencies</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="issue-tracking.html">Issue Tracking</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugin-management.html">Plugin Management</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="license.html">Project License</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugins.html">Project Plugins</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="project-summary.html">Project Summary</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="team-list.html">Project Team</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="source-repository.html">Source Repository</a>
+          </li>
+              </ul>
+        </li>
               
                 
               
@@ -251,21 +299,21 @@
 <p>This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to <i>shade</i> - i.e. rename - the packages of some of the dependencies.</p>
 <div class="section"><h3>Goals Overview</h3>
 <p>The Shade Plugin has a single goal:</p>
-<ul><li><a href="shade-mojo.html">shade:shade</a> is bound to the <tt>package</tt> phase and is used to create a shaded jar.</li>
+<ul><li><a href="./shade-mojo.html">shade:shade</a> is bound to the <tt>package</tt> phase and is used to create a shaded jar.</li>
 </ul>
 </div>
 <div class="section"><h3>Usage</h3>
-<p>General instructions on how to use the Shade Plugin can be found on the <a href="usage.html">usage page</a>. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the <a href="http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin" class="externalLink">plugin's wiki page</a>.</p>
-<p>In case you still have questions regarding the plugin's usage, please 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 href="http://maven.apache.org/guides/development/guide-helping.html" class="externalLink">guide to helping with Maven</a>.</p>
+<p>General instructions on how to use the Shade Plugin can be found on the <a href="./usage.html">usage page</a>. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the <a class="externalLink" href="http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin">plugin's wiki page</a>.</p>
+<p>In case you still have questions regarding the plugin's usage, please 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</h3>
 <p>To provide you with better understanding on some usages of the Shade Plugin, you can take a look into the following examples:</p>
-<ul><li><a href="examples/includes-excludes.html">Selecting Contents for Uber JAR</a></li>
-<li><a href="examples/class-relocation.html">Relocating Classes</a></li>
-<li><a href="examples/attached-artifact.html">Attaching the Shaded Artifact</a></li>
-<li><a href="examples/executable-jar.html">Executable JAR</a></li>
-<li><a href="examples/resource-transformers.html">Resource Transformers</a></li>
+<ul><li><a href="./examples/includes-excludes.html">Selecting Contents for Uber JAR</a></li>
+<li><a href="./examples/class-relocation.html">Relocating Classes</a></li>
+<li><a href="./examples/attached-artifact.html">Attaching the Shaded Artifact</a></li>
+<li><a href="./examples/executable-jar.html">Executable JAR</a></li>
+<li><a href="./examples/resource-transformers.html">Resource Transformers</a></li>
 </ul>
 </div>
 </div>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/integration.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/integration.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/integration.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Continuous Integration</title>
+    <title>Maven Shade plugin - Continuous Integration</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -132,6 +132,8 @@
               
                 
               
+      
+            
             
             
       
@@ -157,6 +159,10 @@
                   <ul>
                   
     <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
               <strong>Continuous Integration</strong>
         </li>
                   
@@ -288,14 +294,14 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>
-This project uses <a href="https://hudson.dev.java.net/" class="externalLink">Hudson</a>.</div>
-<div class="section"><h2>Access</h2>
+        <a name="Overview"></a><div class="section"><h2>Overview</h2>
+This project uses <a class="externalLink" href="https://hudson.dev.java.net/">Hudson</a>.</div>
+<a name="Access"></a><div class="section"><h2>Access</h2>
 <p>The following is a link to the continuous integration system used by the project.</p>
-<div class="source"><pre><a href="http://grid.sonatype.org/ci" class="externalLink">http://grid.sonatype.org/ci</a></pre>
+<div class="source"><pre><a class="externalLink" href="http://grid.sonatype.org/ci">http://grid.sonatype.org/ci</a></pre>
 </div>
 </div>
-<div class="section"><h2>Notifiers</h2>
+<a name="Notifiers"></a><div class="section"><h2>Notifiers</h2>
 <p>Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.</p>
 <table class="bodyTable"><tr class="a"><th>Type</th>
 <th>Address</th>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/issue-tracking.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/issue-tracking.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/issue-tracking.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Issue Tracking</title>
+    <title>Maven Shade plugin - Issue Tracking</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -136,6 +136,8 @@
             
       
             
+      
+            
             
             
       
@@ -157,6 +159,10 @@
                   <ul>
                   
     <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
                     <a href="integration.html">Continuous Integration</a>
           </li>
                   
@@ -288,11 +294,11 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>
-This project uses <a href="http://www.atlassian.com/software/jira" class="externalLink">JIRA</a> a J2EE-based, issue tracking and project management application.</div>
-<div class="section"><h2>Issue Tracking</h2>
+        <a name="Overview"></a><div class="section"><h2>Overview</h2>
+This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</div>
+<a name="Issue_Tracking"></a><div class="section"><h2>Issue Tracking</h2>
 <p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
-<div class="source"><pre><a href="http://jira.codehaus.org/browse/MSHADE" class="externalLink">http://jira.codehaus.org/browse/MSHADE</a></pre>
+<div class="source"><pre><a class="externalLink" href="http://jira.codehaus.org/browse/MSHADE">http://jira.codehaus.org/browse/MSHADE</a></pre>
 </div>
 </div>
 

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/license.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/license.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/license.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Project License</title>
+    <title>Maven Shade plugin - Project License</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -142,6 +142,8 @@
             
       
             
+      
+            
             
             
       
@@ -157,6 +159,10 @@
                   <ul>
                   
     <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
                     <a href="integration.html">Continuous Integration</a>
           </li>
                   
@@ -288,11 +294,11 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>
+        <a name="Overview"></a><div class="section"><h2>Overview</h2>
 <p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p>
 </div>
-<div class="section"><h2>Project License</h2>
-<div class="section"><h3>The Apache Software License, Version 2.0</h3>
+<a name="Project_License"></a><div class="section"><h2>Project License</h2>
+<a name="The_Apache_Software_License_Version_2.0"></a><div class="section"><h3>The Apache Software License, Version 2.0</h3>
 <div class="source"><pre>
                                  Apache License
                            Version 2.0, January 2004

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/mail-lists.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/mail-lists.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/mail-lists.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Project Mailing Lists</title>
+    <title>Maven Shade plugin - Project Mailing Lists</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -138,6 +138,8 @@
             
       
             
+      
+            
             
             
       
@@ -157,6 +159,10 @@
                   <ul>
                   
     <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
                     <a href="integration.html">Continuous Integration</a>
           </li>
                   
@@ -288,7 +294,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Mailing Lists</h2>
+        <a name="Project_Mailing_Lists"></a><div class="section"><h2>Project Mailing Lists</h2>
 <p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
 <table class="bodyTable"><tr class="a"><th>Name</th>
 <th>Subscribe</th>
@@ -298,130 +304,130 @@
 <th>Other Archives</th>
 </tr>
 <tr class="b"><td>Maven User List</td>
-<td><a href="mailto:users-subscribe@maven.apache.org" class="externalLink">Subscribe</a></td>
-<td><a href="mailto:users-unsubscribe@maven.apache.org" class="externalLink">Unsubscribe</a></td>
-<td><a href="mailto:users@maven.apache.org" class="externalLink">Post</a></td>
-<td><a href="http://mail-archives.apache.org/mod_mbox/maven-users" class="externalLink">mail-archives.apache.org</a></td>
-<td><a href="http://www.mail-archive.com/users@maven.apache.org/" class="externalLink">www.mail-archive.com</a></td>
-</tr>
-<tr class="a"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td><a href="http://www.nabble.com/Maven---Users-f178.html" class="externalLink">www.nabble.com</a></td>
-</tr>
-<tr class="b"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td><a href="http://maven.users.markmail.org/" class="externalLink">maven.users.markmail.org</a></td>
+<td><a class="externalLink" href="mailto:users-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:users-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:users@maven.apache.org">Post</a></td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-users">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/users@maven.apache.org/">www.mail-archive.com</a></td>
+</tr>
+<tr class="a"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://www.nabble.com/Maven---Users-f178.html">www.nabble.com</a></td>
+</tr>
+<tr class="b"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://maven.users.markmail.org/">maven.users.markmail.org</a></td>
 </tr>
 <tr class="a"><td>Maven Developer List</td>
-<td><a href="mailto:dev-subscribe@maven.apache.org" class="externalLink">Subscribe</a></td>
-<td><a href="mailto:dev-unsubscribe@maven.apache.org" class="externalLink">Unsubscribe</a></td>
-<td><a href="mailto:dev@maven.apache.org" class="externalLink">Post</a></td>
-<td><a href="http://mail-archives.apache.org/mod_mbox/maven-dev" class="externalLink">mail-archives.apache.org</a></td>
-<td><a href="http://www.mail-archive.com/dev@maven.apache.org/" class="externalLink">www.mail-archive.com</a></td>
-</tr>
-<tr class="b"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td><a href="http://www.nabble.com/Maven-Developers-f179.html" class="externalLink">www.nabble.com</a></td>
-</tr>
-<tr class="a"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td><a href="http://maven.dev.markmail.org/" class="externalLink">maven.dev.markmail.org</a></td>
+<td><a class="externalLink" href="mailto:dev-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:dev-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:dev@maven.apache.org">Post</a></td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-dev">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/dev@maven.apache.org/">www.mail-archive.com</a></td>
+</tr>
+<tr class="b"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://www.nabble.com/Maven-Developers-f179.html">www.nabble.com</a></td>
+</tr>
+<tr class="a"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://maven.dev.markmail.org/">maven.dev.markmail.org</a></td>
 </tr>
 <tr class="b"><td>Maven Issues List</td>
-<td><a href="mailto:issues-subscribe@maven.apache.org" class="externalLink">Subscribe</a></td>
-<td><a href="mailto:issues-unsubscribe@maven.apache.org" class="externalLink">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:issues-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:issues-unsubscribe@maven.apache.org">Unsubscribe</a></td>
 <td>-</td>
-<td><a href="http://mail-archives.apache.org/mod_mbox/maven-issues/" class="externalLink">mail-archives.apache.org</a></td>
-<td><a href="http://www.mail-archive.com/issues@maven.apache.org" class="externalLink">www.mail-archive.com</a></td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-issues/">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/issues@maven.apache.org">www.mail-archive.com</a></td>
 </tr>
-<tr class="a"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td><a href="http://www.nabble.com/Maven---Issues-f15573.html" class="externalLink">www.nabble.com</a></td>
-</tr>
-<tr class="b"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td><a href="http://maven.issues.markmail.org/" class="externalLink">maven.issues.markmail.org</a></td>
+<tr class="a"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://www.nabble.com/Maven---Issues-f15573.html">www.nabble.com</a></td>
+</tr>
+<tr class="b"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://maven.issues.markmail.org/">maven.issues.markmail.org</a></td>
 </tr>
 <tr class="a"><td>Maven Commits List</td>
-<td><a href="mailto:commits-subscribe@maven.apache.org" class="externalLink">Subscribe</a></td>
-<td><a href="mailto:commits-unsubscribe@maven.apache.org" class="externalLink">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:commits-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:commits-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td>-</td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-dev">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/commits@maven.apache.org">www.mail-archive.com</a></td>
+</tr>
+<tr class="b"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
 <td>-</td>
-<td><a href="http://mail-archives.apache.org/mod_mbox/maven-dev" class="externalLink">mail-archives.apache.org</a></td>
-<td><a href="http://www.mail-archive.com/commits@maven.apache.org" class="externalLink">www.mail-archive.com</a></td>
+<td><a class="externalLink" href="http://www.nabble.com/Maven---Commits-f15575.html">www.nabble.com</a></td>
 </tr>
-<tr class="b"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td><a href="http://www.nabble.com/Maven---Commits-f15575.html" class="externalLink">www.nabble.com</a></td>
-</tr>
-<tr class="a"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td><a href="http://maven.commits.markmail.org/" class="externalLink">maven.commits.markmail.org</a></td>
+<tr class="a"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://maven.commits.markmail.org/">maven.commits.markmail.org</a></td>
 </tr>
 <tr class="b"><td>Maven Announcements List</td>
-<td><a href="mailto:announce-subscribe@maven.apache.org" class="externalLink">Subscribe</a></td>
-<td><a href="mailto:announce-unsubscribe@maven.apache.org" class="externalLink">Unsubscribe</a></td>
-<td><a href="mailto:announce@maven.apache.org" class="externalLink">Post</a></td>
-<td><a href="http://mail-archives.apache.org/mod_mbox/maven-announce/" class="externalLink">mail-archives.apache.org</a></td>
-<td><a href="http://www.mail-archive.com/announce@maven.apache.org" class="externalLink">www.mail-archive.com</a></td>
-</tr>
-<tr class="a"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td><a href="http://www.nabble.com/Maven-Announcements-f15617.html" class="externalLink">www.nabble.com</a></td>
-</tr>
-<tr class="b"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td><a href="http://maven.announce.markmail.org/" class="externalLink">maven.announce.markmail.org</a></td>
+<td><a class="externalLink" href="mailto:announce-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:announce-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:announce@maven.apache.org">Post</a></td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-announce/">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/announce@maven.apache.org">www.mail-archive.com</a></td>
+</tr>
+<tr class="a"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://www.nabble.com/Maven-Announcements-f15617.html">www.nabble.com</a></td>
+</tr>
+<tr class="b"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://maven.announce.markmail.org/">maven.announce.markmail.org</a></td>
 </tr>
 <tr class="a"><td>Maven Notifications List</td>
-<td><a href="mailto:notifications-subscribe@maven.apache.org" class="externalLink">Subscribe</a></td>
-<td><a href="mailto:notifications-unsubscribe@maven.apache.org" class="externalLink">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:notifications-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:notifications-unsubscribe@maven.apache.org">Unsubscribe</a></td>
 <td>-</td>
-<td><a href="http://mail-archives.apache.org/mod_mbox/maven-notifications/" class="externalLink">mail-archives.apache.org</a></td>
-<td><a href="http://www.mail-archive.com/notifications@maven.apache.org" class="externalLink">www.mail-archive.com</a></td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/maven-notifications/">mail-archives.apache.org</a></td>
+<td><a class="externalLink" href="http://www.mail-archive.com/notifications@maven.apache.org">www.mail-archive.com</a></td>
 </tr>
-<tr class="b"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td><a href="http://www.nabble.com/Maven---Notifications-f15574.html" class="externalLink">www.nabble.com</a></td>
-</tr>
-<tr class="a"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td><a href="http://maven.notifications.markmail.org/" class="externalLink">maven.notifications.markmail.org</a></td>
+<tr class="b"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://www.nabble.com/Maven---Notifications-f15574.html">www.nabble.com</a></td>
+</tr>
+<tr class="a"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><a class="externalLink" href="http://maven.notifications.markmail.org/">maven.notifications.markmail.org</a></td>
 </tr>
 </table>
 </div>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/plugin-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/plugin-info.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/plugin-info.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Plugin Documentation</title>
+    <title>Maven Shade plugin - Plugin Documentation</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -151,6 +151,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -292,7 +294,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Plugin Documentation</h2>
+        <a name="Plugin_Documentation"></a><div class="section"><h2>Plugin Documentation</h2>
 <p>Goals available for this plugin:</p>
 <table class="bodyTable"><tr class="a"><th>Goal</th>
 <th>Description</th>
@@ -302,7 +304,7 @@
  Call 
 
 <pre>
- mvn shade:help -Ddetail=true -Dgoal=&lt;goal-name&gt;
+  mvn shade:help -Ddetail=true -Dgoal=&lt;goal-name&gt;
 </pre>
 
 to display parameter details.</td>
@@ -311,8 +313,7 @@ to display parameter details.</td>
 <td>Mojo that performs shading delegating to the Shader component.</td>
 </tr>
 </table>
-</div>
-<div class="section"><h2>System Requirements</h2>
+<a name="System_Requirements"></a><div class="section"><h3>System Requirements</h3>
 <p>The following specifies the minimum requirements to run this Maven plugin:</p>
 <table class="bodyTable"><tr class="b"><td>Maven</td>
 <td>2.0.6</td>
@@ -328,7 +329,7 @@ to display parameter details.</td>
 </tr>
 </table>
 </div>
-<div class="section"><h2>Usage</h2>
+<a name="Usage"></a><div class="section"><h3>Usage</h3>
 <p>You should specify the version in your project's plugin configuration:</p>
 <div class="source"><pre>&lt;project&gt;
   ...
@@ -339,7 +340,7 @@ to display parameter details.</td>
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
-          &lt;version&gt;1.2.1&lt;/version&gt;
+          &lt;version&gt;1.2.2&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -349,7 +350,7 @@ to display parameter details.</td>
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-shade-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.2.1&lt;/version&gt;
+        &lt;version&gt;1.2.2&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;
@@ -358,7 +359,8 @@ to display parameter details.</td>
 &lt;/project&gt;
 </pre>
 </div>
-<p>For more information, see <a href="http://maven.apache.org/guides/mini/guide-configuring-plugins.html" class="externalLink">&quot;Guide to Configuring Plug-ins&quot;</a></p>
+<p>For more information, see <a class="externalLink" href="http://maven.apache.org/guides/mini/guide-configuring-plugins.html">&quot;Guide to Configuring Plug-ins&quot;</a></p>
+</div>
 </div>
 
       </div>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/plugin-management.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/plugin-management.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/plugin-management.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Project Plugin Management</title>
+    <title>Maven Shade plugin - Project Plugin Management</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -140,6 +140,8 @@
             
       
             
+      
+            
             
             
       
@@ -157,6 +159,10 @@
                   <ul>
                   
     <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
                     <a href="integration.html">Continuous Integration</a>
           </li>
                   
@@ -288,117 +294,117 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Plugin Management</h2>
+        <a name="Project_Plugin_Management"></a><div class="section"><h2>Project Plugin Management</h2>
 <table class="bodyTable"><tr class="a"><th>GroupId</th>
 <th>ArtifactId</th>
 <th>Version</th>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-antrun-plugin" class="externalLink">maven-antrun-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-antrun-plugin">maven-antrun-plugin</a></td>
 <td>1.3</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-assembly-plugin" class="externalLink">maven-assembly-plugin</a></td>
-<td>2.2-beta-2</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-assembly-plugin">maven-assembly-plugin</a></td>
+<td>2.2-beta-4</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-clean-plugin" class="externalLink">maven-clean-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin">maven-clean-plugin</a></td>
 <td>2.3</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-compiler-plugin" class="externalLink">maven-compiler-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin">maven-compiler-plugin</a></td>
 <td>2.0.2</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-dependency-plugin" class="externalLink">maven-dependency-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin">maven-dependency-plugin</a></td>
 <td>2.0</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-deploy-plugin" class="externalLink">maven-deploy-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin">maven-deploy-plugin</a></td>
 <td>2.4</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-docck-plugin" class="externalLink">maven-docck-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-docck-plugin">maven-docck-plugin</a></td>
 <td>1.0</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-ear-plugin" class="externalLink">maven-ear-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-ear-plugin">maven-ear-plugin</a></td>
 <td>2.3.1</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-ejb-plugin" class="externalLink">maven-ejb-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-ejb-plugin">maven-ejb-plugin</a></td>
 <td>2.1</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-enforcer-plugin/" class="externalLink">maven-enforcer-plugin</a></td>
-<td>1.0-alpha-4</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-enforcer-plugin/">maven-enforcer-plugin</a></td>
+<td>1.0-beta-1</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-gpg-plugin" class="externalLink">maven-gpg-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-gpg-plugin">maven-gpg-plugin</a></td>
 <td>1.0-alpha-4</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-install-plugin" class="externalLink">maven-install-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin">maven-install-plugin</a></td>
 <td>2.2</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-invoker-plugin" class="externalLink">maven-invoker-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-invoker-plugin">maven-invoker-plugin</a></td>
 <td>1.3</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-jar-plugin" class="externalLink">maven-jar-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin">maven-jar-plugin</a></td>
 <td>2.2</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-javadoc-plugin" class="externalLink">maven-javadoc-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin">maven-javadoc-plugin</a></td>
 <td>2.5</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-plugin-plugin" class="externalLink">maven-plugin-plugin</a></td>
-<td>2.4.3</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin">maven-plugin-plugin</a></td>
+<td>2.5</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-rar-plugin" class="externalLink">maven-rar-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-rar-plugin">maven-rar-plugin</a></td>
 <td>2.2</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-release-plugin/" class="externalLink">maven-release-plugin</a></td>
-<td>2.0-beta-8</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/">maven-release-plugin</a></td>
+<td>2.0-beta-9</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-remote-resources-plugin" class="externalLink">maven-remote-resources-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin">maven-remote-resources-plugin</a></td>
 <td>1.0</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-resources-plugin" class="externalLink">maven-resources-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin">maven-resources-plugin</a></td>
 <td>2.3</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-scm-plugin" class="externalLink">maven-scm-plugin</a></td>
-<td>1.1</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-plugin">maven-scm-plugin</a></td>
+<td>1.2</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-site-plugin" class="externalLink">maven-site-plugin</a></td>
-<td>2.0-beta-7</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin">maven-site-plugin</a></td>
+<td>2.0</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-source-plugin" class="externalLink">maven-source-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-source-plugin">maven-source-plugin</a></td>
 <td>2.0.4</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/surefire/maven-surefire-plugin" class="externalLink">maven-surefire-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
 <td>2.4.3</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-war-plugin" class="externalLink">maven-war-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-war-plugin">maven-war-plugin</a></td>
 <td>2.1-alpha-2</td>
 </tr>
 <tr class="a"><td>org.codehaus.modello</td>
-<td><a href="http://modello.codehaus.org/modello-maven-plugin" class="externalLink">modello-maven-plugin</a></td>
-<td>1.0-alpha-22</td>
+<td><a class="externalLink" href="http://modello.codehaus.org/modello-maven-plugin">modello-maven-plugin</a></td>
+<td>1.0.1</td>
 </tr>
 <tr class="b"><td>org.codehaus.mojo</td>
-<td><a href="http://mojo.codehaus.org/clirr-maven-plugin" class="externalLink">clirr-maven-plugin</a></td>
+<td><a class="externalLink" href="http://mojo.codehaus.org/clirr-maven-plugin">clirr-maven-plugin</a></td>
 <td>2.2.2</td>
 </tr>
 <tr class="a"><td>org.codehaus.plexus</td>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/plugins.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/plugins.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/plugins.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Project Build Plugins</title>
+    <title>Maven Shade plugin - Project Build Plugins</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -144,6 +144,8 @@
             
       
             
+      
+            
             
             
       
@@ -157,6 +159,10 @@
                   <ul>
                   
     <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
                     <a href="integration.html">Continuous Integration</a>
           </li>
                   
@@ -288,25 +294,25 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Build Plugins</h2>
+        <a name="Project_Build_Plugins"></a><div class="section"><h2>Project Build Plugins</h2>
 <table class="bodyTable"><tr class="a"><th>GroupId</th>
 <th>ArtifactId</th>
 <th>Version</th>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-enforcer-plugin/" class="externalLink">maven-enforcer-plugin</a></td>
-<td>1.0-alpha-4</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-enforcer-plugin/">maven-enforcer-plugin</a></td>
+<td>1.0-beta-1</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-plugin-plugin" class="externalLink">maven-plugin-plugin</a></td>
-<td>2.4.3</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin">maven-plugin-plugin</a></td>
+<td>2.5.1</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-remote-resources-plugin" class="externalLink">maven-remote-resources-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin">maven-remote-resources-plugin</a></td>
 <td>1.0</td>
 </tr>
 <tr class="a"><td>org.codehaus.mojo</td>
-<td><a href="http://mojo.codehaus.org/cobertura-maven-plugin" class="externalLink">cobertura-maven-plugin</a></td>
+<td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin">cobertura-maven-plugin</a></td>
 <td>2.2</td>
 </tr>
 <tr class="b"><td>org.codehaus.plexus</td>
@@ -315,46 +321,46 @@
 </tr>
 </table>
 </div>
-<div class="section"><h2>Project Report Plugins</h2>
+<a name="Project_Report_Plugins"></a><div class="section"><h2>Project Report Plugins</h2>
 <table class="bodyTable"><tr class="a"><th>GroupId</th>
 <th>ArtifactId</th>
 <th>Version</th>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-checkstyle-plugin" class="externalLink">maven-checkstyle-plugin</a></td>
-<td>2.2</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin">maven-checkstyle-plugin</a></td>
+<td>2.3</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-javadoc-plugin" class="externalLink">maven-javadoc-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin">maven-javadoc-plugin</a></td>
 <td>2.5</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/jxr/maven-jxr-plugin" class="externalLink">maven-jxr-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/jxr/maven-jxr-plugin">maven-jxr-plugin</a></td>
 <td>2.1</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-plugin-plugin" class="externalLink">maven-plugin-plugin</a></td>
-<td>2.4.3</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin">maven-plugin-plugin</a></td>
+<td>2.5.1</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-pmd-plugin" class="externalLink">maven-pmd-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin">maven-pmd-plugin</a></td>
 <td>2.4</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-project-info-reports-plugin" class="externalLink">maven-project-info-reports-plugin</a></td>
-<td>2.1</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin">maven-project-info-reports-plugin</a></td>
+<td>2.1.2</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/surefire/maven-surefire-report-plugin" class="externalLink">maven-surefire-report-plugin</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-report-plugin">maven-surefire-report-plugin</a></td>
 <td>2.4.3</td>
 </tr>
 <tr class="a"><td>org.codehaus.mojo</td>
-<td><a href="http://mojo.codehaus.org/cobertura-maven-plugin" class="externalLink">cobertura-maven-plugin</a></td>
-<td>2.2</td>
+<td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin">cobertura-maven-plugin</a></td>
+<td>2.3</td>
 </tr>
 <tr class="b"><td>org.codehaus.mojo</td>
-<td><a href="http://mojo.codehaus.org/taglist-maven-plugin" class="externalLink">taglist-maven-plugin</a></td>
-<td>2.2</td>
+<td><a class="externalLink" href="http://mojo.codehaus.org/taglist-maven-plugin">taglist-maven-plugin</a></td>
+<td>2.4</td>
 </tr>
 </table>
 </div>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/pmd.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/pmd.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/pmd.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - PMD Results</title>
+    <title>Maven Shade plugin - PMD Results</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -151,6 +151,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -293,7 +295,7 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2>PMD Results</h2>
-<p>The following document contains the results of <a href="http://pmd.sourceforge.net/" class="externalLink">PMD</a> 4.2.2.</p>
+<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</h2>
 <div class="section"><h3>org/apache/maven/plugins/shade/pom/MavenJDOMWriter.java</h3>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/project-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/project-info.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/project-info.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Project Information</title>
+    <title>Maven Shade plugin - Project Information</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -151,12 +151,18 @@
       
             
       
+            
+      
               
             <li class="expanded">
               <strong>Project Information</strong>
                 <ul>
                   
     <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
                     <a href="integration.html">Continuous Integration</a>
           </li>
                   
@@ -289,39 +295,42 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2>Project Information</h2>
-<p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org" class="externalLink">Maven</a> on behalf of the project.</p>
+<p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p>
 <div class="section"><h3>Overview</h3>
 <table class="bodyTable"><tr class="a"><th>Document</th>
 <th>Description</th>
 </tr>
-<tr class="b"><td><a href="integration.html">Continuous Integration</a></td>
+<tr class="b"><td><a href="index.html">About</a></td>
+<td>Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes.</td>
+</tr>
+<tr class="a"><td><a href="integration.html">Continuous Integration</a></td>
 <td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td>
 </tr>
-<tr class="a"><td><a href="dependencies.html">Dependencies</a></td>
+<tr class="b"><td><a href="dependencies.html">Dependencies</a></td>
 <td>This document lists the project's dependencies and provides information on each dependency.</td>
 </tr>
-<tr class="b"><td><a href="issue-tracking.html">Issue Tracking</a></td>
+<tr class="a"><td><a href="issue-tracking.html">Issue Tracking</a></td>
 <td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td>
 </tr>
-<tr class="a"><td><a href="mail-lists.html">Mailing Lists</a></td>
+<tr class="b"><td><a href="mail-lists.html">Mailing Lists</a></td>
 <td>This document provides subscription and archive information for this project's mailing lists.</td>
 </tr>
-<tr class="b"><td><a href="plugin-management.html">Plugin Management</a></td>
+<tr class="a"><td><a href="plugin-management.html">Plugin Management</a></td>
 <td>This document lists the plugins that are defined through pluginManagement.</td>
 </tr>
-<tr class="a"><td><a href="license.html">Project License</a></td>
+<tr class="b"><td><a href="license.html">Project License</a></td>
 <td>This is a link to the definitions of project licenses.</td>
 </tr>
-<tr class="b"><td><a href="plugins.html">Project Plugins</a></td>
+<tr class="a"><td><a href="plugins.html">Project Plugins</a></td>
 <td>This document lists the build plugins and the report plugins used by this project.</td>
 </tr>
-<tr class="a"><td><a href="project-summary.html">Project Summary</a></td>
+<tr class="b"><td><a href="project-summary.html">Project Summary</a></td>
 <td>This document lists other related information of this project</td>
 </tr>
-<tr class="b"><td><a href="team-list.html">Project Team</a></td>
+<tr class="a"><td><a href="team-list.html">Project Team</a></td>
 <td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td>
 </tr>
-<tr class="a"><td><a href="source-repository.html">Source Repository</a></td>
+<tr class="b"><td><a href="source-repository.html">Source Repository</a></td>
 <td>This is a link to the online source repository that can be viewed via a web browser.</td>
 </tr>
 </table>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/project-reports.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/project-reports.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/project-reports.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Generated Reports</title>
+    <title>Maven Shade plugin - Generated Reports</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -151,6 +151,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -293,7 +295,7 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2>Generated Reports</h2>
-<p>This document provides an overview of the various reports that are automatically generated by <a href="http://maven.apache.org" class="externalLink">Maven</a> Each report is briefly described below.</p>
+<p>This document provides an overview of the various reports that are automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> . Each report is briefly described below.</p>
 <div class="section"><h3>Overview</h3>
 <table class="bodyTable"><tr class="a"><th>Document</th>
 <th>Description</th>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/project-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/project-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/project-summary.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Project Summary</title>
+    <title>Maven Shade plugin - Project Summary</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -146,6 +146,8 @@
             
       
             
+      
+            
             
             
       
@@ -157,6 +159,10 @@
                   <ul>
                   
     <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
                     <a href="integration.html">Continuous Integration</a>
           </li>
                   
@@ -288,8 +294,8 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Summary</h2>
-<div class="section"><h3>Project Information</h3>
+        <a name="Project_Summary"></a><div class="section"><h2>Project Summary</h2>
+<a name="Project_Information"></a><div class="section"><h3>Project Information</h3>
 <table class="bodyTable"><tr class="a"><th>Field</th>
 <th>Value</th>
 </tr>
@@ -304,7 +310,7 @@
 </tr>
 </table>
 </div>
-<div class="section"><h3>Project Organization</h3>
+<a name="Project_Organization"></a><div class="section"><h3>Project Organization</h3>
 <table class="bodyTable"><tr class="a"><th>Field</th>
 <th>Value</th>
 </tr>
@@ -312,11 +318,11 @@
 <td>The Apache Software Foundation</td>
 </tr>
 <tr class="a"><td>URL</td>
-<td><a href="http://www.apache.org/" class="externalLink">http://www.apache.org/</a></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</h3>
+<a name="Build_Information"></a><div class="section"><h3>Build Information</h3>
 <table class="bodyTable"><tr class="b"><th>Field</th>
 <th>Value</th>
 </tr>
@@ -327,7 +333,7 @@
 <td>maven-shade-plugin</td>
 </tr>
 <tr class="a"><td>Version</td>
-<td>1.2.1</td>
+<td>1.2.2</td>
 </tr>
 <tr class="b"><td>Type</td>
 <td>maven-plugin</td>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/shade-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/shade-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/shade-mojo.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - shade:shade</title>
+    <title>Maven Shade plugin - shade:shade</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -151,6 +151,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -248,7 +250,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="shade:shade"></a>shade:shade</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-shade-plugin:1.2.1:shade</p>
+<p>org.apache.maven.plugins:maven-shade-plugin:1.2.2:shade</p>
 <p><strong>Description</strong>:</p>
 <div>Mojo that performs shading delegating to the Shader component.</div><p><strong>Attributes</strong>:</p>
 <ul><li>Requires a Maven 2.0 project to be executed.</li>
@@ -300,7 +302,11 @@ excluded.<br />
 <tr class="b"><td><strong><a href="#finalName">finalName</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The name of the shaded artifactId<br />
+<td>The name of the shaded artifactId. If you like to change the name
+of the native artifact, you may use the
+&lt;build&gt;&lt;finalName&gt; setting. If this is set to something
+different than &lt;build&gt;&lt;finalName&gt;, no file replacement
+will be performed, even if shadedArtifactAttached is being used.<br />
 </td>
 </tr>
 <tr class="a"><td><strong><a href="#keepDependenciesWithProvidedScope">keepDependenciesWithProvidedScope</a></strong></td>
@@ -409,7 +415,11 @@ excluded.</div><ul><li><strong>Type</str
 </ul>
 <hr />
 <p><strong><a name="finalName">finalName</a>:</strong></p>
-<div>The name of the shaded artifactId</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<div>The name of the shaded artifactId. If you like to change the name
+of the native artifact, you may use the
+&lt;build&gt;&lt;finalName&gt; setting. If this is set to something
+different than &lt;build&gt;&lt;finalName&gt;, no file replacement
+will be performed, even if shadedArtifactAttached is being used.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${finalName}</code></li>
 </ul>

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/source-repository.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/source-repository.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/source-repository.html Tue May  8 13:20:21 2012
@@ -12,16 +12,16 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Shade Plugin - Source Repository</title>
+    <title>Maven Shade plugin - Source Repository</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
-<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
 <script type="text/javascript">_uacct = "UA-140879-1";
         urchinTracker();</script>
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-04-13
-              &nbsp;| Version: 1.2.1
+             Last Published: 2009-11-22
+              &nbsp;| Version: 1.2.2
             </div>
       <div class="clear">
         <hr/>
@@ -150,6 +150,8 @@
             
       
             
+      
+            
             
               
             <li class="expanded">
@@ -157,6 +159,10 @@
                   <ul>
                   
     <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
                     <a href="integration.html">Continuous Integration</a>
           </li>
                   
@@ -288,32 +294,32 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>
-This project uses <a href="http://subversion.tigris.org/" class="externalLink">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/" class="externalLink">http://svnbook.red-bean.com/</a>.</div>
-<div class="section"><h2>Web Access</h2>
+        <a name="Overview"></a><div class="section"><h2>Overview</h2>
+This project uses <a class="externalLink" href="http://subversion.tigris.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>.</div>
+<a name="Web_Access"></a><div class="section"><h2>Web Access</h2>
 <p>The following is a link to the online source repository.</p>
-<div class="source"><pre><a href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-1.2.1" class="externalLink">http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-1.2.1</a></pre>
+<div class="source"><pre><a class="externalLink" href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-1.2.2">http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-1.2.2</a></pre>
 </div>
 </div>
-<div class="section"><h2>Anonymous access</h2>
+<a name="Anonymous_access"></a><div class="section"><h2>Anonymous access</h2>
 <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-shade-plugin-1.2.1 maven-shade-plugin</pre>
+<div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.2.2 maven-shade-plugin</pre>
 </div>
 </div>
-<div class="section"><h2>Developer access</h2>
+<a name="Developer_access"></a><div class="section"><h2>Developer access</h2>
 <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-shade-plugin-1.2.1 maven-shade-plugin</pre>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.2.2 maven-shade-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</h2>
+<a name="Access_from_behind_a_firewall"></a><div class="section"><h2>Access from behind a firewall</h2>
 <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-shade-plugin-1.2.1 maven-shade-plugin</pre>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.2.2 maven-shade-plugin</pre>
 </div>
 </div>
-<div class="section"><h2>Access through a proxy</h2>
+<a name="Access_through_a_proxy"></a><div class="section"><h2>Access through a proxy</h2>
 <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 configuration directory and template files to be created.</p>
 <p>Example: Edit the 'servers' file and add something like:</p>