The Apache Maven team is pleased to announce the 2.0-beta-3 release of
the Javadoc plugin for Maven 2. This is primarily a bugfix release,
addressing the following issues:
o MNG-1257: does not work on war projects
o MNG-1464: executes for non-java projects
o MNG-1510: site-embedded report mode check always returns true
o MNG-1398: site report generates an empty index.html
Maven should automatically start using this new plugin release once it
is available on the repository, but you may need to issue:
mvn -U -up <goal>
to ensure that your plugin-registry is updated (if you are using one).
Thanks, and enjoy!
John