You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by kr...@apache.org on 2014/12/13 09:56:36 UTC

svn commit: r932559 [6/43] - in /websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/assembly/ apidocs/org/apache/maven/plugin/assembly/archive/ apidocs/org/apache/maven/plugin/as...

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/AssemblyReader.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/AssemblyReader.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/AssemblyReader.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AssemblyReader (Apache Maven Assembly Plugin 2.5.2 API)
+AssemblyReader (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.io.AssemblyReader interface">
@@ -14,7 +14,7 @@ AssemblyReader (Apache Maven Assembly Pl
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="AssemblyReader (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="AssemblyReader (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/DefaultAssemblyReader.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/DefaultAssemblyReader.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/DefaultAssemblyReader.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-DefaultAssemblyReader (Apache Maven Assembly Plugin 2.5.2 API)
+DefaultAssemblyReader (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.io.DefaultAssemblyReader class">
@@ -14,7 +14,7 @@ DefaultAssemblyReader (Apache Maven Asse
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DefaultAssemblyReader (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="DefaultAssemblyReader (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -105,7 +105,7 @@ Class DefaultAssemblyReader</H2>
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: DefaultAssemblyReader.java 1639422 2014-11-13 18:08:07Z krosenvold $</DD>
+  <DD>$Id: DefaultAssemblyReader.java 1644916 2014-12-12 14:57:54Z krosenvold $</DD>
 </DL>
 <HR>
 
@@ -181,9 +181,10 @@ Class DefaultAssemblyReader</H2>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugin/assembly/io/DefaultAssemblyReader.html#mergeComponentsWithMainAssembly(org.apache.maven.plugin.assembly.model.Assembly, java.io.File, org.apache.maven.plugin.assembly.AssemblerConfigurationSource)">mergeComponentsWithMainAssembly</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A>&nbsp;assembly,
+<TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugin/assembly/io/DefaultAssemblyReader.html#mergeComponentsWithMainAssembly(org.apache.maven.plugin.assembly.model.Assembly, java.io.File, org.apache.maven.plugin.assembly.AssemblerConfigurationSource, org.apache.maven.plugin.assembly.model.io.xpp3.ComponentXpp3Reader.ContentTransformer)">mergeComponentsWithMainAssembly</A></B>(<A HREF="../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A>&nbsp;assembly,
                                 <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;assemblyDir,
-                                <A HREF="../../../../../../org/apache/maven/plugin/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugin.assembly">AssemblerConfigurationSource</A>&nbsp;configSource)</CODE>
+                                <A HREF="../../../../../../org/apache/maven/plugin/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugin.assembly">AssemblerConfigurationSource</A>&nbsp;configSource,
+                                <A HREF="../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/ComponentXpp3Reader.ContentTransformer.html" title="interface in org.apache.maven.plugin.assembly.model.io.xpp3">ComponentXpp3Reader.ContentTransformer</A>&nbsp;transformer)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the contents of all included components to main assembly</TD>
@@ -207,7 +208,7 @@ Class DefaultAssemblyReader</H2>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;<A HREF="../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A></CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../../org/apache/maven/plugin/assembly/io/DefaultAssemblyReader.html#readAssembly(java.io.Reader, java.lang.String, java.io.File, org.apache.maven.plugin.assembly.AssemblerConfigurationSource)">readAssembly</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Reader.html" title="class or interface in java.io">Reader</A>&nbsp;reader,
              <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;locationDescription,
              <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;assemblyDir,
@@ -327,12 +328,12 @@ public <A HREF="../../../../../../org/ap
 <A NAME="readAssembly(java.io.Reader, java.lang.String, java.io.File, org.apache.maven.plugin.assembly.AssemblerConfigurationSource)"><!-- --></A><H3>
 readAssembly</H3>
 <PRE>
-protected <A HREF="../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A> <B>readAssembly</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Reader.html" title="class or interface in java.io">Reader</A>&nbsp;reader,
-                                <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;locationDescription,
-                                <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;assemblyDir,
-                                <A HREF="../../../../../../org/apache/maven/plugin/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugin.assembly">AssemblerConfigurationSource</A>&nbsp;configSource)
-                         throws <A HREF="../../../../../../org/apache/maven/plugin/assembly/io/AssemblyReadException.html" title="class in org.apache.maven.plugin.assembly.io">AssemblyReadException</A>,
-                                <A HREF="../../../../../../org/apache/maven/plugin/assembly/InvalidAssemblerConfigurationException.html" title="class in org.apache.maven.plugin.assembly">InvalidAssemblerConfigurationException</A></PRE>
+public <A HREF="../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A> <B>readAssembly</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Reader.html" title="class or interface in java.io">Reader</A>&nbsp;reader,
+                             <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;locationDescription,
+                             <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;assemblyDir,
+                             <A HREF="../../../../../../org/apache/maven/plugin/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugin.assembly">AssemblerConfigurationSource</A>&nbsp;configSource)
+                      throws <A HREF="../../../../../../org/apache/maven/plugin/assembly/io/AssemblyReadException.html" title="class in org.apache.maven.plugin.assembly.io">AssemblyReadException</A>,
+                             <A HREF="../../../../../../org/apache/maven/plugin/assembly/InvalidAssemblerConfigurationException.html" title="class in org.apache.maven.plugin.assembly">InvalidAssemblerConfigurationException</A></PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -360,12 +361,13 @@ public static <A HREF="http://plexus.cod
 </DL>
 <HR>
 
-<A NAME="mergeComponentsWithMainAssembly(org.apache.maven.plugin.assembly.model.Assembly, java.io.File, org.apache.maven.plugin.assembly.AssemblerConfigurationSource)"><!-- --></A><H3>
+<A NAME="mergeComponentsWithMainAssembly(org.apache.maven.plugin.assembly.model.Assembly, java.io.File, org.apache.maven.plugin.assembly.AssemblerConfigurationSource, org.apache.maven.plugin.assembly.model.io.xpp3.ComponentXpp3Reader.ContentTransformer)"><!-- --></A><H3>
 mergeComponentsWithMainAssembly</H3>
 <PRE>
 protected void <B>mergeComponentsWithMainAssembly</B>(<A HREF="../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A>&nbsp;assembly,
                                                <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;assemblyDir,
-                                               <A HREF="../../../../../../org/apache/maven/plugin/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugin.assembly">AssemblerConfigurationSource</A>&nbsp;configSource)
+                                               <A HREF="../../../../../../org/apache/maven/plugin/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugin.assembly">AssemblerConfigurationSource</A>&nbsp;configSource,
+                                               <A HREF="../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/ComponentXpp3Reader.ContentTransformer.html" title="interface in org.apache.maven.plugin.assembly.model.io.xpp3">ComponentXpp3Reader.ContentTransformer</A>&nbsp;transformer)
                                         throws <A HREF="../../../../../../org/apache/maven/plugin/assembly/io/AssemblyReadException.html" title="class in org.apache.maven.plugin.assembly.io">AssemblyReadException</A></PRE>
 <DL>
 <DD>Add the contents of all included components to main assembly
@@ -374,7 +376,7 @@ protected void <B>mergeComponentsWithMai
 </DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>assembly</CODE> - The assembly<DD><CODE>assemblyDir</CODE> - The assembly directory
+<DT><B>Parameters:</B><DD><CODE>assembly</CODE> - The assembly<DD><CODE>assemblyDir</CODE> - The assembly directory<DD><CODE>transformer</CODE> - The component interpolator
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../../org/apache/maven/plugin/assembly/io/AssemblyReadException.html" title="class in org.apache.maven.plugin.assembly.io">AssemblyReadException</A></CODE> - .</DL>
 </DD>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/class-use/AssemblyReadException.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/class-use/AssemblyReadException.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/class-use/AssemblyReadException.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.io.AssemblyReadException (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.io.AssemblyReadException (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.io.AssemblyReadException (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.io.AssemblyReadException (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -145,9 +145,10 @@ Uses of <A HREF="../../../../../../../or
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>DefaultAssemblyReader.</B><B><A HREF="../../../../../../../org/apache/maven/plugin/assembly/io/DefaultAssemblyReader.html#mergeComponentsWithMainAssembly(org.apache.maven.plugin.assembly.model.Assembly, java.io.File, org.apache.maven.plugin.assembly.AssemblerConfigurationSource)">mergeComponentsWithMainAssembly</A></B>(<A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A>&nbsp;assembly,
+<TD><CODE><B>DefaultAssemblyReader.</B><B><A HREF="../../../../../../../org/apache/maven/plugin/assembly/io/DefaultAssemblyReader.html#mergeComponentsWithMainAssembly(org.apache.maven.plugin.assembly.model.Assembly, java.io.File, org.apache.maven.plugin.assembly.AssemblerConfigurationSource, org.apache.maven.plugin.assembly.model.io.xpp3.ComponentXpp3Reader.ContentTransformer)">mergeComponentsWithMainAssembly</A></B>(<A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A>&nbsp;assembly,
                                 <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;assemblyDir,
-                                <A HREF="../../../../../../../org/apache/maven/plugin/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugin.assembly">AssemblerConfigurationSource</A>&nbsp;configSource)</CODE>
+                                <A HREF="../../../../../../../org/apache/maven/plugin/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugin.assembly">AssemblerConfigurationSource</A>&nbsp;configSource,
+                                <A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/ComponentXpp3Reader.ContentTransformer.html" title="interface in org.apache.maven.plugin.assembly.model.io.xpp3">ComponentXpp3Reader.ContentTransformer</A>&nbsp;transformer)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the contents of all included components to main assembly</TD>
@@ -170,7 +171,7 @@ Uses of <A HREF="../../../../../../../or
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;<A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A></CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A></CODE></FONT></TD>
 <TD><CODE><B>DefaultAssemblyReader.</B><B><A HREF="../../../../../../../org/apache/maven/plugin/assembly/io/DefaultAssemblyReader.html#readAssembly(java.io.Reader, java.lang.String, java.io.File, org.apache.maven.plugin.assembly.AssemblerConfigurationSource)">readAssembly</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Reader.html" title="class or interface in java.io">Reader</A>&nbsp;reader,
              <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;locationDescription,
              <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;assemblyDir,

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/class-use/AssemblyReader.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/class-use/AssemblyReader.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/class-use/AssemblyReader.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Interface org.apache.maven.plugin.assembly.io.AssemblyReader (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Interface org.apache.maven.plugin.assembly.io.AssemblyReader (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Interface org.apache.maven.plugi
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Interface org.apache.maven.plugin.assembly.io.AssemblyReader (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Interface org.apache.maven.plugin.assembly.io.AssemblyReader (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/class-use/DefaultAssemblyReader.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/class-use/DefaultAssemblyReader.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/class-use/DefaultAssemblyReader.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.io.DefaultAssemblyReader (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.io.DefaultAssemblyReader (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.io.DefaultAssemblyReader (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.io.DefaultAssemblyReader (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/package-frame.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.assembly.io (Apache Maven Assembly Plugin 2.5.2 API)
+org.apache.maven.plugin.assembly.io (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.io package">

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/package-summary.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.assembly.io (Apache Maven Assembly Plugin 2.5.2 API)
+org.apache.maven.plugin.assembly.io (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.io package">
@@ -14,7 +14,7 @@ org.apache.maven.plugin.assembly.io (Apa
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugin.assembly.io (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="org.apache.maven.plugin.assembly.io (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/package-tree.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/package-tree.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/package-tree.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.plugin.assembly.io Class Hierarchy (Apache Maven Assembly Plugin 2.5.2 API)
+org.apache.maven.plugin.assembly.io Class Hierarchy (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ org.apache.maven.plugin.assembly.io Clas
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.plugin.assembly.io Class Hierarchy (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="org.apache.maven.plugin.assembly.io Class Hierarchy (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/package-use.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/package-use.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/io/package-use.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.plugin.assembly.io (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Package org.apache.maven.plugin.assembly.io (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Package org.apache.maven.plugin.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.plugin.assembly.io (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Package org.apache.maven.plugin.assembly.io (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/Assemblies.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/Assemblies.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/Assemblies.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Assemblies (Apache Maven Assembly Plugin 2.5.2 API)
+Assemblies (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.Assemblies class">
@@ -14,7 +14,7 @@ Assemblies (Apache Maven Assembly Plugin
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Assemblies (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Assemblies (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/Assembly.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/Assembly.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/Assembly.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Assembly (Apache Maven Assembly Plugin 2.5.2 API)
+Assembly (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.Assembly class">
@@ -14,7 +14,7 @@ Assembly (Apache Maven Assembly Plugin 2
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Assembly (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Assembly (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/Component.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/Component.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/Component.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Component (Apache Maven Assembly Plugin 2.5.2 API)
+Component (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.Component class">
@@ -14,7 +14,7 @@ Component (Apache Maven Assembly Plugin
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Component (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Component (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/ContainerDescriptorHandlerConfig.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/ContainerDescriptorHandlerConfig.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/ContainerDescriptorHandlerConfig.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ContainerDescriptorHandlerConfig (Apache Maven Assembly Plugin 2.5.2 API)
+ContainerDescriptorHandlerConfig (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.ContainerDescriptorHandlerConfig class">
@@ -14,7 +14,7 @@ ContainerDescriptorHandlerConfig (Apache
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ContainerDescriptorHandlerConfig (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="ContainerDescriptorHandlerConfig (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/DependencySet.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/DependencySet.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/DependencySet.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-DependencySet (Apache Maven Assembly Plugin 2.5.2 API)
+DependencySet (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.DependencySet class">
@@ -14,7 +14,7 @@ DependencySet (Apache Maven Assembly Plu
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DependencySet (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="DependencySet (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/FileItem.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/FileItem.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/FileItem.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-FileItem (Apache Maven Assembly Plugin 2.5.2 API)
+FileItem (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.FileItem class">
@@ -14,7 +14,7 @@ FileItem (Apache Maven Assembly Plugin 2
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="FileItem (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="FileItem (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/FileSet.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/FileSet.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/FileSet.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-FileSet (Apache Maven Assembly Plugin 2.5.2 API)
+FileSet (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.FileSet class">
@@ -14,7 +14,7 @@ FileSet (Apache Maven Assembly Plugin 2.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="FileSet (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="FileSet (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/GroupVersionAlignment.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/GroupVersionAlignment.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/GroupVersionAlignment.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-GroupVersionAlignment (Apache Maven Assembly Plugin 2.5.2 API)
+GroupVersionAlignment (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.GroupVersionAlignment class">
@@ -14,7 +14,7 @@ GroupVersionAlignment (Apache Maven Asse
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="GroupVersionAlignment (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="GroupVersionAlignment (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/ModuleBinaries.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/ModuleBinaries.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/ModuleBinaries.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ModuleBinaries (Apache Maven Assembly Plugin 2.5.2 API)
+ModuleBinaries (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.ModuleBinaries class">
@@ -14,7 +14,7 @@ ModuleBinaries (Apache Maven Assembly Pl
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ModuleBinaries (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="ModuleBinaries (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/ModuleSet.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/ModuleSet.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/ModuleSet.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ModuleSet (Apache Maven Assembly Plugin 2.5.2 API)
+ModuleSet (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.ModuleSet class">
@@ -14,7 +14,7 @@ ModuleSet (Apache Maven Assembly Plugin
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ModuleSet (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="ModuleSet (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/ModuleSources.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/ModuleSources.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/ModuleSources.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ModuleSources (Apache Maven Assembly Plugin 2.5.2 API)
+ModuleSources (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.ModuleSources class">
@@ -14,7 +14,7 @@ ModuleSources (Apache Maven Assembly Plu
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ModuleSources (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="ModuleSources (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/Repository.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/Repository.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/Repository.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Repository (Apache Maven Assembly Plugin 2.5.2 API)
+Repository (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.Repository class">
@@ -14,7 +14,7 @@ Repository (Apache Maven Assembly Plugin
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Repository (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Repository (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/UnpackOptions.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/UnpackOptions.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/UnpackOptions.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-UnpackOptions (Apache Maven Assembly Plugin 2.5.2 API)
+UnpackOptions (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.UnpackOptions class">
@@ -14,7 +14,7 @@ UnpackOptions (Apache Maven Assembly Plu
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="UnpackOptions (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="UnpackOptions (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/Assemblies.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/Assemblies.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/Assemblies.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.model.Assemblies (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.model.Assemblies (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.Assemblies (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.Assemblies (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/Assembly.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/Assembly.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/Assembly.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.model.Assembly (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.model.Assembly (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.Assembly (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.Assembly (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -98,10 +98,6 @@ Packages that use <A HREF="../../../../.
 <TD>&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><A HREF="#org.apache.maven.plugin.assembly.interpolation"><B>org.apache.maven.plugin.assembly.interpolation</B></A></TD>
-<TD>&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><A HREF="#org.apache.maven.plugin.assembly.io"><B>org.apache.maven.plugin.assembly.io</B></A></TD>
 <TD>&nbsp;&nbsp;</TD>
 </TR>
@@ -301,53 +297,6 @@ Uses of <A HREF="../../../../../../../or
 </TABLE>
 &nbsp;
 <P>
-<A NAME="org.apache.maven.plugin.assembly.interpolation"><!-- --></A>
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-Uses of <A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A> in <A HREF="../../../../../../../org/apache/maven/plugin/assembly/interpolation/package-summary.html">org.apache.maven.plugin.assembly.interpolation</A></FONT></TH>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/apache/maven/plugin/assembly/interpolation/package-summary.html">org.apache.maven.plugin.assembly.interpolation</A> that return <A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A></CODE></FONT></TD>
-<TD><CODE><B>AssemblyInterpolator.</B><B><A HREF="../../../../../../../org/apache/maven/plugin/assembly/interpolation/AssemblyInterpolator.html#interpolate(org.apache.maven.plugin.assembly.model.Assembly, org.apache.maven.project.MavenProject, org.apache.maven.plugin.assembly.AssemblerConfigurationSource, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator)">interpolate</A></B>(<A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A>&nbsp;assembly,
-            <A HREF="http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html" title="class or interface in org.apache.maven.project">MavenProject</A>&nbsp;project,
-            <A HREF="../../../../../../../org/apache/maven/plugin/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugin.assembly">AssemblerConfigurationSource</A>&nbsp;configSource,
-            <A HREF="http://plexus.codehaus.org/plexus-components/plexus-interpolation/apidocs/org/codehaus/plexus/interpolation/fixed.FixedStringSearchInterpolator.html" title="class or interface in org.codehaus.plexus.interpolation">org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator</A>&nbsp;projectInterpolator)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
-
-<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/apache/maven/plugin/assembly/interpolation/package-summary.html">org.apache.maven.plugin.assembly.interpolation</A> with parameters of type <A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A></FONT></TH>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A></CODE></FONT></TD>
-<TD><CODE><B>AssemblyInterpolator.</B><B><A HREF="../../../../../../../org/apache/maven/plugin/assembly/interpolation/AssemblyInterpolator.html#interpolate(org.apache.maven.plugin.assembly.model.Assembly, org.apache.maven.project.MavenProject, org.apache.maven.plugin.assembly.AssemblerConfigurationSource, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator)">interpolate</A></B>(<A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A>&nbsp;assembly,
-            <A HREF="http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html" title="class or interface in org.apache.maven.project">MavenProject</A>&nbsp;project,
-            <A HREF="../../../../../../../org/apache/maven/plugin/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugin.assembly">AssemblerConfigurationSource</A>&nbsp;configSource,
-            <A HREF="http://plexus.codehaus.org/plexus-components/plexus-interpolation/apidocs/org/codehaus/plexus/interpolation/fixed.FixedStringSearchInterpolator.html" title="class or interface in org.codehaus.plexus.interpolation">org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator</A>&nbsp;projectInterpolator)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-</TABLE>
-&nbsp;
-<P>
 <A NAME="org.apache.maven.plugin.assembly.io"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
@@ -400,7 +349,7 @@ Uses of <A HREF="../../../../../../../or
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;<A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A></CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A></CODE></FONT></TD>
 <TD><CODE><B>DefaultAssemblyReader.</B><B><A HREF="../../../../../../../org/apache/maven/plugin/assembly/io/DefaultAssemblyReader.html#readAssembly(java.io.Reader, java.lang.String, java.io.File, org.apache.maven.plugin.assembly.AssemblerConfigurationSource)">readAssembly</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Reader.html" title="class or interface in java.io">Reader</A>&nbsp;reader,
              <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;locationDescription,
              <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;assemblyDir,
@@ -462,9 +411,10 @@ Uses of <A HREF="../../../../../../../or
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;void</CODE></FONT></TD>
-<TD><CODE><B>DefaultAssemblyReader.</B><B><A HREF="../../../../../../../org/apache/maven/plugin/assembly/io/DefaultAssemblyReader.html#mergeComponentsWithMainAssembly(org.apache.maven.plugin.assembly.model.Assembly, java.io.File, org.apache.maven.plugin.assembly.AssemblerConfigurationSource)">mergeComponentsWithMainAssembly</A></B>(<A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A>&nbsp;assembly,
+<TD><CODE><B>DefaultAssemblyReader.</B><B><A HREF="../../../../../../../org/apache/maven/plugin/assembly/io/DefaultAssemblyReader.html#mergeComponentsWithMainAssembly(org.apache.maven.plugin.assembly.model.Assembly, java.io.File, org.apache.maven.plugin.assembly.AssemblerConfigurationSource, org.apache.maven.plugin.assembly.model.io.xpp3.ComponentXpp3Reader.ContentTransformer)">mergeComponentsWithMainAssembly</A></B>(<A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/Assembly.html" title="class in org.apache.maven.plugin.assembly.model">Assembly</A>&nbsp;assembly,
                                 <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;assemblyDir,
-                                <A HREF="../../../../../../../org/apache/maven/plugin/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugin.assembly">AssemblerConfigurationSource</A>&nbsp;configSource)</CODE>
+                                <A HREF="../../../../../../../org/apache/maven/plugin/assembly/AssemblerConfigurationSource.html" title="interface in org.apache.maven.plugin.assembly">AssemblerConfigurationSource</A>&nbsp;configSource,
+                                <A HREF="../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/ComponentXpp3Reader.ContentTransformer.html" title="interface in org.apache.maven.plugin.assembly.model.io.xpp3">ComponentXpp3Reader.ContentTransformer</A>&nbsp;transformer)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the contents of all included components to main assembly</TD>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/Component.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/Component.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/Component.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.model.Component (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.model.Component (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.Component (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.Component (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/ContainerDescriptorHandlerConfig.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/ContainerDescriptorHandlerConfig.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/ContainerDescriptorHandlerConfig.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.model.ContainerDescriptorHandlerConfig (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.model.ContainerDescriptorHandlerConfig (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.ContainerDescriptorHandlerConfig (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.ContainerDescriptorHandlerConfig (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/DependencySet.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/DependencySet.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/DependencySet.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.model.DependencySet (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.model.DependencySet (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.DependencySet (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.DependencySet (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/FileItem.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/FileItem.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/FileItem.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.model.FileItem (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.model.FileItem (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.FileItem (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.FileItem (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/FileSet.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/FileSet.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/FileSet.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.model.FileSet (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.model.FileSet (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.FileSet (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.FileSet (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/GroupVersionAlignment.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/GroupVersionAlignment.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/GroupVersionAlignment.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.model.GroupVersionAlignment (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.model.GroupVersionAlignment (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.GroupVersionAlignment (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.GroupVersionAlignment (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/ModuleBinaries.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/ModuleBinaries.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/ModuleBinaries.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.model.ModuleBinaries (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.model.ModuleBinaries (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.ModuleBinaries (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.ModuleBinaries (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/ModuleSet.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/ModuleSet.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/ModuleSet.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.model.ModuleSet (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.model.ModuleSet (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.ModuleSet (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.ModuleSet (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/ModuleSources.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/ModuleSources.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/ModuleSources.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.model.ModuleSources (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.model.ModuleSources (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.ModuleSources (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.ModuleSources (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/Repository.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/Repository.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/Repository.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.model.Repository (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.model.Repository (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.Repository (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.Repository (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/UnpackOptions.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/UnpackOptions.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/class-use/UnpackOptions.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.plugin.assembly.model.UnpackOptions (Apache Maven Assembly Plugin 2.5.2 API)
+Uses of Class org.apache.maven.plugin.assembly.model.UnpackOptions (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.plugin.as
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.UnpackOptions (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="Uses of Class org.apache.maven.plugin.assembly.model.UnpackOptions (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>

Added: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.ContentTransformer.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.ContentTransformer.html (added)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.ContentTransformer.html Sat Dec 13 08:56:32 2014
@@ -0,0 +1,212 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+AssemblyXpp3Reader.ContentTransformer (Apache Maven Assembly Plugin 2.5.3 API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.io.xpp3.AssemblyXpp3Reader.ContentTransformer interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="AssemblyXpp3Reader.ContentTransformer (Apache Maven Assembly Plugin 2.5.3 API)";
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/AssemblyXpp3Reader.ContentTransformer.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.html" title="class in org.apache.maven.plugin.assembly.model.io.xpp3"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Writer.html" title="class in org.apache.maven.plugin.assembly.model.io.xpp3"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../../../index.html?org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.ContentTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="AssemblyXpp3Reader.ContentTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.apache.maven.plugin.assembly.model.io.xpp3</FONT>
+<BR>
+Interface AssemblyXpp3Reader.ContentTransformer</H2>
+<DL>
+<DT><B>Enclosing class:</B><DD><A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.html" title="class in org.apache.maven.plugin.assembly.model.io.xpp3">AssemblyXpp3Reader</A></DD>
+</DL>
+<HR>
+<DL>
+<DT><PRE>public static interface <B>AssemblyXpp3Reader.ContentTransformer</B></DL>
+</PRE>
+
+<P>
+<HR>
+
+<P>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.ContentTransformer.html#transform(java.lang.String, java.lang.String)">transform</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;source,
+          <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;fieldName)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Interpolate the value read from the xpp3 document</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="transform(java.lang.String, java.lang.String)"><!-- --></A><H3>
+transform</H3>
+<PRE>
+<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>transform</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;source,
+                 <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;fieldName)</PRE>
+<DL>
+<DD>Interpolate the value read from the xpp3 document
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>source</CODE> - The source value<DD><CODE>fieldName</CODE> - A description of the field being interpolated. The implementation may use this to
+                           log stuff.
+<DT><B>Returns:</B><DD>The interpolated value.</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/AssemblyXpp3Reader.ContentTransformer.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.html" title="class in org.apache.maven.plugin.assembly.model.io.xpp3"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Writer.html" title="class in org.apache.maven.plugin.assembly.model.io.xpp3"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../../../index.html?org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.ContentTransformer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="AssemblyXpp3Reader.ContentTransformer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+</BODY>
+</HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.html (original)
+++ websites/production/maven/content/plugins-archives/maven-assembly-plugin-LATEST/apidocs/org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.html Sat Dec 13 08:56:32 2014
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AssemblyXpp3Reader (Apache Maven Assembly Plugin 2.5.2 API)
+AssemblyXpp3Reader (Apache Maven Assembly Plugin 2.5.3 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.assembly.model.io.xpp3.AssemblyXpp3Reader class">
@@ -14,7 +14,7 @@ AssemblyXpp3Reader (Apache Maven Assembl
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="AssemblyXpp3Reader (Apache Maven Assembly Plugin 2.5.2 API)";
+    parent.document.title="AssemblyXpp3Reader (Apache Maven Assembly Plugin 2.5.3 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -53,7 +53,7 @@ function windowTitle()
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Writer.html" title="class in org.apache.maven.plugin.assembly.model.io.xpp3"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.ContentTransformer.html" title="interface in org.apache.maven.plugin.assembly.model.io.xpp3"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../../../../index.html?org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AssemblyXpp3Reader.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
@@ -73,9 +73,9 @@ function windowTitle()
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>
 </TABLE>
 <A NAME="skip-navbar_top"></A>
@@ -109,7 +109,41 @@ Class AssemblyXpp3Reader.
 <HR>
 
 <P>
+<!-- ======== NESTED CLASS SUMMARY ======== -->
 
+<A NAME="nested_class_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Nested Class Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;interface</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.ContentTransformer.html" title="interface in org.apache.maven.plugin.assembly.model.io.xpp3">AssemblyXpp3Reader.ContentTransformer</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.ContentTransformer.html" title="interface in org.apache.maven.plugin.assembly.model.io.xpp3">AssemblyXpp3Reader.ContentTransformer</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.html#contentTransformer">contentTransformer</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Field contentTransformer.</TD>
+</TR>
+</TABLE>
+&nbsp;
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
 <A NAME="constructor_summary"><!-- --></A>
@@ -124,6 +158,12 @@ Class AssemblyXpp3Reader.
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.html#AssemblyXpp3Reader(org.apache.maven.plugin.assembly.model.io.xpp3.AssemblyXpp3Reader.ContentTransformer)">AssemblyXpp3Reader</A></B>(<A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.ContentTransformer.html" title="interface in org.apache.maven.plugin.assembly.model.io.xpp3">AssemblyXpp3Reader.ContentTransformer</A>&nbsp;contentTransformer)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
 </TABLE>
 &nbsp;
 <!-- ========== METHOD SUMMARY =========== -->
@@ -197,6 +237,27 @@ Class AssemblyXpp3Reader.
 &nbsp;
 <P>
 
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="contentTransformer"><!-- --></A><H3>
+contentTransformer</H3>
+<PRE>
+public final <A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.ContentTransformer.html" title="interface in org.apache.maven.plugin.assembly.model.io.xpp3">AssemblyXpp3Reader.ContentTransformer</A> <B>contentTransformer</B></PRE>
+<DL>
+<DD>Field contentTransformer.
+<P>
+<DL>
+</DL>
+</DL>
+
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 
 <A NAME="constructor_detail"><!-- --></A>
@@ -213,6 +274,14 @@ AssemblyXpp3Reader</H3>
 public <B>AssemblyXpp3Reader</B>()</PRE>
 <DL>
 </DL>
+<HR>
+
+<A NAME="AssemblyXpp3Reader(org.apache.maven.plugin.assembly.model.io.xpp3.AssemblyXpp3Reader.ContentTransformer)"><!-- --></A><H3>
+AssemblyXpp3Reader</H3>
+<PRE>
+public <B>AssemblyXpp3Reader</B>(<A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.ContentTransformer.html" title="interface in org.apache.maven.plugin.assembly.model.io.xpp3">AssemblyXpp3Reader.ContentTransformer</A>&nbsp;contentTransformer)</PRE>
+<DL>
+</DL>
 
 <!-- ============ METHOD DETAIL ========== -->
 
@@ -355,7 +424,7 @@ public void <B>setAddDefaultEntities</B>
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Writer.html" title="class in org.apache.maven.plugin.assembly.model.io.xpp3"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../../../../../org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.ContentTransformer.html" title="interface in org.apache.maven.plugin.assembly.model.io.xpp3"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../../../../index.html?org/apache/maven/plugin/assembly/model/io/xpp3/AssemblyXpp3Reader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AssemblyXpp3Reader.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
@@ -375,9 +444,9 @@ public void <B>setAddDefaultEntities</B>
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>
 </TABLE>
 <A NAME="skip-navbar_bottom"></A>