The Apache Maven team is pleased to announce the release of the Apache
Maven JXR version 3.3.2
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.3.2</version>
</plugin>
Release Notes - Maven JXR - Version 3.3.2
** Bug
* [JXR-183] - Plugin Documentation not generated
** Task
* [JXR-185] - Consistently evaluate skip parameter in
MavenReport#canGenerateReport()
** Dependency upgrade
* [JXR-186] - Upgrade to Parent 41
* [JXR-187] - Upgrade components
Enjoy,
-The Apache Maven team