You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by tc...@apache.org on 2014/03/18 12:48:51 UTC

svn commit: r902164 [2/15] - in /websites/production/maven/content/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/cli/...

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Arg.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Arg.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Arg.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Arg (Apache Maven Shared Utils 0.5 API)</title>
+<title>Arg (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Arg (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Arg (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -120,6 +120,12 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Arg.html#setMask(boolean)">setMask</a></strong>(boolean&nbsp;mask)</code>
+<div class="block">To mask the argument value when a command line ask to print his arguments.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Arg.html#setValue(java.lang.String)">setValue</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>&nbsp;</td>
 </tr>
 </table>
@@ -158,12 +164,24 @@
 <a name="setFile(java.io.File)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>setFile</h4>
 <pre>void&nbsp;setFile(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;value)</pre>
 </li>
 </ul>
+<a name="setMask(boolean)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setMask</h4>
+<pre>void&nbsp;setMask(boolean&nbsp;mask)</pre>
+<div class="block">To mask the argument value when a command line ask to print his arguments.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>mask</code> - new state of the <code>maks</code> property</dd><dt><span class="strong">Since:</span></dt>
+  <dd>0.6</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -231,6 +249,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineCallable.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineCallable.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineCallable.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CommandLineCallable (Apache Maven Shared Utils 0.5 API)</title>
+<title>CommandLineCallable (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CommandLineCallable (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="CommandLineCallable (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -93,7 +93,7 @@
 <br>
 <pre>public interface <span class="strong">CommandLineCallable</span>
 extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent">Callable</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</pre>
-<div class="block">Callable wrapper that exposes the proper exeception type to the client.</div>
+<div class="block">Callable wrapper that exposes the proper exception type to the client.</div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>Kristian Rosenvold</dd></dl>
 </li>
@@ -215,6 +215,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineException.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineException.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineException.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CommandLineException (Apache Maven Shared Utils 0.5 API)</title>
+<title>CommandLineException (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CommandLineException (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="CommandLineException (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -267,6 +267,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineTimeOutException.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineTimeOutException.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineTimeOutException.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CommandLineTimeOutException (Apache Maven Shared Utils 0.5 API)</title>
+<title>CommandLineTimeOutException (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CommandLineTimeOutException (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="CommandLineTimeOutException (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -257,6 +257,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineUtils.StringStreamConsumer.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineUtils.StringStreamConsumer.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineUtils.StringStreamConsumer.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CommandLineUtils.StringStreamConsumer (Apache Maven Shared Utils 0.5 API)</title>
+<title>CommandLineUtils.StringStreamConsumer (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CommandLineUtils.StringStreamConsumer (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="CommandLineUtils.StringStreamConsumer (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -281,6 +281,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineUtils.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineUtils.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineUtils.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CommandLineUtils (Apache Maven Shared Utils 0.5 API)</title>
+<title>CommandLineUtils (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CommandLineUtils (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="CommandLineUtils (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -450,6 +450,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Commandline.Argument.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Commandline.Argument.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Commandline.Argument.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Commandline.Argument (Apache Maven Shared Utils 0.5 API)</title>
+<title>Commandline.Argument (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Commandline.Argument (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Commandline.Argument (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -142,16 +142,26 @@ implements <a href="../../../../../../or
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.Argument.html#isMask()">isMask</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.Argument.html#setFile(java.io.File)">setFile</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;value)</code></td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.Argument.html#setFile(java.io.File)">setFile</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;value)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.Argument.html#setLine(java.lang.String)">setLine</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;line)</code></td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.Argument.html#setLine(java.lang.String)">setLine</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;line)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.Argument.html#setMask(boolean)">setMask</a></strong>(boolean&nbsp;mask)</code>
+<div class="block">To mask the argument value when a command line ask to print his arguments.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.Argument.html#setValue(java.lang.String)">setValue</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.Argument.html#setValue(java.lang.String)">setValue</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code></td>
 </tr>
 </table>
 <ul class="blockList">
@@ -221,7 +231,7 @@ implements <a href="../../../../../../or
 <a name="setFile(java.io.File)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>setFile</h4>
 <pre>public&nbsp;void&nbsp;setFile(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;value)</pre>
@@ -231,6 +241,29 @@ implements <a href="../../../../../../or
 </dl>
 </li>
 </ul>
+<a name="setMask(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMask</h4>
+<pre>public&nbsp;void&nbsp;setMask(boolean&nbsp;mask)</pre>
+<div class="block">To mask the argument value when a command line ask to print his arguments.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/maven/shared/utils/cli/Arg.html#setMask(boolean)">setMask</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/maven/shared/utils/cli/Arg.html" title="interface in org.apache.maven.shared.utils.cli">Arg</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>mask</code> - new state of the <code>maks</code> property</dd></dl>
+</li>
+</ul>
+<a name="isMask()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isMask</h4>
+<pre>public&nbsp;boolean&nbsp;isMask()</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -298,6 +331,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Commandline.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Commandline.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Commandline.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Commandline (Apache Maven Shared Utils 0.5 API)</title>
+<title>Commandline (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Commandline (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Commandline (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -247,49 +247,56 @@ implements <a href="http://docs.oracle.c
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.html#getArguments(boolean)">getArguments</a></strong>(boolean&nbsp;mask)</code>
+<div class="block">Returns all arguments defined by <code>addLine</code>,
+ <code>addValue</code> or the argument object.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.html#getCommandline()">getCommandline</a></strong>()</code>
 <div class="block">Returns the executable and all defined arguments.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.html#getEnvironmentVariables()">getEnvironmentVariables</a></strong>()</code>
 <div class="block">Return the list of environment variables</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.html#getExecutable()">getExecutable</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/maven/shared/utils/cli/shell/Shell.html" title="class in org.apache.maven.shared.utils.cli.shell">Shell</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.html#getShell()">getShell</a></strong>()</code>
 <div class="block">Get the shell to be used in this command line.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.html#getWorkingDirectory()">getWorkingDirectory</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.html#setExecutable(java.lang.String)">setExecutable</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;executable)</code>
 <div class="block">Sets the executable to run.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.html#setWorkingDirectory(java.io.File)">setWorkingDirectory</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;workingDirectory)</code>
 <div class="block">Sets execution directory.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.html#setWorkingDirectory(java.lang.String)">setWorkingDirectory</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>
 <div class="block">Sets execution directory.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/shared/utils/cli/Commandline.html#toString()">toString</a></strong>()</code>&nbsp;</td>
 </tr>
@@ -467,6 +474,18 @@ implements <a href="http://docs.oracle.c
  <code>addValue</code> or the argument object.</div>
 </li>
 </ul>
+<a name="getArguments(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getArguments</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getArguments(boolean&nbsp;mask)</pre>
+<div class="block">Returns all arguments defined by <code>addLine</code>,
+ <code>addValue</code> or the argument object.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>mask</code> - flag to mask any arguments (having his <code>mask</code> field to <code>true</code>).</dd></dl>
+</li>
+</ul>
 <a name="toString()">
 <!--   -->
 </a>
@@ -622,6 +641,6 @@ implements <a href="http://docs.oracle.c
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/DefaultConsumer.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/DefaultConsumer.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/DefaultConsumer.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DefaultConsumer (Apache Maven Shared Utils 0.5 API)</title>
+<title>DefaultConsumer (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DefaultConsumer (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="DefaultConsumer (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -268,6 +268,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/ShutdownHookUtils.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/ShutdownHookUtils.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/ShutdownHookUtils.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ShutdownHookUtils (Apache Maven Shared Utils 0.5 API)</title>
+<title>ShutdownHookUtils (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ShutdownHookUtils (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="ShutdownHookUtils (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -270,6 +270,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/StreamConsumer.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/StreamConsumer.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/StreamConsumer.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>StreamConsumer (Apache Maven Shared Utils 0.5 API)</title>
+<title>StreamConsumer (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StreamConsumer (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="StreamConsumer (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -216,6 +216,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/StreamPumper.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/StreamPumper.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/StreamPumper.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>StreamPumper (Apache Maven Shared Utils 0.5 API)</title>
+<title>StreamPumper (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StreamPumper (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="StreamPumper (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -390,6 +390,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/WriterStreamConsumer.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/WriterStreamConsumer.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/WriterStreamConsumer.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>WriterStreamConsumer (Apache Maven Shared Utils 0.5 API)</title>
+<title>WriterStreamConsumer (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="WriterStreamConsumer (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="WriterStreamConsumer (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -268,6 +268,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Arg.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Arg.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Arg.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.shared.utils.cli.Arg (Apache Maven Shared Utils 0.5 API)</title>
+<title>Uses of Interface org.apache.maven.shared.utils.cli.Arg (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.Arg (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.Arg (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -171,6 +171,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineCallable.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineCallable.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineCallable.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.shared.utils.cli.CommandLineCallable (Apache Maven Shared Utils 0.5 API)</title>
+<title>Uses of Interface org.apache.maven.shared.utils.cli.CommandLineCallable (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.CommandLineCallable (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.CommandLineCallable (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineException.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineException.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineException.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.utils.cli.CommandLineException (Apache Maven Shared Utils 0.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.CommandLineException (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.CommandLineException (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.CommandLineException (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -245,6 +245,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineTimeOutException.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineTimeOutException.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineTimeOutException.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.utils.cli.CommandLineTimeOutException (Apache Maven Shared Utils 0.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.CommandLineTimeOutException (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.CommandLineTimeOutException (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.CommandLineTimeOutException (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtils.StringStreamConsumer.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtils.StringStreamConsumer.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtils.StringStreamConsumer.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtils.StringStreamConsumer (Apache Maven Shared Utils 0.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtils.StringStreamConsumer (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtils.StringStreamConsumer (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtils.StringStreamConsumer (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtils.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtils.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtils.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtils (Apache Maven Shared Utils 0.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtils (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtils (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtils (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Commandline.Argument.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Commandline.Argument.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Commandline.Argument.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.utils.cli.Commandline.Argument (Apache Maven Shared Utils 0.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.Commandline.Argument (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.Commandline.Argument (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.Commandline.Argument (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Commandline.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Commandline.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Commandline.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.utils.cli.Commandline (Apache Maven Shared Utils 0.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.Commandline (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.Commandline (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.Commandline (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -234,6 +234,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/DefaultConsumer.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/DefaultConsumer.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/DefaultConsumer.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.utils.cli.DefaultConsumer (Apache Maven Shared Utils 0.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.DefaultConsumer (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.DefaultConsumer (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.DefaultConsumer (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/ShutdownHookUtils.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/ShutdownHookUtils.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/ShutdownHookUtils.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.utils.cli.ShutdownHookUtils (Apache Maven Shared Utils 0.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.ShutdownHookUtils (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.ShutdownHookUtils (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.ShutdownHookUtils (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/StreamConsumer.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/StreamConsumer.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/StreamConsumer.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.shared.utils.cli.StreamConsumer (Apache Maven Shared Utils 0.5 API)</title>
+<title>Uses of Interface org.apache.maven.shared.utils.cli.StreamConsumer (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.StreamConsumer (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.StreamConsumer (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -299,6 +299,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/StreamPumper.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/StreamPumper.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/StreamPumper.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.utils.cli.StreamPumper (Apache Maven Shared Utils 0.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.StreamPumper (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.StreamPumper (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.StreamPumper (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/WriterStreamConsumer.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/WriterStreamConsumer.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/WriterStreamConsumer.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.WriterStreamConsumer (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.WriterStreamConsumer (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.WriterStreamConsumer (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaTool.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaTool.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaTool.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AbstractJavaTool (Apache Maven Shared Utils 0.5 API)</title>
+<title>AbstractJavaTool (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractJavaTool (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="AbstractJavaTool (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -447,6 +447,6 @@ implements <a href="../../../../../../..
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaToolRequest.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaToolRequest.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaToolRequest.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AbstractJavaToolRequest (Apache Maven Shared Utils 0.5 API)</title>
+<title>AbstractJavaToolRequest (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractJavaToolRequest (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="AbstractJavaToolRequest (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -334,6 +334,6 @@ implements <a href="../../../../../../..
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaTool.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaTool.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaTool.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>JavaTool (Apache Maven Shared Utils 0.5 API)</title>
+<title>JavaTool (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="JavaTool (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="JavaTool (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -268,6 +268,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolException.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolException.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolException.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>JavaToolException (Apache Maven Shared Utils 0.5 API)</title>
+<title>JavaToolException (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="JavaToolException (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="JavaToolException (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -270,6 +270,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>JavaToolRequest (Apache Maven Shared Utils 0.5 API)</title>
+<title>JavaToolRequest (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="JavaToolRequest (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="JavaToolRequest (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -271,6 +271,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>JavaToolResult (Apache Maven Shared Utils 0.5 API)</title>
+<title>JavaToolResult (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="JavaToolResult (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="JavaToolResult (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -347,6 +347,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaTool.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaTool.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaTool.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaToolRequest.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaToolRequest.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaToolRequest.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaTool.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaTool.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaTool.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.5 API)</title>
+<title>Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaTool (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaTool (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaTool (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolException.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolException.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolException.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolException (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolException (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolException (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -165,6 +165,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolRequest.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolRequest.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolRequest.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.5 API)</title>
+<title>Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -173,6 +173,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolResult.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolResult.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolResult.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.5 API)</title>
+<title>Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolResult (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolResult (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolResult (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -167,6 +167,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-frame.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-frame.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-frame.html Tue Mar 18 11:48:45 2014
@@ -3,7 +3,7 @@
 <html lang="en">
 <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.5 API)</title>
+<title>org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-summary.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-summary.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-summary.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.5 API)</title>
+<title>org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -182,6 +182,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-tree.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-tree.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-tree.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.5 API)</title>
+<title>org.apache.maven.shared.utils.cli.javatool Class Hierarchy (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.utils.cli.javatool Class Hierarchy (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="org.apache.maven.shared.utils.cli.javatool Class Hierarchy (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -143,6 +143,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-use.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-use.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-use.html Tue Mar 18 11:48:45 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.5 API)</title>
+<title>Uses of Package org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.5 API)";
+        parent.document.title="Uses of Package org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.6 API)";
     }
 //-->
 </script>
@@ -160,6 +160,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-frame.html
==============================================================================
--- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-frame.html (original)
+++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-frame.html Tue Mar 18 11:48:45 2014
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.5 API)</title>
+<title>org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>