The Apache Maven team is pleased to announce the release of the Apache
Maven JXR version 3.5.0
This module generates browsable HTML pages from Java source code.
https://maven.apache.org/jxr/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.5.0</version>
</plugin>
Release Notes - Maven JXR - Version 3.5.0
** Improvement
* [JXR-169] - Use of deprecated velocity configuration keys
* [JXR-189] - Dynamically calculate javadocLocation/testJavadocLocation
** Dependency upgrade
* [JXR-188] - Upgrade to Doxia 2.0.0 Milestone Stack
* [JXR-192] - Upgrade to Parent 43
NOTE: Read the details on this release here:
https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack
Enjoy,
-The Apache Maven team