mvn site:site works with Maven 3.0.3, but does not generate any of the reports from the reporting section.
Site reports generation works fine with Maven 2.2.1 (the latest Maven 2.x release).
https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html mentions that the reporting section is no longer a part of the main POM.xml file, but has to be moved into the site plugin, but isn't too specific about it.
The http://maven.apache.org/plugins/maven-site-plugin/maven-3.html guide has some more detail and should be sufficient to fix the problem.
Naturally, I'd be happy to provide a patch if desired.
Log in to post a comment.
Site reports generation works fine with Maven 2.2.1 (the latest Maven 2.x release).
https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html mentions that the reporting section is no longer a part of the main POM.xml file, but has to be moved into the site plugin, but isn't too specific about it.
The http://maven.apache.org/plugins/maven-site-plugin/maven-3.html guide has some more detail and should be sufficient to fix the problem.
Naturally, I'd be happy to provide a patch if desired.