We are pleased to announce the Maven JXR Plugin 1.4.2 release! http://maven.apache.org/maven-1.x/plugins/jxr/ Create cross reference. =============================================================================== Changes in this version include: Fixed bugs: o Support enum types in Java 5.0 Fixes MPJXR-19. Thanks to Stephen Scaringi. o Remove NullPointerException for empty java files. Fixes MPJXR-13. Changes: o Support encoding and lang. Fixes MPJXR-14. o Add the possibility to run JXR for tests classes if sources classes doesn't exists. Fixes MPJXR-17. o Reduce output for non-debug run. =============================================================================== 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.4.2 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.4.2.jar Have fun! -The Maven JXR Plugin development team