The Maven team is pleased to announce the release of the Maven JXR, version 2.3
JXR is a tool for creating cross-references of Java source files. http://maven.apache.org/jxr and http://maven.apache.org/plugins/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>2.3</version> </plugin> Release Notes - Maven 2.x JXR - Version 2.3 Release Notes - Maven JXR - Version 2.3 ** Bug * [JXR-64] - System ID of XHTML frameset incorrect in HTML source * [JXR-69] - fails to create cross links in multi-module project * [JXR-84] - Spurious error message fixed in Velocity 1.5 still exists in JXR ** Improvement * [JXR-59] - speed up AbstractJxrReport.hasSources() * [JXR-71] - JXR doesn't link classes with non letters in their names * [JXR-86] - add standard skip configuration option ** New Feature * [JXR-88] - create jxr:aggregate and jxr:test-aggregate Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org