Re: Classpath problems with Javadoc plugin (mvn site:site)

2008-08-11 Thread Nick Stolwijk
I have seen that issue before, but hadn't thought of it. Take a look at [1]. You have to configure it inside the element. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl [1] http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-

Re: Classpath problems with Javadoc plugin (mvn site:site)

2008-08-11 Thread leviathani
Hello! I tried your advice, but it didn't work (or at least it didn't work the way i tried it). I googled a bit and found the following issue: http://jira.codehaus.org/browse/MNG-1931 It seems like I cannot use the pluginManagement section if I want to create the report using mvn site:site. Did

Re: Classpath problems with Javadoc plugin (mvn site:site)

2008-08-11 Thread Nick Stolwijk
Put it inside the pluginManagement section. There you can configure the plugins you use in the reporting section. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Mon, Aug 11, 2008 at 3:24 PM, leviathani <[EMAIL PROTECTED]> wrote: > > Hello! >

Re: Classpath problems with Javadoc plugin (mvn site:site)

2008-08-11 Thread leviathani
Hello! I looked through the Maven model (thank you for the link BTW, I was searching for something like this), but to no avail. There seems to be no possibility to put dependencies somewhere into the reporting section. The relevant parts of the model are: ---

Re: Classpath problems with Javadoc plugin (mvn site:site)

2008-08-11 Thread Nick Stolwijk
As you can see in the Maven Model [1] the plugin element has the option to include a dependencies tag. This will put dependencies on the classpath of the plugin. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl [1] http://maven.apache.org/ref/2.0

Classpath problems with Javadoc plugin (mvn site:site)

2008-08-11 Thread leviathani
Hello! I am new to maven and want to create a Javadoc PDF in an automated way. I adapted PDFDoclet[1] for this purpose. This doclet is depending on log4j as well as some other libraries. However, I always receive an error when i try to build this documentation with mvn site:site, namely: --