- Customize the debug flag for the FOP command from the plugin property �maven.pdf.debug� (unintentionally removed in the last commit)
- From now when the pdf is generated, it is automatically copied into the ${maven.docs.dest} directory.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114607 13f79535-47bb-0310-9956-ffa450edef68
plugin.jelly :
code reformating,
+ debug mode corrected : uses correctly the project property �maven.pdf.debug� for the style task and the FO transformation,
+ uses a new property �maven.pdf.navigationFile� to specify a navigation file specific to the pdf doc.
plugin.properties :
New property : �maven.pdf.navigationFile�
project.xml :
code reformating,
fo-body.xslt :
code reformating,
+ corrects some problem with external and internal links
+ write the link on the page when the navigation file points to an external link.
fo-table-column-widths.xslt, fo-tables.xslt :
code reformating,
+ add the generation of tables with only tr/td and th.
project2fo.xslt :
code reformating,
+ remove the generation of pages which are not hosted in the project.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114603 13f79535-47bb-0310-9956-ffa450edef68
property from the xdoc plugin. These have been updated to use the new
method of accessing properties in other plugins. While cleaning this
up, I also noticed a handful of other repetitive properties in
plugin.properties files, which I also removed/cleaned.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112744 13f79535-47bb-0310-9956-ffa450edef68