Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/examples/skipping.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/examples/skipping.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/examples/skipping.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -14,7 +14,7 @@ <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" /> <meta name="author" content="Mark Struberg" /> <meta name="Date-Creation-yyyymmdd" content="20091220" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -48,8 +48,8 @@ Skipping Invocations </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> @@ -213,7 +213,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> - <version>1.8.1</version> + <version>1.9</version> <configuration> <skipInstallation>true</skipInstallation> <skipInvocation>true</skipInvocation>
Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/faq.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/faq.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/faq.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ Frequently Asked Questions </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/findbugs.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/findbugs.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/findbugs.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ FindBugs Bug Detector Report </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> @@ -293,55 +293,55 @@ <td>Found reliance on default encoding in org.apache.maven.plugin.invoker.AbstractInvokerMojo.runBuilds(File, BuildJob[]): new java.io.FileWriter(File)</td> <td>I18N</td> <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_DEFAULT_ENCODING">DM_DEFAULT_ENCODING</a></td> -<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#1134">1134</a></td> +<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#1129">1129</a></td> <td>High</td></tr> <tr class="b"> <td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.invoker.AbstractInvokerMojo.buildInterpolatedFile(File, File)</td> <td>BAD_PRACTICE</td> <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td> -<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#2268">2268</a></td> +<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#2256">2256</a></td> <td>Medium</td></tr> <tr class="a"> <td>exceptional return value of java.io.File.delete() ignored in org.apache.maven.plugin.invoker.AbstractInvokerMojo.cloneProjects(Collection)</td> <td>BAD_PRACTICE</td> <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td> -<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#937">937</a></td> +<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#934">934</a></td> <td>Medium</td></tr> <tr class="b"> <td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.invoker.AbstractInvokerMojo.cloneProjects(Collection)</td> <td>BAD_PRACTICE</td> <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td> -<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#938">938</a></td> +<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#935">935</a></td> <td>Medium</td></tr> <tr class="a"> <td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.invoker.AbstractInvokerMojo.copyDirectoryStructure(File, File)</td> <td>BAD_PRACTICE</td> <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td> -<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#1017">1017</a></td> +<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#1013">1013</a></td> <td>Medium</td></tr> <tr class="b"> <td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.invoker.AbstractInvokerMojo.execute()</td> <td>BAD_PRACTICE</td> <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td> -<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#652">652</a></td> +<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#650">650</a></td> <td>Medium</td></tr> <tr class="a"> <td>exceptional return value of java.io.File.delete() ignored in org.apache.maven.plugin.invoker.AbstractInvokerMojo.runBuild(File, BuildJob, File)</td> <td>BAD_PRACTICE</td> <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td> -<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#1452">1452</a></td> +<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#1447">1447</a></td> <td>Medium</td></tr> <tr class="b"> <td>exceptional return value of java.io.File.delete() ignored in org.apache.maven.plugin.invoker.AbstractInvokerMojo.runBuilds(File, BuildJob[])</td> <td>BAD_PRACTICE</td> <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td> -<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#1222">1222</a></td> +<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#1217">1217</a></td> <td>Medium</td></tr> <tr class="a"> <td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.invoker.AbstractInvokerMojo.runBuilds(File, BuildJob[])</td> <td>BAD_PRACTICE</td> <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td> -<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#1067">1067</a></td> +<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#1062">1062</a></td> <td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.invoker.FileLogger"></a> <div class="section"> <h3>org.apache.maven.plugin.invoker.FileLogger<a name="org.apache.maven.plugin.invoker.FileLogger"></a></h3> @@ -386,7 +386,7 @@ <td>exceptional return value of java.io.File.setLastModified(long) ignored in org.apache.maven.plugin.invoker.InstallMojo.copyFileIfDifferent(File, File)</td> <td>BAD_PRACTICE</td> <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td> -<td><a href="./xref/org/apache/maven/plugin/invoker/InstallMojo.html#335">335</a></td> +<td><a href="./xref/org/apache/maven/plugin/invoker/InstallMojo.html#334">334</a></td> <td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.invoker.MetadataUtils"></a> <div class="section"> <h3>org.apache.maven.plugin.invoker.MetadataUtils<a name="org.apache.maven.plugin.invoker.MetadataUtils"></a></h3> @@ -401,7 +401,7 @@ <td>exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.invoker.MetadataUtils.writeMetadata(File, Xpp3Dom)</td> <td>BAD_PRACTICE</td> <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td> -<td><a href="./xref/org/apache/maven/plugin/invoker/MetadataUtils.html#170">170</a></td> +<td><a href="./xref/org/apache/maven/plugin/invoker/MetadataUtils.html#171">171</a></td> <td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader"></a> <div class="section"> <h3>org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader<a name="org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader"></a></h3> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/help-mojo.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/help-mojo.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/help-mojo.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -13,7 +13,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -48,8 +48,8 @@ invoker:help </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> @@ -208,7 +208,7 @@ <p><b>Full name</b>:</p> -<p>org.apache.maven.plugins:maven-invoker-plugin:1.8.1:help</p> +<p>org.apache.maven.plugins:maven-invoker-plugin:1.9:help</p> <p><b>Description</b>:</p> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/index.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/index.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/index.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -14,7 +14,7 @@ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> <meta name="author" content="Jason van Zyl" /> <meta name="Date-Creation-yyyymmdd" content="20130722" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -48,8 +48,8 @@ Introduction </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/install-mojo.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/install-mojo.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/install-mojo.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -13,7 +13,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -48,8 +48,8 @@ invoker:install </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> @@ -208,7 +208,7 @@ <p><b>Full name</b>:</p> -<p>org.apache.maven.plugins:maven-invoker-plugin:1.8.1:install</p> +<p>org.apache.maven.plugins:maven-invoker-plugin:1.9:install</p> <p><b>Description</b>:</p> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/integration-test-mojo.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/integration-test-mojo.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/integration-test-mojo.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -13,7 +13,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -48,8 +48,8 @@ invoker:integration-test </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> @@ -208,7 +208,7 @@ <p><b>Full name</b>:</p> -<p>org.apache.maven.plugins:maven-invoker-plugin:1.8.1:integration-test</p> +<p>org.apache.maven.plugins:maven-invoker-plugin:1.9:integration-test</p> <p><b>Description</b>:</p> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/integration.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/integration.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/integration.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ Continuous Integration </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/invoker-report.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/invoker-report.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/invoker-report.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ Invoker Report </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> @@ -257,8 +257,8 @@ <td>0</td> <td>0</td> <td>100.0%</td> -<td>299.3 s</td> -<td>5.6 s</td></tr></table> +<td>245.7 s</td> +<td>4.6 s</td></tr></table> <div class="section"> <h3>Build Details<a name="Build_Details"></a></h3></div> <table border="0" class="bodyTable"> @@ -270,7 +270,7 @@ <tr class="b"> <td>clone-clean/pom.xml</td> <td>success</td> -<td>3.8 s</td> +<td>3.9 s</td> <td></td></tr> <tr class="a"> <td>fail-build-with-verify/pom.xml</td> @@ -280,37 +280,37 @@ <tr class="b"> <td>fail-build/pom.xml</td> <td>success</td> -<td>4.3 s</td> +<td>4.0 s</td> <td></td></tr> <tr class="a"> <td>fail-ignore-with-verify/pom.xml</td> <td>success</td> -<td>3.4 s</td> +<td>3.6 s</td> <td></td></tr> <tr class="b"> <td>fail-ignore/pom.xml</td> <td>success</td> -<td>3.4 s</td> +<td>3.6 s</td> <td></td></tr> <tr class="a"> <td>fail-noprojects_integration-test/pom.xml</td> <td>success</td> -<td>2.2 s</td> +<td>2.1 s</td> <td></td></tr> <tr class="b"> <td>fail-noprojects_run/pom.xml</td> <td>success</td> -<td>2.2 s</td> +<td>2.1 s</td> <td></td></tr> <tr class="a"> <td>fail-noprojects_verify/pom.xml</td> <td>success</td> -<td>2.2 s</td> +<td>2.1 s</td> <td></td></tr> <tr class="b"> <td>fail-postbuild/pom.xml</td> <td>success</td> -<td>3.4 s</td> +<td>3.5 s</td> <td></td></tr> <tr class="a"> <td>fail-prebuild/pom.xml</td> @@ -320,22 +320,22 @@ <tr class="b"> <td>install-extra-artifacts/pom.xml</td> <td>success</td> -<td>4.5 s</td> +<td>4.0 s</td> <td></td></tr> <tr class="a"> <td>integration-test-never-fails/pom.xml</td> <td>success</td> -<td>3.4 s</td> +<td>3.6 s</td> <td></td></tr> <tr class="b"> <td>invocation-cmdline-exclude/pom.xml</td> <td>success</td> -<td>2.1 s</td> +<td>2.2 s</td> <td></td></tr> <tr class="a"> <td>invocation-debug/pom.xml</td> <td>success</td> -<td>7.2 s</td> +<td>5.6 s</td> <td></td></tr> <tr class="b"> <td>invocation-emptyproperty/pom.xml</td> @@ -345,17 +345,17 @@ <tr class="a"> <td>invocation-environmentvariable/pom.xml</td> <td>success</td> -<td>3.4 s</td> +<td>3.6 s</td> <td></td></tr> <tr class="b"> <td>invocation-multiple/pom.xml</td> <td>success</td> -<td>24.5 s</td> +<td>12.4 s</td> <td></td></tr> <tr class="a"> <td>invocation-offline/pom.xml</td> <td>success</td> -<td>4.9 s</td> +<td>5.2 s</td> <td></td></tr> <tr class="b"> <td>invocation-project/pom.xml</td> @@ -365,22 +365,22 @@ <tr class="a"> <td>invocation-reactor-indirect/pom.xml</td> <td>success</td> -<td>9.6 s</td> +<td>6.9 s</td> <td></td></tr> <tr class="b"> <td>invocation-spaces/pom.xml</td> <td>success</td> -<td>15.2 s</td> +<td>7.7 s</td> <td></td></tr> <tr class="a"> <td>invoker-report/pom.xml</td> <td>success</td> -<td>9.0 s</td> +<td>8.2 s</td> <td></td></tr> <tr class="b"> <td>local-repo-default/pom.xml</td> <td>success</td> -<td>4.1 s</td> +<td>3.8 s</td> <td></td></tr> <tr class="a"> <td>local-repo-isolated/pom.xml</td> @@ -390,122 +390,122 @@ <tr class="b"> <td>local-repo-path/pom.xml</td> <td>success</td> -<td>6.0 s</td> +<td>5.2 s</td> <td></td></tr> <tr class="a"> <td>local-repo-url/pom.xml</td> <td>success</td> -<td>4.7 s</td> +<td>4.6 s</td> <td></td></tr> <tr class="b"> <td>pom-filtering-encoding/pom.xml</td> <td>success</td> -<td>5.7 s</td> +<td>5.0 s</td> <td></td></tr> <tr class="a"> <td>pom-filtering-reactor/pom.xml</td> <td>success</td> -<td>4.3 s</td> +<td>3.5 s</td> <td></td></tr> <tr class="b"> <td>pom-filtering/pom.xml</td> <td>success</td> -<td>4.1 s</td> +<td>3.6 s</td> <td></td></tr> <tr class="a"> <td>pom-less-invocation/pom.xml</td> <td>success</td> -<td>3.0 s</td> +<td>2.4 s</td> <td></td></tr> <tr class="b"> <td>project-cloning-reactor/pom.xml</td> <td>success</td> -<td>3.9 s</td> +<td>3.6 s</td> <td></td></tr> <tr class="a"> <td>project-cloning/pom.xml</td> <td>success</td> -<td>7.4 s</td> +<td>6.0 s</td> <td></td></tr> <tr class="b"> <td>project-setup/pom.xml</td> <td>success</td> -<td>8.8 s</td> +<td>8.9 s</td> <td></td></tr> <tr class="a"> <td>script-accessibility/pom.xml</td> <td>success</td> -<td>6.5 s</td> +<td>5.9 s</td> <td></td></tr> <tr class="b"> <td>script-additional-vars/pom.xml</td> <td>success</td> -<td>5.3 s</td> +<td>5.4 s</td> <td></td></tr> <tr class="a"> <td>script-class-loading/pom.xml</td> <td>success</td> -<td>6.5 s</td> +<td>6.3 s</td> <td></td></tr> <tr class="b"> <td>script-classpath-duplicates/pom.xml</td> <td>success</td> -<td>5.3 s</td> +<td>5.4 s</td> <td></td></tr> <tr class="a"> <td>script-context/pom.xml</td> <td>success</td> -<td>5.3 s</td> +<td>5.4 s</td> <td></td></tr> <tr class="b"> <td>script-errors/pom.xml</td> <td>success</td> -<td>2.6 s</td> +<td>2.7 s</td> <td></td></tr> <tr class="a"> <td>script-global-vars/pom.xml</td> <td>success</td> -<td>5.2 s</td> +<td>5.3 s</td> <td></td></tr> <tr class="b"> <td>script-interpreter-detection/pom.xml</td> <td>success</td> -<td>5.2 s</td> +<td>5.4 s</td> <td></td></tr> <tr class="a"> <td>script-verify-xml/pom.xml</td> <td>success</td> -<td>2.3 s</td> +<td>2.6 s</td> <td></td></tr> <tr class="b"> <td>selector-conditions/pom.xml</td> <td>success</td> -<td>5.9 s</td> +<td>6.2 s</td> <td></td></tr> <tr class="a"> <td>selector-scripts/pom.xml</td> <td>success</td> -<td>4.7 s</td> +<td>5.1 s</td> <td></td></tr> <tr class="b"> <td>settings-auto-exclude/pom.xml</td> <td>success</td> -<td>3.4 s</td> +<td>3.5 s</td> <td></td></tr> <tr class="a"> <td>settings-inherit/pom.xml</td> <td>success</td> -<td>3.8 s</td> +<td>3.9 s</td> <td></td></tr> <tr class="b"> <td>settings-merge-multiexecutions/pom.xml</td> <td>success</td> -<td>6.4 s</td> +<td>6.5 s</td> <td></td></tr> <tr class="a"> <td>settings-merge/pom.xml</td> <td>success</td> -<td>34.1 s</td> +<td>9.4 s</td> <td></td></tr> <tr class="b"> <td>skip-install/pom.xml</td> @@ -515,12 +515,12 @@ <tr class="a"> <td>skip-run/pom.xml</td> <td>success</td> -<td>2.1 s</td> +<td>2.2 s</td> <td></td></tr> <tr class="b"> <td>staging-dependencies/pom.xml</td> <td>success</td> -<td>6.6 s</td> +<td>5.9 s</td> <td></td></tr> <tr class="a"> <td>staging-pom/pom.xml</td> @@ -530,7 +530,7 @@ <tr class="b"> <td>staging-reactor/pom.xml</td> <td>success</td> -<td>4.3 s</td> +<td>4.1 s</td> <td></td></tr></table> </div> </div> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/issue-tracking.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/issue-tracking.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/issue-tracking.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ Issue Tracking </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/license.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/license.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/license.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ Project License </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/mail-lists.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/mail-lists.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/mail-lists.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ Project Mailing Lists </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/plugin-info.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/plugin-info.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/plugin-info.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ Plugin Documentation </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> @@ -313,7 +313,7 @@ and fails the build if any tests failed. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> - <version>1.8.1</version> + <version>1.9</version> </plugin> ... </plugins> @@ -323,7 +323,7 @@ and fails the build if any tests failed. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> - <version>1.8.1</version> + <version>1.9</version> </plugin> ... </plugins> @@ -335,7 +335,7 @@ and fails the build if any tests failed. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> - <version>1.8.1</version> + <version>1.9</version> </plugin> ... </plugins> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/plugin-management.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/plugin-management.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/plugin-management.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ Project Plugin Management </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/plugins.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/plugins.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/plugins.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ Project Build Plugins </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/pmd.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/pmd.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/pmd.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ PMD Results </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> @@ -250,7 +250,7 @@ <th>Line</th></tr> <tr class="b"> <td>These nested if statements could be combined</td> -<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#L1099">1099</a>–<a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#L1119">1119</a></td></tr></table></div> +<td><a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#L1094">1094</a>–<a href="./xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#L1114">1114</a></td></tr></table></div> <div class="section"> <h3>org/apache/maven/plugin/invoker/InvokerReport.java<a name="orgapachemavenplugininvokerInvokerReport.java"></a></h3> <table border="0" class="bodyTable"> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/project-info.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/project-info.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/project-info.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ Project Information </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/project-reports.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/project-reports.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/project-reports.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ Generated Reports </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> Modified: websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/project-summary.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/project-summary.html (original) +++ websites/production/maven/content/plugins-archives/maven-invoker-plugin-LATEST/project-summary.html Sat Jun 28 09:55:40 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2014-06-27 + | Generated by Apache Maven Doxia at 2014-06-28 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20140627" /> + <meta name="Date-Revision-yyyymmdd" content="20140628" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -46,8 +46,8 @@ Project Summary </div> <div class="xright"> - Last Published: 2014-06-27 - | Version: 1.8.1 + Last Published: 2014-06-28 + | Version: 1.9 </div> <div class="clear"> <hr/> @@ -287,7 +287,7 @@ <td>maven-invoker-plugin</td></tr> <tr class="b"> <td>Version</td> -<td>1.8.1</td></tr> +<td>1.9</td></tr> <tr class="a"> <td>Type</td> <td>maven-plugin</td></tr>
