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 ti...@apache.org on 2015/06/17 01:06:37 UTC

svn commit: r955072 [3/40] - in /websites/production/maven/components/shared-archives/maven-shared-utils-LATEST: ./ apidocs/ apidocs/org/apache/maven/shared/utils/ apidocs/org/apache/maven/shared/utils/class-use/ apidocs/org/apache/maven/shared/utils/c...

Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/WriterStreamConsumer.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/WriterStreamConsumer.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/WriterStreamConsumer.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.shared.utils.cli.WriterStreamConsumer (Apache Maven Shared Utils 0.7 API)
+Uses of Class org.apache.maven.shared.utils.cli.WriterStreamConsumer (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.shared.ut
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.WriterStreamConsumer (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.WriterStreamConsumer (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.shared.util
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaTool.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaTool.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaTool.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AbstractJavaTool (Apache Maven Shared Utils 0.7 API)
+AbstractJavaTool (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool class">
@@ -14,7 +14,7 @@ AbstractJavaTool (Apache Maven Shared Ut
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="AbstractJavaTool (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="AbstractJavaTool (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -94,6 +94,8 @@ Class AbstractJavaTool&lt;Request extend
       <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool&lt;Request&gt;</B>
 </PRE>
 <DL>
+<DT><DT><B>Type Parameters:</B><DD><CODE>Request</CODE> - </DL>
+<DL>
 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/JavaTool.html" title="interface in org.apache.maven.shared.utils.cli.javatool">JavaTool</A>&lt;Request&gt;, org.codehaus.plexus.logging.LogEnabled</DD>
 </DL>
 <HR>
@@ -341,7 +343,8 @@ public <A HREF="../../../../../../../org
  If could not create the java tool invocation, a <A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/JavaToolException.html" title="class in org.apache.maven.shared.utils.cli.javatool"><CODE>JavaToolException</CODE></A> will be thrown.
  <p/>
  If execution fails, then the result will have a none-zero <A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html#getExitCode()"><CODE>JavaToolResult.getExitCode()</CODE></A> and his
- <A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html#getExecutionException()"><CODE>JavaToolResult.getExecutionException()</CODE></A> will be filled with the error, otherwise the exist code will be zero.
+ <A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html#getExecutionException()"><CODE>JavaToolResult.getExecutionException()</CODE></A> will be filled with the error, otherwise the exist code will be
+ zero.
 <P>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/JavaTool.html#execute(Request)">execute</A></CODE> in interface <CODE><A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/JavaTool.html" title="interface in org.apache.maven.shared.utils.cli.javatool">JavaTool</A>&lt;<A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/AbstractJavaTool.html" title="type parameter in AbstractJavaTool">Request</A> extends <A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html" title="interface in org.apache.maven.shared.utils.cli.javatool">JavaToolRequest</A>&gt;</CODE></DL>
@@ -499,6 +502,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaToolRequest.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaToolRequest.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaToolRequest.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AbstractJavaToolRequest (Apache Maven Shared Utils 0.7 API)
+AbstractJavaToolRequest (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest class">
@@ -14,7 +14,7 @@ AbstractJavaToolRequest (Apache Maven Sh
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="AbstractJavaToolRequest (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="AbstractJavaToolRequest (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -342,6 +342,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaTool.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaTool.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaTool.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-JavaTool (Apache Maven Shared Utils 0.7 API)
+JavaTool (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.javatool.JavaTool interface">
@@ -14,7 +14,7 @@ JavaTool (Apache Maven Shared Utils 0.7
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="JavaTool (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="JavaTool (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -89,6 +89,8 @@ org.apache.maven.shared.utils.cli.javato
 <BR>
 Interface JavaTool&lt;Request extends <A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html" title="interface in org.apache.maven.shared.utils.cli.javatool">JavaToolRequest</A>&gt;</H2>
 <DL>
+<DT><DT><B>Type Parameters:</B><DD><CODE>Request</CODE> - </DL>
+<DL>
 <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/AbstractJavaTool.html" title="class in org.apache.maven.shared.utils.cli.javatool">AbstractJavaTool</A></DD>
 </DL>
 <HR>
@@ -204,7 +206,8 @@ execute</H3>
  If could not create the java tool invocation, a <A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/JavaToolException.html" title="class in org.apache.maven.shared.utils.cli.javatool"><CODE>JavaToolException</CODE></A> will be thrown.
  <p/>
  If execution fails, then the result will have a none-zero <A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html#getExitCode()"><CODE>JavaToolResult.getExitCode()</CODE></A> and his
- <A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html#getExecutionException()"><CODE>JavaToolResult.getExecutionException()</CODE></A> will be filled with the error, otherwise the exist code will be zero.
+ <A HREF="../../../../../../../org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html#getExecutionException()"><CODE>JavaToolResult.getExecutionException()</CODE></A> will be filled with the error, otherwise the exist code will be
+ zero.
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>request</CODE> - the request to perform
@@ -274,6 +277,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolException.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolException.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolException.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-JavaToolException (Apache Maven Shared Utils 0.7 API)
+JavaToolException (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.javatool.JavaToolException class">
@@ -14,7 +14,7 @@ JavaToolException (Apache Maven Shared U
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="JavaToolException (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="JavaToolException (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -103,7 +103,8 @@ Class JavaToolException</H2>
 </PRE>
 
 <P>
-Signals an error during the construction of the command line used to invoke java tool, e.g. illegal invocation arguments.
+Signals an error during the construction of the command line used to invoke java tool, e.g. illegal invocation
+ arguments.
  <p/>
  This should not be confused with a failure of the invoked java tool build itself which will be reported by means of a
  non-zero exit code.
@@ -262,6 +263,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-JavaToolRequest (Apache Maven Shared Utils 0.7 API)
+JavaToolRequest (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.javatool.JavaToolRequest interface">
@@ -14,7 +14,7 @@ JavaToolRequest (Apache Maven Shared Uti
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="JavaToolRequest (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="JavaToolRequest (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -284,6 +284,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-JavaToolResult (Apache Maven Shared Utils 0.7 API)
+JavaToolResult (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.javatool.JavaToolResult class">
@@ -14,7 +14,7 @@ JavaToolResult (Apache Maven Shared Util
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="JavaToolResult (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="JavaToolResult (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -366,6 +366,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaTool.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaTool.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaTool.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool (Apache Maven Shared Utils 0.7 API)
+Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.shared.ut
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.shared.util
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaToolRequest.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaToolRequest.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaToolRequest.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest (Apache Maven Shared Utils 0.7 API)
+Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.shared.ut
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.shared.util
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaTool.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaTool.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaTool.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaTool (Apache Maven Shared Utils 0.7 API)
+Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaTool (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Interface org.apache.maven.share
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaTool (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaTool (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -171,6 +171,6 @@ Uses of <A HREF="../../../../../../../..
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolException.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolException.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolException.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolException (Apache Maven Shared Utils 0.7 API)
+Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolException (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.shared.ut
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolException (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolException (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -188,6 +188,6 @@ Uses of <A HREF="../../../../../../../..
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolRequest.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolRequest.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolRequest.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest (Apache Maven Shared Utils 0.7 API)
+Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Interface org.apache.maven.share
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -195,6 +195,6 @@ Uses of <A HREF="../../../../../../../..
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolResult.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolResult.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolResult.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolResult (Apache Maven Shared Utils 0.7 API)
+Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolResult (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.shared.ut
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolResult (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolResult (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -196,6 +196,6 @@ Uses of <A HREF="../../../../../../../..
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-frame.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-frame.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-frame.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.7 API)
+org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.javatool package">

Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-summary.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-summary.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-summary.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.7 API)
+org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.javatool package">
@@ -14,7 +14,7 @@ org.apache.maven.shared.utils.cli.javato
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -189,6 +189,6 @@ Package org.apache.maven.shared.utils.cl
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-tree.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-tree.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-tree.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.shared.utils.cli.javatool Class Hierarchy (Apache Maven Shared Utils 0.7 API)
+org.apache.maven.shared.utils.cli.javatool Class Hierarchy (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ org.apache.maven.shared.utils.cli.javato
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.shared.utils.cli.javatool Class Hierarchy (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="org.apache.maven.shared.utils.cli.javatool Class Hierarchy (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -159,6 +159,6 @@ Interface Hierarchy
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-use.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-use.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-use.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.7 API)
+Uses of Package org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Package org.apache.maven.shared.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Package org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -179,6 +179,6 @@ Classes in <A HREF="../../../../../../..
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-frame.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-frame.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-frame.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.7 API)
+org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli package">

Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-summary.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-summary.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-summary.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.7 API)
+org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli package">
@@ -14,7 +14,7 @@ org.apache.maven.shared.utils.cli (Apach
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -222,6 +222,6 @@ Package org.apache.maven.shared.utils.cl
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-tree.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-tree.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-tree.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.shared.utils.cli Class Hierarchy (Apache Maven Shared Utils 0.7 API)
+org.apache.maven.shared.utils.cli Class Hierarchy (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ org.apache.maven.shared.utils.cli Class
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.shared.utils.cli Class Hierarchy (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="org.apache.maven.shared.utils.cli Class Hierarchy (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -166,6 +166,6 @@ Interface Hierarchy
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-use.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-use.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-use.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.7 API)
+Uses of Package org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Package org.apache.maven.shared.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Package org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -224,6 +224,6 @@ Classes in <A HREF="../../../../../../or
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/BourneShell.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/BourneShell.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/BourneShell.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-BourneShell (Apache Maven Shared Utils 0.7 API)
+BourneShell (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.shell.BourneShell class">
@@ -14,7 +14,7 @@ BourneShell (Apache Maven Shared Utils 0
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="BourneShell (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="BourneShell (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -358,6 +358,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/CmdShell.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/CmdShell.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/CmdShell.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CmdShell (Apache Maven Shared Utils 0.7 API)
+CmdShell (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.shell.CmdShell class">
@@ -14,7 +14,7 @@ CmdShell (Apache Maven Shared Utils 0.7
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CmdShell (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="CmdShell (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -312,6 +312,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/CommandShell.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/CommandShell.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/CommandShell.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CommandShell (Apache Maven Shared Utils 0.7 API)
+CommandShell (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.shell.CommandShell class">
@@ -14,7 +14,7 @@ CommandShell (Apache Maven Shared Utils
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CommandShell (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="CommandShell (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -239,6 +239,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/Shell.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/Shell.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/Shell.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Shell (Apache Maven Shared Utils 0.7 API)
+Shell (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.shell.Shell class">
@@ -14,7 +14,7 @@ Shell (Apache Maven Shared Utils 0.7 API
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Shell (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Shell (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -478,6 +478,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/class-use/BourneShell.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/class-use/BourneShell.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/class-use/BourneShell.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.shared.utils.cli.shell.BourneShell (Apache Maven Shared Utils 0.7 API)
+Uses of Class org.apache.maven.shared.utils.cli.shell.BourneShell (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.shared.ut
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.shell.BourneShell (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.shell.BourneShell (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.shared.util
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/class-use/CmdShell.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/class-use/CmdShell.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/class-use/CmdShell.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.shared.utils.cli.shell.CmdShell (Apache Maven Shared Utils 0.7 API)
+Uses of Class org.apache.maven.shared.utils.cli.shell.CmdShell (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.shared.ut
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.shell.CmdShell (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.shell.CmdShell (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.shared.util
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/class-use/CommandShell.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/class-use/CommandShell.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/class-use/CommandShell.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.shared.utils.cli.shell.CommandShell (Apache Maven Shared Utils 0.7 API)
+Uses of Class org.apache.maven.shared.utils.cli.shell.CommandShell (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.shared.ut
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.shell.CommandShell (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.shell.CommandShell (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.shared.util
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/class-use/Shell.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/class-use/Shell.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/class-use/Shell.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.shared.utils.cli.shell.Shell (Apache Maven Shared Utils 0.7 API)
+Uses of Class org.apache.maven.shared.utils.cli.shell.Shell (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.shared.ut
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.shell.Shell (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.shell.Shell (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -232,6 +232,6 @@ Uses of <A HREF="../../../../../../../..
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/package-frame.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/package-frame.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/package-frame.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 0.7 API)
+org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.shell package">

Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/package-summary.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/package-summary.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/package-summary.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 0.7 API)
+org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.cli.shell package">
@@ -14,7 +14,7 @@ org.apache.maven.shared.utils.cli.shell
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -169,6 +169,6 @@ Package org.apache.maven.shared.utils.cl
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/package-tree.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/package-tree.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/package-tree.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.shared.utils.cli.shell Class Hierarchy (Apache Maven Shared Utils 0.7 API)
+org.apache.maven.shared.utils.cli.shell Class Hierarchy (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ org.apache.maven.shared.utils.cli.shell
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.shared.utils.cli.shell Class Hierarchy (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="org.apache.maven.shared.utils.cli.shell Class Hierarchy (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -147,6 +147,6 @@ Class Hierarchy
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/package-use.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/package-use.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/shell/package-use.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 0.7 API)
+Uses of Package org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Package org.apache.maven.shared.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Package org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -192,6 +192,6 @@ Classes in <A HREF="../../../../../../..
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/ClassMap.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/ClassMap.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/ClassMap.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ClassMap (Apache Maven Shared Utils 0.7 API)
+ClassMap (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.introspection.ClassMap class">
@@ -14,7 +14,7 @@ ClassMap (Apache Maven Shared Utils 0.7
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ClassMap (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="ClassMap (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -275,6 +275,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/ReflectionValueExtractor.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/ReflectionValueExtractor.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/ReflectionValueExtractor.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ReflectionValueExtractor (Apache Maven Shared Utils 0.7 API)
+ReflectionValueExtractor (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.introspection.ReflectionValueExtractor class">
@@ -14,7 +14,7 @@ ReflectionValueExtractor (Apache Maven S
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ReflectionValueExtractor (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="ReflectionValueExtractor (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -110,7 +110,8 @@ Class ReflectionValueExtractor</H2>
   <DD>$Id$</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:jason@maven.org">Jason van Zyl </a>, <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a></DD>
-<DT><B>See Also:</B><DD><a href="http://struts.apache.org/1.x/struts-taglib/indexedprops.html">http://struts.apache.org/1.x/struts-taglib/indexedprops.html</a></DL>
+<DT><B>See Also:</B><DD><a href="http://struts.apache.org/1.x/struts-taglib/indexedprops.html">
+ http://struts.apache.org/1.x/struts-taglib/indexedprops.html</a></DL>
 <HR>
 
 <P>
@@ -140,7 +141,8 @@ Class ReflectionValueExtractor</H2>
          boolean&nbsp;trimRootToken)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The implementation supports indexed, nested and mapped properties.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ The implementation supports indexed, nested and mapped properties.</TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -180,7 +182,8 @@ public static <A HREF="http://docs.oracl
  <li>nested properties should be defined by a dot, i.e. "user.address.street"</li>
  <li>indexed properties (java.util.List or array instance) should be contains <code>(\\w+)\\[(\\d+)\\]</code>
  pattern, i.e. "user.addresses[1].street"</li>
- <li>mapped properties should be contains <code>(\\w+)\\((.+)\\)</code> pattern, i.e. "user.addresses(myAddress).street"</li>
+ <li>mapped properties should be contains <code>(\\w+)\\((.+)\\)</code> pattern,
+  i.e. "user.addresses(myAddress).street"</li>
  <ul>
 <P>
 <DD><DL>
@@ -202,13 +205,16 @@ public static <A HREF="http://docs.oracl
                               boolean&nbsp;trimRootToken)
                        throws org.apache.maven.shared.utils.introspection.IntrospectionException</PRE>
 <DL>
-<DD><p>The implementation supports indexed, nested and mapped properties.</p>
+<DD><p>
+ The implementation supports indexed, nested and mapped properties.
+ </p>
  <p/>
  <ul>
  <li>nested properties should be defined by a dot, i.e. "user.address.street"</li>
  <li>indexed properties (java.util.List or array instance) should be contains <code>(\\w+)\\[(\\d+)\\]</code>
  pattern, i.e. "user.addresses[1].street"</li>
- <li>mapped properties should be contains <code>(\\w+)\\((.+)\\)</code> pattern, i.e. "user.addresses(myAddress).street"</li>
+ <li>mapped properties should be contains <code>(\\w+)\\((.+)\\)</code> pattern, i.e.
+ "user.addresses(myAddress).street"</li>
  <ul>
 <P>
 <DD><DL>
@@ -279,6 +285,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/class-use/ClassMap.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/class-use/ClassMap.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/class-use/ClassMap.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.shared.utils.introspection.ClassMap (Apache Maven Shared Utils 0.7 API)
+Uses of Class org.apache.maven.shared.utils.introspection.ClassMap (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.shared.ut
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.shared.utils.introspection.ClassMap (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Class org.apache.maven.shared.utils.introspection.ClassMap (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.shared.util
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/class-use/ReflectionValueExtractor.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/class-use/ReflectionValueExtractor.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/class-use/ReflectionValueExtractor.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.maven.shared.utils.introspection.ReflectionValueExtractor (Apache Maven Shared Utils 0.7 API)
+Uses of Class org.apache.maven.shared.utils.introspection.ReflectionValueExtractor (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Class org.apache.maven.shared.ut
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.maven.shared.utils.introspection.ReflectionValueExtractor (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Class org.apache.maven.shared.utils.introspection.ReflectionValueExtractor (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.shared.util
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/package-frame.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/package-frame.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/package-frame.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.shared.utils.introspection (Apache Maven Shared Utils 0.7 API)
+org.apache.maven.shared.utils.introspection (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.introspection package">

Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/package-summary.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/package-summary.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/package-summary.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.shared.utils.introspection (Apache Maven Shared Utils 0.7 API)
+org.apache.maven.shared.utils.introspection (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.introspection package">
@@ -14,7 +14,7 @@ org.apache.maven.shared.utils.introspect
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.shared.utils.introspection (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="org.apache.maven.shared.utils.introspection (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -154,6 +154,6 @@ Package org.apache.maven.shared.utils.in
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/package-tree.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/package-tree.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/package-tree.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.apache.maven.shared.utils.introspection Class Hierarchy (Apache Maven Shared Utils 0.7 API)
+org.apache.maven.shared.utils.introspection Class Hierarchy (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ org.apache.maven.shared.utils.introspect
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.maven.shared.utils.introspection Class Hierarchy (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="org.apache.maven.shared.utils.introspection Class Hierarchy (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -144,6 +144,6 @@ Class Hierarchy
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/package-use.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/package-use.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/introspection/package-use.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.apache.maven.shared.utils.introspection (Apache Maven Shared Utils 0.7 API)
+Uses of Package org.apache.maven.shared.utils.introspection (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 
@@ -13,7 +13,7 @@ Uses of Package org.apache.maven.shared.
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.maven.shared.utils.introspection (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="Uses of Package org.apache.maven.shared.utils.introspection (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -135,6 +135,6 @@ No usage of org.apache.maven.shared.util
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/io/DirectoryScanResult.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/io/DirectoryScanResult.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/io/DirectoryScanResult.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-DirectoryScanResult (Apache Maven Shared Utils 0.7 API)
+DirectoryScanResult (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.io.DirectoryScanResult class">
@@ -14,7 +14,7 @@ DirectoryScanResult (Apache Maven Shared
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DirectoryScanResult (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="DirectoryScanResult (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -272,6 +272,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/io/DirectoryScanner.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/io/DirectoryScanner.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/io/DirectoryScanner.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-DirectoryScanner (Apache Maven Shared Utils 0.7 API)
+DirectoryScanner (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.io.DirectoryScanner class">
@@ -14,7 +14,7 @@ DirectoryScanner (Apache Maven Shared Ut
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DirectoryScanner (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="DirectoryScanner (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -614,7 +614,7 @@ public <A HREF="http://docs.oracle.com/j
 <DD><DL>
 
 <DT><B>Returns:</B><DD>the names of the files which matched at least one of the include patterns and none of the exclude
-         patterns.</DL>
+         patterns. May also contain symbolic links to files.</DL>
 </DD>
 </DL>
 <HR>
@@ -662,7 +662,7 @@ public <A HREF="http://docs.oracle.com/j
 <DD><DL>
 
 <DT><B>Returns:</B><DD>the names of the directories which matched at least one of the include patterns and none of the exclude
-         patterns.</DL>
+         patterns. May also contain symbolic links to directories.</DL>
 </DD>
 </DL>
 <HR>
@@ -771,6 +771,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/io/DirectoryWalkListener.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/io/DirectoryWalkListener.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/io/DirectoryWalkListener.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-DirectoryWalkListener (Apache Maven Shared Utils 0.7 API)
+DirectoryWalkListener (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.io.DirectoryWalkListener interface">
@@ -14,7 +14,7 @@ DirectoryWalkListener (Apache Maven Shar
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DirectoryWalkListener (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="DirectoryWalkListener (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -274,6 +274,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <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/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html (original)
+++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/io/FileUtils.FilterWrapper.html Tue Jun 16 23:06:34 2015
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-FileUtils.FilterWrapper (Apache Maven Shared Utils 0.7 API)
+FileUtils.FilterWrapper (Apache Maven Shared Utils 0.8 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.shared.utils.io.FileUtils.FilterWrapper class">
@@ -14,7 +14,7 @@ FileUtils.FilterWrapper (Apache Maven Sh
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="FileUtils.FilterWrapper (Apache Maven Shared Utils 0.7 API)";
+    parent.document.title="FileUtils.FilterWrapper (Apache Maven Shared Utils 0.8 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -247,6 +247,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2002&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 </BODY>
 </HTML>
\ No newline at end of file