We are pleased to announce the Maven JXR Plugin 1.5 release! http://maven.apache.org/maven-1.x/plugins/jxr/ Create cross reference. =============================================================================== Changes in this version include: New Features: o New property to make inclusion of test Xref optional. Fixes MPJXR-32. Fixed bugs: o Use maven.compile.src.setinstead of pom.build.sourceDirectory. Fixes MPJXR-3. o Source X-Ref Plugin reverses backslashes. Fixes MPJXR-31. Changes: o Upgrade to maven-jxr 1.0 o Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-collections v3.1 -> v3.0 commons-logging v1.0.3 -> v1.0.4 oro v2.0.7 -> v2.0.8 Fixes MAVEN-1712. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-jxr-plugin -Dversion=1.5 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-jxr-plugin-1.5.jar Have fun! -The Maven JXR Plugin development team