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:48:19 UTC

svn commit: r816646 [3/41] - 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/filte...

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/ShadeMojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/ShadeMojo.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/ShadeMojo.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:34 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:07 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ShadeMojo (Maven Shade Plugin 1.5 API)
+ShadeMojo (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ ShadeMojo (Maven Shade Plugin 1.5 API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ShadeMojo (Maven Shade Plugin 1.5 API)";
+        parent.document.title="ShadeMojo (Maven Shade Plugin 1.6 API)";
     }
 }
 </SCRIPT>
@@ -98,11 +98,11 @@ Class ShadeMojo</H2>
       <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.maven.plugins.shade.mojo.ShadeMojo</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</A>, <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</A></DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</A>, <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</A>, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</DD>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>ShadeMojo</B><DT>extends <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">AbstractMojo</A></DL>
+<DT><PRE>public class <B>ShadeMojo</B><DT>extends <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">AbstractMojo</A><DT>implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</DL>
 </PRE>
 
 <P>
@@ -195,6 +195,14 @@ Mojo that performs shading delegating to
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/mojo/ShadeMojo.html#contextualize(org.codehaus.plexus.context.Context)">contextualize</A></B>(org.codehaus.plexus.context.Context&nbsp;context)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugins/shade/mojo/ShadeMojo.html#execute()">execute</A></B>()</CODE>
 
 <BR>
@@ -316,6 +324,23 @@ public <B>ShadeMojo</B>()</PRE>
 </TR>
 </TABLE>
 
+<A NAME="contextualize(org.codehaus.plexus.context.Context)"><!-- --></A><H3>
+contextualize</H3>
+<PRE>
+public void <B>contextualize</B>(org.codehaus.plexus.context.Context&nbsp;context)
+                   throws org.codehaus.plexus.context.ContextException</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE>contextualize</CODE> in interface <CODE>org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</CODE></DL>
+</DD>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE>org.codehaus.plexus.context.ContextException</CODE></DL>
+</DD>
+</DL>
+<HR>
+
 <A NAME="execute()"><!-- --></A><H3>
 execute</H3>
 <PRE>
@@ -323,6 +348,9 @@ public void <B>execute</B>()
              throws <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</A></PRE>
 <DL>
 <DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#execute()" title="class or interface in org.apache.maven.plugin">execute</A></CODE> in interface <CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</A></CODE></DL>
+</DD>
+<DD><DL>
 
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</A></CODE></DL>
@@ -339,6 +367,9 @@ public boolean <B>updateExcludesInDeps</
                              throws <A HREF="http://maven.apache.org/shared/maven-dependency-tree/apidocs/org/apache/maven/shared/dependency/tree/DependencyTreeBuilderException.html?is-external=true" title="class or interface in org.apache.maven.shared.dependency.tree">DependencyTreeBuilderException</A></PRE>
 <DL>
 <DD><DL>
+</DL>
+</DD>
+<DD><DL>
 
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://maven.apache.org/shared/maven-dependency-tree/apidocs/org/apache/maven/shared/dependency/tree/DependencyTreeBuilderException.html?is-external=true" title="class or interface in org.apache.maven.shared.dependency.tree">DependencyTreeBuilderException</A></CODE></DL>
@@ -405,6 +436,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ArchiveFilter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ArchiveFilter.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ArchiveFilter.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.mojo.ArchiveFilter (Maven Shade Plugin 1.5 API)
+Uses of Class org.apache.maven.plugins.shade.mojo.ArchiveFilter (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.maven.plugins.s
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.ArchiveFilter (Maven Shade Plugin 1.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.ArchiveFilter (Maven Shade Plugin 1.6 API)";
     }
 }
 </SCRIPT>
@@ -140,6 +140,6 @@ No usage of org.apache.maven.plugins.sha
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ArtifactSet.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ArtifactSet.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ArtifactSet.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.mojo.ArtifactSet (Maven Shade Plugin 1.5 API)
+Uses of Class org.apache.maven.plugins.shade.mojo.ArtifactSet (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.maven.plugins.s
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.ArtifactSet (Maven Shade Plugin 1.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.ArtifactSet (Maven Shade Plugin 1.6 API)";
     }
 }
 </SCRIPT>
