Apache Maven PDF Plugin Version 1.6.1 Released
The Apache Maven team is pleased to announce the release of the Apache Maven PDF Plugin, version 1.6.1.
This plug-in allows you to generate a PDF version of your project's documentation.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-pdf-plugin</artifactId>
4 <version>1.6.1</version>
5</plugin>
Release Notes - Maven PDF Plugin - Version 1.6.1
-
Dependency upgrades:
- MPDF-105 - Upgrade Maven Reporting API to 3.1.
Enjoy,
-The Apache Maven team