You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vincent Siveton <vs...@apache.org> on 2009/12/13 23:37:02 UTC

[ANN] Maven PDF Plugin 1.1 Released

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

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.1</version>
</plugin>

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

** Bug
    * [MPDF-17] - Test fails with JDK 1.5+ if base directory has a
space in its path
    * [MPDF-28] - When specifying output dir, copy only the generated pdf
    * [MPDF-31] - LinkageError using JDK6

** Improvement
    * [MPDF-23] - Definition Lists are not formatted correctly
    * [MPDF-26] - Add report generation in PDF
    * [MPDF-27] - Support Doxia files generated by Maven plugins
    * [MPDF-30] - Add a parameter to include or not the TOC

** New Feature
    * [MPDF-24] - Support Velocity files

** Wish
    * [MPDF-16] - Add German translation

Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org