From 0b4dee0c5d91efd0e949796818c4b016fb314fd7 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Tue, 20 Sep 2005 23:00:30 +0000 Subject: [PATCH] New goal pdf:navigation-validate git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@290582 13f79535-47bb-0310-9956-ffa450edef68 --- pdf/plugin.jelly | 35 ++++++++++++++++++++++++++++++++++- pdf/xdocs/changes.xml | 1 + pdf/xdocs/goals.xml | 4 ++++ 3 files changed, 39 insertions(+), 1 deletion(-) 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.