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
22 lines
900 B
Properties
22 lines
900 B
Properties
# -------------------------------------------------------------------
|
|
# P L U G I N P R O P E R T I E S
|
|
# -------------------------------------------------------------------
|
|
# PDF plugin.
|
|
# -------------------------------------------------------------------
|
|
maven.pdf.confidential=false
|
|
maven.pdf.paperType=A4
|
|
maven.pdf.companyName=${pom.organization.name}
|
|
maven.pdf.companyIncName=${pom.organization.name}
|
|
maven.pdf.copyrightYear=${pom.inceptionYear}
|
|
maven.pdf.imageDpi=150
|
|
maven.pdf.debug=false
|
|
maven.pdf.navigationFile=navigation.xml
|
|
# Reserved for future use...
|
|
maven.pdf.cover.projectCompany=${pom.organization.name}
|
|
maven.pdf.cover.projectName=${pom.name}
|
|
maven.pdf.cover.type=Project Documentation
|
|
maven.pdf.cover.version=${pom.currentVersion}
|
|
maven.pdf.cover.date=June 2, 2003
|
|
maven.pdf.projectLogo=${pom.url}${pom.logo}
|
|
maven.pdf.companyLogo=${pom.organization.url}${pom.organization.logo}
|