We are pleased to announce the Maven PDF Plugin 2.3 release! http://maven.apache.org/maven-1.x/plugins/pdf/ PDF Documentation generator =============================================================================== Changes in this version include: Fixed bugs: o maven pdf fails with footer in navigation.xml. Fixes MPPDF-36. Thanks to Lukas Theussl. o The first row of table is not rendered. Fixes MPPDF-30. Thanks to Lukas Theussl. o Internal links failed. Fixes MPPDF-24. Thanks to Lukas Theussl. o img src attributes are not made relative to the xdoc source. Fixes MPPDF-13. Thanks to Lukas Theussl. Changes: o Use the ant task for the xsl transformation and remove xerces and xalan dependencies. People using java 5 will have to use this release with maven 1.1 or maven 1.0 with at the most the PDF plugin 2.2.X. Fixes MPPDF-38. o Use the ant task for the fop transformation and remove xalan dependency. =============================================================================== 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-pdf-plugin -Dversion=2.3 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-pdf-plugin-2.3.jar Have fun! -The Maven PDF Plugin development team