diff --git a/pdf/plugin.jelly b/pdf/plugin.jelly index 4b8da57a..87fe6941 100644 --- a/pdf/plugin.jelly +++ b/pdf/plugin.jelly @@ -16,29 +16,18 @@ * limitations under the License. */ --> - - - - + - - - - - - - + + + + + - - + + + @@ -53,10 +42,8 @@ - - ### Debug mode is on ### @@ -98,34 +85,26 @@ internal_pdf_workingDir = [${internal_pdf_workingDir}] ### Debug mode is off ### - - + - - - - - - - + + Generating ${internal_pdf_workingDir}/project.fo from ${maven.pdf.navigationFilePath}/${maven.pdf.navigationFile} ... - - - + + + + + + ${mavenCurrentYear} + ${pom.inceptionYear}-${mavenCurrentYear} + + ${mavenCurrentYear} + + + + @@ -141,20 +120,9 @@ internal_pdf_workingDir = [${internal_pdf_workingDir}] - - - - - - - + + @@ -183,13 +151,7 @@ internal_pdf_workingDir = [${internal_pdf_workingDir}] - - - - + Generating ${internal_pdf_workingDir}/${maven.pdf.pdfName} ... Config file: ${internal_pdf_workingDir}/userconfig.xml @@ -216,15 +178,15 @@ internal_pdf_workingDir = [${internal_pdf_workingDir}] - - - + + + - + - - - + + + diff --git a/pdf/plugin.properties b/pdf/plugin.properties index 1236dedd..de882000 100644 --- a/pdf/plugin.properties +++ b/pdf/plugin.properties @@ -22,7 +22,7 @@ maven.pdf.confidential=false maven.pdf.paperType=A4 maven.pdf.companyIncName=${pom.organization.name} -maven.pdf.copyrightYear=${pom.inceptionYear} +#maven.pdf.copyrightYear=Not defined by default maven.pdf.imageDpi=72 maven.pdf.debug=false maven.pdf.navigationFile=navigation.xml diff --git a/pdf/src/plugin-resources/fo-toc.xslt b/pdf/src/plugin-resources/fo-toc.xslt index 8c750022..a3265780 100644 --- a/pdf/src/plugin-resources/fo-toc.xslt +++ b/pdf/src/plugin-resources/fo-toc.xslt @@ -25,7 +25,7 @@ - + diff --git a/pdf/src/plugin-resources/project2fo.xslt b/pdf/src/plugin-resources/project2fo.xslt index 391a2984..542d4f3d 100644 --- a/pdf/src/plugin-resources/project2fo.xslt +++ b/pdf/src/plugin-resources/project2fo.xslt @@ -29,7 +29,7 @@ US Apache Software Foundation, Inc. false - 2003 + 150 @@ -43,7 +43,7 @@ abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ © - • All rights reserved• Proprietary and Confidential + • ALL RIGHTS RESERVED• PROPRIETARY AND CONFIDENTIAL #454545 #A9A9A9 @@ -145,7 +145,7 @@ - + diff --git a/pdf/xdocs/changes.xml b/pdf/xdocs/changes.xml index cb8ca579..feb12a97 100644 --- a/pdf/xdocs/changes.xml +++ b/pdf/xdocs/changes.xml @@ -25,6 +25,7 @@ Missing patch for MPPDF-24 ( it defines a missing attribute for <code style="indent"> tags and cleans up some layout issues with definition lists). + Standardize copyright notices. Fix some "contents overflows area" errors. Can't insert the logo image described in the POM if its path begins with a slash (as it works for the xdoc plugin). Allow copy and paste from pdf to text editor.