ChangesdIon GillardAdd USLetter (8.5"x11") as a paper type.
Add xml-apis and xalan dependencies for JDK 1.3.
The PDF generation works if paths used in navigation.xml don't begin with a '/'.
The date on the cover worked for all projects (not only maven).
Tables management XSL code cleaned (duplications removed) and simplified.
Tables with THEAD/TBODY and tables with a first row compound of th have the same look : They use a table header which is copied on each page.
The cover is improved.
Internal and external links are differently colored.
XSL styles are extracted in a single file.
Upgraded to xerces 2.4.0, fop 0.20.5, batik 1.5A new plugin property (maven.pdf.navigationFile) is added to allow the users to have a different navigation file for the site and for the pdf doc.The use of links inside xdocs don't lead to crash the PDF generation.MAVEN-MPPDF-1. Completely re-write of the PDF plug-in. It solves most of the thorniest issues, such as table formatting, more levels in the table of contents, and image sizing. The graphic design is also dramatically improved.update to use maven.docs.*/maven.gen.docsUpgraded to xerces 2.3.0, xalan 2.4.1 and fop 0.20.5rc2Added more documentationFix plugin and fo stylesheet to get plugin working againAdded table support.