We are pleased to announce the Maven XDoc Plugin 1.10.1 release! http://maven.apache.org/maven-1.x/plugins/xdoc/ Convert xdocs into HTML. =============================================================================== Changes in this version include: New Features: o New 'Built by Maven' logos - default changed to mavenlogo_builtby_w.png Fixes MPXDOC-203. Fixed bugs: o maven-xdoc-plugin-1.10.1-SNAPSHOT fails under JDK 6 Fixes MPXDOC-200. Thanks to Benoit Xhenseval. o Plugin fails with anonymous access and empty password in scm url. Fixes MPXDOC-202. o Plugin fails if there is an index.xml in the filesystem root directory. Fixes MPXDOC-201. o Improve stylus.css. Fixes MPXDOC-199. o Wrong margin around organization/name when no organization/logo is present. Fixes MPXDOC-198. o Report fails if there is no connection element in repository. Fixes MPXDOC-197. Changes: o Change margin between menu items in stylus.css. o Upgrade maven-model to version 3.0.2. Fixes MAVEN-1755. o Update to velocity 1.5. o Update dom4j and jelly dependencies to match the ones in maven 1.1 core. o Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9. =============================================================================== 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.10.1 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.10.1.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