We are pleased to announce the Maven XDoc Plugin 1.4 release! http://maven.apache.org/maven-1.x/plugins/xdoc/ Convert xdocs into HTML. =============================================================================== Changes in this version include: Fixed bugs: o cvs-usage.xml breaks on non-cvs scm URL Fixes MAVEN-756. o Move maven.docs.* and maven.gen.docs to defaults.properties instead of xdoc plugin o Fix the broken build if repository/connection is not present. Fixes MAVEN-698. o Fixed bug where top level xdocs were using xdocs/navigation.xml instead of the generated one when it was available. o Documentation of goals ported to new dedicated format o Add xml declaration to generated report. Fixed for character encoding. o Added the google search on navbar Fixes MAVEN-554. Thanks to Tim Anderson. o remove the space in anchors. Fixes MAVEN-322. Thanks to Paulo Silveira. o suppress highlight on hover on mozilla on named anchors. Fixes MAVEN-419. Thanks to Mark Wilkinson. Changes: o Move xdoc faqs over from the wiki o update to commons-jelly-20030902.160215 o Dependency report was completely rewritten. Report generator is now aware of notion of type and groupId. In addition URL and Description (which was also added to the report) of the dependency can be taken from the POM if there is one in the local repository o update to maven 1.0-beta-10 o update to velocity 1.4-dev o Upgrade to dom4j 1.4 =============================================================================== 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.4 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.4.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