Apache Maven PDF Plugin Version 1.6.0 Released
The Apache Maven team is pleased to announce the release of the Apache Maven PDF Plugin, version 1.6.0.
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.0</version>
5</plugin>
Release Notes - Maven PDF Plugin - Version 1.6.0
-
Task:
- MPDF-100 - Remove remains of org.codehaus.doxia.sink.Sink
-
Dependency upgrades:
Enjoy,
-The Apache Maven team