Apache Maven JXR Plugin Version 3.2.0 Released

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

This module generates browsable HTML pages from Java source code.

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

1<plugin>
2   <groupId>org.apache.maven.plugins</groupId>
3   <artifactId>maven-jxr-plugin</artifactId>
4   <version>3.2.0</version>
5</plugin>

NOTE: Special thanks for the contributions retrieved during the hackathon at JCreate.

Release Notes - Maven JXR - Version 3.2.0

  • Bug:

    • JXR-164 - Full path to local code sources in page title
  • Task:

    • JXR-162 - Lift Minimum Java to Java 8
  • Dependency upgrades:

    • JXR-157 - Upgrade Velocity templating engine
    • JXR-163 - Require Maven 3.2.5+
    • JXR-165 - Upgrade Maven Reporting to 3.1.0
    • JXR-167 - Upgrade Parent to 35
    • JXR-168 - Dependency upgrade and cleanup

Enjoy,

-The Apache Maven team