The Apache Maven team is pleased to announce the release of the
Apache Maven JXR, version 3.3.0.

This module generates browsable HTML pages from Java source code.

You should specify the version in your project's plugin configuration:

1
2   org.apache.maven.plugins
3   maven-jxr-plugin
4   3.3.0
5

Release Notes - Maven JXR - Version 3.3.0

  • Bugs:

    • JXR-166 - Two versions of velocity engines on plugin classpath
    • JXR-170 - NullPointerException while parsing Java 15 multi-line String source
  • Task:

    • JXR-174 - Revert JXR-157 until next major version
  • Dependency upgrades:

    • JXR-171 - Bump plexus-utils from 3.4.1 to 3.4.2
    • JXR-172 - Upgrade Parent to 37, project cleanup
    • JXR-173 - Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0

Enjoy,

-The Apache Maven team