@@ -140,6 +140,6 @@ No usage of org.apache.maven.plugins.sha
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/HelpMojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/HelpMojo.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/HelpMojo.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.mojo.HelpMojo (Maven Shade Plugin 1.5 API)
+Uses of Class org.apache.maven.plugins.shade.mojo.HelpMojo (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.maven.plugins.s
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.HelpMojo (Maven Shade Plugin 1.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.HelpMojo (Maven Shade Plugin 1.6 API)";
     }
 }
 </SCRIPT>
@@ -140,6 +140,6 @@ No usage of org.apache.maven.plugins.sha
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/PackageRelocation.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/PackageRelocation.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/PackageRelocation.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.mojo.PackageRelocation (Maven Shade Plugin 1.5 API)
+Uses of Class org.apache.maven.plugins.shade.mojo.PackageRelocation (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.maven.plugins.s
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.PackageRelocation (Maven Shade Plugin 1.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.PackageRelocation (Maven Shade Plugin 1.6 API)";
     }
 }
 </SCRIPT>
@@ -140,6 +140,6 @@ No usage of org.apache.maven.plugins.sha
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ShadeMojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ShadeMojo.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/class-use/ShadeMojo.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugins.shade.mojo.ShadeMojo (Maven Shade Plugin 1.5 API)
+Uses of Class org.apache.maven.plugins.shade.mojo.ShadeMojo (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.maven.plugins.s
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.ShadeMojo (Maven Shade Plugin 1.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugins.shade.mojo.ShadeMojo (Maven Shade Plugin 1.6 API)";
     }
 }
 </SCRIPT>
@@ -140,6 +140,6 @@ No usage of org.apache.maven.plugins.sha
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-frame.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.5 API)
+org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-summary.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.5 API)
+org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ org.apache.maven.plugins.shade.mojo (Mav
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.5 API)";
+        parent.document.title="org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.6 API)";
     }
 }
 </SCRIPT>
@@ -99,7 +99,7 @@ Package org.apache.maven.plugins.shade.m
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/maven/plugins/shade/mojo/HelpMojo.html" title="class in org.apache.maven.plugins.shade.mojo">HelpMojo</A></B></TD>
-<TD>Display help information on maven-shade-plugin.<br/> Call</TD>
+<TD>Display help information on maven-shade-plugin.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/maven/plugins/shade/mojo/PackageRelocation.html" title="class in org.apache.maven.plugins.shade.mojo">PackageRelocation</A></B></TD>
@@ -169,6 +169,6 @@ Package org.apache.maven.plugins.shade.m
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-tree.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-tree.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-tree.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade.mojo Class Hierarchy (Maven Shade Plugin 1.5 API)
+org.apache.maven.plugins.shade.mojo Class Hierarchy (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ org.apache.maven.plugins.shade.mojo Clas
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugins.shade.mojo Class Hierarchy (Maven Shade Plugin 1.5 API)";
+        parent.document.title="org.apache.maven.plugins.shade.mojo Class Hierarchy (Maven Shade Plugin 1.6 API)";
     }
 }
 </SCRIPT>
@@ -95,7 +95,8 @@ Class Hierarchy
 <LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
 <LI TYPE="circle">org.apache.maven.plugin.<A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin"><B>AbstractMojo</B></A> (implements org.apache.maven.plugin.<A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</A>, org.apache.maven.plugin.<A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</A>)
 <UL>
