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

This module generates browsable HTML pages from Java source code.

http://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>2.4</version>
</plugin>

Release Notes - Maven JXR - Version 2.4

** Bug
* [JXR-63] - Bottom line in jxr report does not correspond to Javadoc style
    * [JXR-85] - JXR generates files with inconsistent line ending style
    * [JXR-93] - aggregate goal creates blank top-level report
    * [JXR-96] - [PATCH] JXR Comment handling has several shortcomings
    * [JXR-103] - All DTD XHTML 1.0 Transitional references are incorrect



** Improvement
    * [JXR-61] - Include bottom text in all pages
    * [JXR-87] - Change line number anchor name pattern
    * [JXR-99] - Improve linguistic style of bottom
* [JXR-104] - Remove NOTICE footer/bottom altogether because no other writes this one too
    * [JXR-106] - Remove Maven 1.x from docs



** Task
* [JXR-94] - use the maven-plugins pom as the parent of the maven-jxr-plugin

Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to