The Apache Maven team is pleased to announce the release of the Apache
Maven JXR version 3.4.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.4.0</version>
</plugin>
Release Notes - Maven JXR - Version 3.4.0
** Dependency upgrade
* [JXR-190] - Upgrade commons-io:commons-io to 2.16.0
* [JXR-191] - Upgrade to Parent 42 and Maven 3.6.3
Enjoy,
-The Apache Maven team