Maven Site Not Generating JavaDoc

2014-08-19 Thread SEAN MCELROY
Hello, I am using maven 3.1.1 and I can get the maven-site-plugin to generate any java doc. The javadoc plugin works fine on it's own. I've tried all sorts of different configurations but haven't managed to generate and javadoc.  Here is my current configuration. All help appreciated.        

Re: Maven Site Not Generating JavaDoc

2014-08-19 Thread Hervé BOUTEMY
this is not reporting but reportPlugins but in fact, you should not use this but use standard pom's reporting section instead of m-site-p configuration: see http://maven.apache.org/plugins/maven-site-plugin/maven-3.html#Configuration_formats Regards, Hervé Le mardi 19 août 2014 14:42:37 SEAN