diff --git a/pdf/xdocs/index.xml b/pdf/xdocs/index.xml index 8399b68e..2c70acd1 100644 --- a/pdf/xdocs/index.xml +++ b/pdf/xdocs/index.xml @@ -50,10 +50,12 @@

Due to several problems, it is actually impossible to reference the same file in different items in navigation.xml. You must define another navigation file (using the property "maven.pdf.navigationFile") which you'll use only with the PDF plug-in. This navigation cannot define several items with the same href.

  • -

    - Other issues are available in Jira. +

    Identical name or id attributes within one document will lead to a build failure. Note in particular that in the current version of the pdf plugin, id's are constructed from sub/section names (in analogy to the xdoc plugin), so identical titles for sections or subsections will make the pdf generation fail. See MPPDF-40.

  • +
  • +

    Other issues are available in Jira.

    +
  • diff --git a/pdf/xdocs/properties.xml b/pdf/xdocs/properties.xml index b843bca0..d3e73c4c 100644 --- a/pdf/xdocs/properties.xml +++ b/pdf/xdocs/properties.xml @@ -70,8 +70,7 @@ maven.pdf.copyrightYear The year for the copyright. Yes - - ${pom.inceptionYear} + By default, gets constructed like: "${pom.inceptionYear}-build_year", or just "build_year" if the two are equal (or if ${pom.inceptionYear} is undefined). @@ -221,7 +220,8 @@ maven.jar.jimi - Jimi OR Jai libraries must be declared if you want to use PNG images in your pdf document. Jimi and Jai cannot be distributed via ibiblio, so you must add the path to one of these libraries in your project properties. For example : maven.jar.jimi=${maven.repo.local}/jimi/jars/jimi-X.Y.Z.jar + Jimi OR Jai libraries must be declared if you want to use PNG images in your pdf document. Jimi and Jai cannot be distributed via ibiblio, so you must add the path to one of these libraries in your project properties. For example : maven.jar.jimi=${maven.repo.local}/jimi/jars/jimi-X.Y.Z.jar + Yes Empty. @@ -229,7 +229,9 @@ maven.jar.jaicore
    maven.jar.jaicodec - Jimi OR Jai libraries must be declared if you want to use PNG images in your pdf document. Jimi and Jai cannot be distributed via ibiblio, so you must add the path to one of these libraries in your project properties. For example :
    maven.jar.jaicore=${maven.repo.local}/jai/jars/jai_core-X.Y.Z.jar
    maven.jar.jaicodec=${maven.repo.local}/jai/jars/jai_codec-X.Y.Z.jar
    + Jimi OR Jai libraries must be declared if you want to use PNG images in your pdf document. Jimi and Jai cannot be distributed via ibiblio, so you must add the path to one of these libraries in your project properties. For example :
    + maven.jar.jaicore=${maven.repo.local}/jai/jars/jai_core-X.Y.Z.jar
    maven.jar.jaicodec=${maven.repo.local}/jai/jars/jai_codec-X.Y.Z.jar
    + Yes Empty.