From ae119ea5511b9dfa487a9ed9e0ea44a8d80f2336 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 14 Aug 2005 11:36:37 +0000 Subject: [PATCH] MPPDF-31 : Can't insert the logo image described in the POM if its path begins with / git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@232599 13f79535-47bb-0310-9956-ffa450edef68 --- pdf/plugin.jelly | 26 +++++++++++++------------- pdf/project.properties | 2 -- pdf/project.xml | 6 ++++++ 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/pdf/plugin.jelly b/pdf/plugin.jelly index 7f1ef630..4b8da57a 100644 --- a/pdf/plugin.jelly +++ b/pdf/plugin.jelly @@ -39,19 +39,19 @@ pattern="${maven.xdoc.date.format}" locale="${maven.xdoc.date.locale}"/> - - + + + + + + - - + + + + + + @@ -227,4 +227,4 @@ internal_pdf_workingDir = [${internal_pdf_workingDir}] - \ No newline at end of file + diff --git a/pdf/project.properties b/pdf/project.properties index 146e41ef..d66f96c3 100644 --- a/pdf/project.properties +++ b/pdf/project.properties @@ -17,5 +17,3 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- -maven.pdf.projectLogo=${maven.docs.src}/images/maven.gif -maven.pdf.companyLogo=${maven.docs.src}/images/asf_logo_wide_clear.gif \ No newline at end of file diff --git a/pdf/project.xml b/pdf/project.xml index d570de2f..05b30f46 100644 --- a/pdf/project.xml +++ b/pdf/project.xml @@ -21,6 +21,12 @@ maven-pdf-plugin Maven PDF Plug-in 2.3.1-SNAPSHOT + + Apache Software Foundation + http://www.apache.org/ + /images/asf_logo_wide_clear.gif + + /images/maven.gif PDF Documentation generator Generator of project documentation in PDF Format. http://maven.apache.org/reference/plugins/pdf/