We are pleased to announce the Maven XDoc Plugin 1.3 release! http://maven.apache.org/maven-1.x/plugins/xdoc/ Convert xdocs into HTML. =============================================================================== Changes in this version include: New Features: o target encoding can be set for files generated from POM. Fixes MAVEN-383. Thanks to Kuisong Tong. o Added a target to validate the navigation.xml files from the schema o Added Cactus reports to Project Reports o Added new $gen-xdocsvariable in the Velocity context used to generate the templates files. It points to the location where generated xdocs are located. o Added Javadoc report to Project Reports Fixed bugs: o Fix table widths of changelog and changes reports o Fix for Maven-124, the navbar was out of sync with maven-reports.xml Changes: o Added maven.xdoc.development-process-url properties. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-xdoc-plugin -Dversion=1.3 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-xdoc-plugin-1.3.jar =============================================================================== Issues, bugs, and feature requests for Maven XDoc Plugin should be submitted to the following issue tracking system: http://jira.codehaus.org/browse/MPXDOC Have fun! -The Maven XDoc Plugin development team