diff --git a/pdf/plugin.jelly b/pdf/plugin.jelly index 40d7aef8..5d0780c9 100644 --- a/pdf/plugin.jelly +++ b/pdf/plugin.jelly @@ -16,7 +16,13 @@ * limitations under the License. */ --> - + @@ -276,4 +282,31 @@ plugin.currentVersion = [${plugin.currentVersion}] + + + + + + + + + + + + + + + + + + + + + diff --git a/pdf/xdocs/changes.xml b/pdf/xdocs/changes.xml index 6333910c..a5bdf2f6 100644 --- a/pdf/xdocs/changes.xml +++ b/pdf/xdocs/changes.xml @@ -25,6 +25,7 @@ + New goal pdf:navigation-validate to validate the pdf navigation file. Fix maven.pdf.cover.projectCompany. Make cover header- and footer-height configurable. Use optional id tag for sub/section anchors to avoid problems with identical names. diff --git a/pdf/xdocs/goals.xml b/pdf/xdocs/goals.xml index 3f587982..fac4ac76 100644 --- a/pdf/xdocs/goals.xml +++ b/pdf/xdocs/goals.xml @@ -45,6 +45,10 @@ pdf:pdf Generates a PDF document containing all project documentation. The PDF is generated from the .fo file generated in the fo:fo goal. + + pdf:navigation-validate + Validates ${maven.pdf.navigationFile}. + maven-pdf-plugin:register Register the pdf generation after the site goal.