Apache Maven JavaDoc Plugin Version 2.10.1 Released
The Apache Maven team is pleased to announce the release of the Apache Maven JavaDoc Plugin, Version 2.10.1.
The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-javadoc-plugin</artifactId>
4 <version>2.10.1</version>
5</plugin>
Release Notes - Apache Maven JavaDoc Version 2.10.1
Bugs:
- MJAVADOC-406 - Regression: MJAVADOC-398 commit changed wrong line
- MJAVADOC-407 - Cannot parse annotations when generating javadoc
- MJAVADOC-416 - java.lang.ClassCastException: com.sun.tools.javadoc.ClassDocImpl cannot be cast to com.sun.javadoc.AnnotationTypeDoc
Improvement:
- MJAVADOC-412 - Update version of plexus-archiver to 2.5
Enjoy,
-The Apache Maven team