The Maven team is pleased to announce the release of the Maven JXR and
Maven JXR Plugin, version 2.2.

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.

http://maven.apache.org/jxr/

http://maven.apache.org/plugins/maven-jxr-plugin/

You should specify the version in your project's plugin configuration in
the <reporting> section of the POM:

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-jxr-plugin</artifactId>
 <version>2.2</version>
</plugin>


Release Notes - Maven JXR - Version 2.2

** Bug
    * [JXR-51] - Javadoc link broken for site:stage
    * [JXR-52] - Dont generate xref report if project has pom packaging
and src/main exists
    * [JXR-53] - Add a link to test javadoc
    * [JXR-55] - Add dedicated resource bundle for English
    * [JXR-57] - Change type of outputDirectory parameter to java.io.File

** Improvement
    * [JXR-56] - Add german translation
    * [JXR-60] - use ${project.build.sourceEncoding} as default value
for "inputEncoding" parameter
    * [JXR-81] - Add "implements" to keyword filter
    * [JXR-82] - Add "jxr_linenumber" class to generated line number anchors

** New Feature
    * [JXR-67] - use ${project.reporting.outputEncoding} as default
value for "outputEncoding" parameter and default to UTF-8
    * [JXR-77] - Add Swedish translation

** Wish
    * [JXR-62] - Make file encoding default to platform encoding


Enjoy,

-The Maven team

Reply via email to