Re: maven-javadoc-plugin question

2010-04-05 Thread Benson Margulies
I've got a the javadoc plugin in the reporting section of my parent pom with a reportSet with an id of default and only the javadoc report, and I still get all the warnings about javadoc not having been run. On Mon, Apr 5, 2010 at 2:42 PM, Giovanni Azua wrote: > Hello Raphael, > > Thank you! It

Re: maven-javadoc-plugin question

2010-04-05 Thread Giovanni Azua
Hello Raphael, Thank you! It is ok now. Best regards, Giovanni On Apr 5, 2010, at 2:46 PM, Raphael Ackermann wrote: > I guess you are not specifying the reports it should run. By default > it also runs the aggregate goal which will loop over all the modules. > See [1] for info how to only run

Re: maven-javadoc-plugin question

2010-04-05 Thread Raphael Ackermann
I guess you are not specifying the reports it should run. By default it also runs the aggregate goal which will loop over all the modules. See [1] for info how to only run selected reports. e.g. only use default ...

maven-javadoc-plugin question

2010-04-05 Thread Giovanni Azua
hello, I have a multi-module project and during build I continuously get the following output: [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.6.1:javadoc' has not be previously called for the project: xxx and so it lists each sub-module over and over again and re-executes the