git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
29 lines
845 B
XML
29 lines
845 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Maven PDF Plug-in</title>
|
|
<author email="jason@zenplex.com">Jason van Zyl</author>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Maven PDF Plug-in">
|
|
<p>
|
|
This plug-in allows you to generate a PDF version of your project's
|
|
documentation.
|
|
</p>
|
|
<p>
|
|
There is a known problem with the PDF generation tool (Apache's FOP)
|
|
in that it doesn't allow for table structures with automatic column
|
|
widths to be generated. This means that currently, documents with
|
|
tables will be missing content.
|
|
</p>
|
|
<p>
|
|
Another issue is that the documentation is only the top level of
|
|
the documentation generated.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</document>
|