The Apache Maven team is pleased to announce the release of the Apache Maven 
JXR Plugin, version 3.1.1

The JXR Plugin produces a cross-reference of the project's sources. The 
generated reports make it easier for the user to reference or find specific 
lines of code. It is also handy when used with the PMD Plugin for referencing 
errors found in the code.

https://maven.apache.org/jxr/maven-jxr-plugin/

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.1.1</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/jxr/download.html



Release Notes - Maven JXR - Version 3.1.1

** Bug
    * [JXR-141] - Invalid HTML generation when having multiple occurences of 
the same class on one line
    * [JXR-153] - JxrReportTest depends on platform default encoding
    * [JXR-154] - xref-test package summary lists also classes from main source 
directories
    * [JXR-158] - StringEntry shouldn't be Comparable

** Improvement

    * [JXR-142] - Switch to CDI
    * [JXR-143] - New goals jxr-no-fork and test-jxr-no-fork which will not 
invoke generate-*-sources
    * [JXR-144] - Require Maven 3.1.0
    * [JXR-147] - make build Reproducible
    * [JXR-150] - AbstractJxrReport.java uses or overrides a deprecated API.
    * [JXR-151] - Update apache commons

** Dependency upgrade
    * [JXR-146] - upgrade Doxia Sitetools to 1.9.2 to remove dependency on 
Struts
    * [JXR-159] - Prerequisites - Maven 3.1.1


Enjoy,


-The Apache Maven team

Reply via email to