Re: Javadoc plugin and default Plexus Commandline

2007-09-19 Thread Fabrice Bellingard
Hi Vincent, in Maven 2.0.x, it is not possible to add a dependency to a plugin in the reporting section. And if you put it in the pluginManagement section, this doesn't work either. (see bug MNG-1931) So that's why I don't see a solution to that... :-( Cheers, Fabrice. On 9/19/07, Vincent Sivet

Re: Javadoc plugin and default Plexus Commandline

2007-09-19 Thread Vincent Siveton
Hi Fabrice, PLXUTILS-34 is included in p-u:1.4.6, so try to add it as dependency in the javadoc-plugin. Cheers, Vincent 2007/9/19, Fabrice Bellingard <[EMAIL PROTECTED]>: > Hi guys, > > I've just updated some projects that now use Maven 2.0.7 along with the > Javadoc plugin 2.3, and now my buil

Javadoc plugin and default Plexus Commandline

2007-09-19 Thread Fabrice Bellingard
Hi guys, I've just updated some projects that now use Maven 2.0.7 along with the Javadoc plugin 2.3, and now my build fails because the UNIX platform where the integrations happen doesn't have bash. The reason is the following: the Javadoc plugin creates a default Commandline object to run the jav