We are pleased to announce the Maven JXR Plugin 1.4.3 release! http://maven.apache.org/maven-1.x/plugins/jxr/ Create cross reference. =============================================================================== Changes in this version include: Fixed bugs: o Close streams properly on errors Fixes MPJXR-20. Thanks to Ola Sandness. o Ignore Java 5 package-info.java files Fixes MPJXR-26. o Fix malformed HTML when "package" or "import" used in the code/comments outside of the normal keyword use Fixes MPJXR-11. Thanks to Lukas Theussl. o Remove hardcoded encoding in templates. Fixes MPJXR-18. =============================================================================== 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.3 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.3.jar Have fun! -The Maven JXR Plugin development team