Apache Maven PDF Plugin Version 1.3 Released
The Apache Maven team is pleased to announce the release of the Apache Maven PDF Plugin, version 1.3.
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.3</version>
5</plugin>
Release Notes - Maven PDF Plugin - Version 1.3
Bugs:
- MPDF-66 - custom properties are not filtered in .apt.vm
- MPDF-67 - Update plexus-interpolation for thread-safety issues
Improvements:
- MPDF-60 - Locale properties for Spanish and Galician
- MPDF-63 - MavenProject/MavenSession Injection as a paremeter instead as a component.
- MPDF-68 - Removed dependency org.codehaus.plexus:plexus-container-default:1.0-alpha-9
- MPDF-69 - Removed unused dependency to maven-assembly-plugin
- MPDF-70 - Upgrade maven-reporting-exec/maven-reporting-impl
- MPDF-71 - Remove backward compatibility with Maven 2.0.X
Task:
- MPDF-61 - Change Maven prerequisite to 2.2.1
Enjoy,
-The Apache Maven team