We are pleased to announce the Maven XDoc Plugin 1.5 release! http://maven.apache.org/maven-1.x/plugins/xdoc/ Convert xdocs into HTML. =============================================================================== Changes in this version include: Fixed bugs: o generated site is valid tableless XHTML with a fully css layout. Html elements are now used properly: link lists are ul, titles are h1, h2, etc. invalid html produced for sections "name" elements is now fixed, escaping unvalid chars (replaced by "_"). Hrefs for local links (starting with "#") are fixed accordingly during transformation whitespace in output has been dramatically reduced (only preserved in sensitive elements such as pre, script, style fixes layout during loading in internet explorer: empty images in the nav bar are popping up with the default blue border and text is initially unstyled. No empty images are used anymore ("handles" for nav bar are created using css) xdoc:copy-user-resources also copies resource from maven.gen.docs and not only from maven.docs.src: this allows for reporting plugins to generate images without copying them directly to maven.docs.dest users can add links _after_ the standard project info/project reports section setting the "type" attribute to "footer" for the menu element ($nav/body/menu[@type='footer']) development process URL is not included if maven.xdoc.developmentProcessUrl is empty xhtml fix: missing "alt" attribute for images (required in xhtml) is added automatically Fixes MPXDOC-77. o Document maven.xdoc.jsl. Fixes MAVEN-965. o Evenly space breadcrumbs, customize separator. Fixes MAVEN-966. o Better timezone calcs. Fixes MAVEN-962. o Bad docs entries for maven.docs.dest and maven.gen.docs. Fixes MAVEN-961. o Add details on date format. Fixes MAVEN-964. o Fix excess whitespace. Fixes MAVEN-940. o Fixed empty scm repository and issue tracking URL still being added to the project navigation. Changes: o Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property. o Removed unneeded ant and grant dependencies. =============================================================================== 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.5 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.5.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