Tuesday 25 August 2009

maven 3.x and site plugin

The current site plugin won't work with mvn 3.x (current trunk) due to http://jira.codehaus.org/browse/MNG-4162.
So a new branch has been started http://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-3.x/.
You must use it with mvn trunk and all is fine.
Note due to http://jira.codehaus.org/browse/MJAVADOC-251 you have to use a SNAPSHOT of the javadoc plugin.
Basic reports has been tested. I have to work/test more on more complex report (surefire cobertura).
Have fun !