diff --git a/pdf/project.xml b/pdf/project.xml index 6616e280..a290936d 100644 --- a/pdf/project.xml +++ b/pdf/project.xml @@ -1,4 +1,5 @@ + + ${basedir}/../plugin-parent/project.xml maven-pdf-plugin Maven PDF Plug-in - 2.2-SNAPSHOT + 2.2 PDF Documentation generator Generator of project documentation in PDF Format. http://maven.apache.org/reference/plugins/pdf/ @@ -42,6 +44,11 @@ 2.1 MAVEN_PDF_2_1 + + 2.2 + 2.2 + MAVEN_PDF_2_2 + diff --git a/pdf/xdocs/changes.xml b/pdf/xdocs/changes.xml index 66cd4bec..4fc2f092 100644 --- a/pdf/xdocs/changes.xml +++ b/pdf/xdocs/changes.xml @@ -1,4 +1,5 @@ + + Changes dIon Gillard - + PRE tag support added. Show "v." in cover only when version is not empty. The new property "maven.pdf.navigationFilePath" allows you to define a different directory from ${maven.xdoc.src} for the navigation file. From now, the PDF plugin can be used in a multiproject environment with a navigation file dynamically generated.