The Apache Maven team is pleased to announce the release of the Apache
Maven JXR version 3.3.1
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.1</version>
</plugin>
Release Notes - Maven JXR - Version 3.3.1
** Improvement
* [JXR-175] - Support Java 14 record as class type in cross reference
* [JXR-176] - Remove dependency org.apache.commons:commons-lang3
** Dependency upgrade
* [JXR-177] - Upgrade Plexus Utils to 3.5.0
* [JXR-178] - Update parent pom to 39
* [JXR-180] - commons-io to 2.14.0
* [JXR-181] - Upgrade to Parent 40
Enjoy,
-The Apache Maven team