CLIManager: MNG-4024 vs. MNG-4166

2009-08-01 Thread Benjamin Bentmann
Hi, as per MNG-4024, the CLIManager was exposed to the public API. Its parse() method returns a CommandLine object from commons-cli. Per MNG-4166, commons-cli is no longer filtered from the plugin realm. This constellation prohibits the usage CLIManager.parse() from Maven 2.2.x in plugins as

Re: svn commit: r799840 - in /maven/plugins/trunk/maven-linkcheck-plugin: pom.xml src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java

2009-08-01 Thread Benjamin Bentmann
Hi Vincent, Author: vsiveton Date: Sat Aug 1 11:31:06 2009 New Revision: 799840 URL: http://svn.apache.org/viewvc?rev=799840&view=rev Log: o using doxia and doxia sitetools 1.0 o using snapshot linkcheck o added the invoker as a workaround for the linkcheck goal Modified: maven/plugins/