-<LI TYPE="circle">org.apache.maven.plugins.shade.mojo.<A HREF="../../../../../../org/apache/maven/plugins/shade/mojo/HelpMojo.html" title="class in org.apache.maven.plugins.shade.mojo"><B>HelpMojo</B></A><LI TYPE="circle">org.apache.maven.plugins.shade.mojo.<A HREF="../../../../../../org/apache/maven/plugins/shade/mojo/ShadeMojo.html" title="class in org.apache.maven.plugins.shade.mojo"><B>ShadeMojo</B></A></UL>
+<LI TYPE="circle">org.apache.maven.plugins.shade.mojo.<A HREF="../../../../../../org/apache/maven/plugins/shade/mojo/HelpMojo.html" title="class in org.apache.maven.plugins.shade.mojo"><B>HelpMojo</B></A><LI TYPE="circle">org.apache.maven.plugins.shade.mojo.<A HREF="../../../../../../org/apache/maven/plugins/shade/mojo/ShadeMojo.html" title="class in org.apache.maven.plugins.shade.mojo"><B>ShadeMojo</B></A> (implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable)
+</UL>
 <LI TYPE="circle">org.apache.maven.plugins.shade.mojo.<A HREF="../../../../../../org/apache/maven/plugins/shade/mojo/ArchiveFilter.html" title="class in org.apache.maven.plugins.shade.mojo"><B>ArchiveFilter</B></A><LI TYPE="circle">org.apache.maven.plugins.shade.mojo.<A HREF="../../../../../../org/apache/maven/plugins/shade/mojo/ArtifactSet.html" title="class in org.apache.maven.plugins.shade.mojo"><B>ArtifactSet</B></A><LI TYPE="circle">org.apache.maven.plugins.shade.mojo.<A HREF="../../../../../../org/apache/maven/plugins/shade/mojo/PackageRelocation.html" title="class in org.apache.maven.plugins.shade.mojo"><B>PackageRelocation</B></A></UL>
 </UL>
 <HR>
@@ -152,6 +153,6 @@ Class Hierarchy
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-use.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-use.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/mojo/package-use.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.5 API)
+Uses of Package org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Package org.apache.maven.plugins
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.5 API)";
+        parent.document.title="Uses of Package org.apache.maven.plugins.shade.mojo (Maven Shade Plugin 1.6 API)";
     }
 }
 </SCRIPT>
@@ -140,6 +140,6 @@ No usage of org.apache.maven.plugins.sha
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-frame.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade (Maven Shade Plugin 1.5 API)
+org.apache.maven.plugins.shade (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-summary.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade (Maven Shade Plugin 1.5 API)
+org.apache.maven.plugins.shade (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ org.apache.maven.plugins.shade (Maven Sh
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugins.shade (Maven Shade Plugin 1.5 API)";
+        parent.document.title="org.apache.maven.plugins.shade (Maven Shade Plugin 1.6 API)";
     }
 }
 </SCRIPT>
@@ -175,6 +175,6 @@ Package org.apache.maven.plugins.shade
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-tree.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-tree.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-tree.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugins.shade Class Hierarchy (Maven Shade Plugin 1.5 API)
+org.apache.maven.plugins.shade Class Hierarchy (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ org.apache.maven.plugins.shade Class Hie
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugins.shade Class Hierarchy (Maven Shade Plugin 1.5 API)";
+        parent.document.title="org.apache.maven.plugins.shade Class Hierarchy (Maven Shade Plugin 1.6 API)";
     }
 }
 </SCRIPT>
@@ -158,6 +158,6 @@ Interface Hierarchy
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-use.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-use.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/package-use.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:35 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugins.shade (Maven Shade Plugin 1.5 API)
+Uses of Package org.apache.maven.plugins.shade (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Package org.apache.maven.plugins
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.plugins.shade (Maven Shade Plugin 1.5 API)";
+        parent.document.title="Uses of Package org.apache.maven.plugins.shade (Maven Shade Plugin 1.6 API)";
     }
 }
 </SCRIPT>
@@ -166,6 +166,6 @@ Classes in <A HREF="../../../../../org/a
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/MavenJDOMWriter.Counter.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/MavenJDOMWriter.Counter.html (original)
+++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/pom/MavenJDOMWriter.Counter.html Tue May  8 13:48:12 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_26) on Fri Oct 28 19:53:34 EDT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_29) on Thu Mar 15 09:18:08 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-MavenJDOMWriter.Counter (Maven Shade Plugin 1.5 API)
+MavenJDOMWriter.Counter (Maven Shade Plugin 1.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2011-10-28">
+<META NAME="date" CONTENT="2012-03-15">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ MavenJDOMWriter.Counter (Maven Shade Plu
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MavenJDOMWriter.Counter (Maven Shade Plugin 1.5 API)";
+        parent.document.title="MavenJDOMWriter.Counter (Maven Shade Plugin 1.6 API)";
     }
 }
 </SCRIPT>
@@ -303,6 +303,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
 </HTML>
\ No newline at end of file