Apache Maven JavaDoc Plugin Version 2.10.3 Released

The Apache Maven team is pleased to announce the release of the Apache Maven JavaDoc Plugin, version 2.10.3.

The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project.

Please be aware of the new location of our issue tracker which has been moved from Codehaus to Apache Software Foundation.

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-javadoc-plugin</artifactId>
4  <version>2.10.3</version>
5</plugin>

Release Notes - Apache Maven JavaDoc Plugin - Version 2.10.3

Bugs:

  • MJAVADOC-347 - javadoc:aggregate-jar doesn't create Javadoc JAR if failOnError=false and there is an error
  • MJAVADOC-414 - Artifacts missing from test classpath.
  • MJAVADOC-424 - Compile errors and warning when generating the test-javadoc
  • MJAVADOC-425 - Outdated doxia's version is used in plugin

Enjoy,

-The Apache Maven team