We are pleased to announce the Maven PDF Plugin 2.5 release! http://maven.apache.org/maven-1.x/plugins/pdf/ PDF Documentation generator =============================================================================== Changes in this version include: New Features: o New property maven.pdf.createBookmarksto create PDF bookmarks. Thanks to Greg Ludington. o New goal pdf:navigation-validateto validate the pdf navigation file. Fixes MPPDF-48. o Make cover header- and footer-height configurable. Fixed bugs: o The links generated in the reports list are wrong. Works only with the xdoc plugin 1.10 and above. o Title and dates are incorrect when used with Maven 1.0.2. Fixes MPPDF-53. o Identical ids in tables in different documents caused a build failure. Fixes MPPDF-54. o An error occurs if the project logo or the company logo aren't defined. Fixes MPPDF-47. o Page numbering not correct with more than 10 items in menu. Fixes MPPDF-37. o Fix maven.pdf.cover.projectCompany. Fixes MPPDF-50. o Use optional id tag for sub/section anchors to avoid problems with identical names. Fixes MPPDF-40. Changes: o Upgrade to Xalan 2.7.0. Fixes MPPDF-55. o Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces. Fixes MAVEN-1753. o An icon is added to the report entry in the navigation. Works only with the xdoc plugin 1.10 and above. o Update dependencies to match ones in maven 1.1 core and to unify them between plugins. Fixes MAVEN-1712. =============================================================================== 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.5 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.5.jar Have fun! -The Maven PDF Plugin development team