The Maven team is pleased to announce the release of the Maven PDF Plugin, version 1.0.

This plug-in allows you to generate a PDF version of your project's 
documentation.

http://maven.apache.org/plugins/maven-pdf-plugin/


You should specify the version in your project's plugin configuration:

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-pdf-plugin</artifactId>
 <version>1.0</version>
</plugin>


Release Notes - Maven 2.x PDF Plugin - Version 1.0

Bug

    * [MPDF-7] - Relative images are not recognised in sub folders
    * [MPDF-13] - Copy resources from skin artifact
    * [MPDF-14] - Outputdirectory contains always working files

Improvement

    * [MPDF-2] - Allow table of contents to break across pages
    * [MPDF-4] - Resize images to fit into the page
    * [MPDF-5] - Make layout properties configurable
    * [MPDF-12] - Make cover page configurable
* [MPDF-15] - New parameter to generate aggregate document and individual documents

New Feature

    * [MPDF-9] - Use site.xml for PDF document structure

Task

    * [MPDF-6] - Schedule and release Doxia 1.1.1

Wish

    * [MPDF-1] - Ability to use pom properties in pdf.xml


Enjoy,

-The Maven team


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to