The Apache Maven team is pleased to announce the release of the Maven PDF Plugin version 1.5.1.

https://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.5.1</version>
</plugin>


Release Notes - Maven PDF Plugin - Version 1.5.1

** New Feature
    * [MPDF-8] - Create one PDF from a multi module project

** Improvement
    * [MPDF-94] - make build Reproducible
    * [MPDF-98] - Require Java 8

** Task
    * [MPDF-86] - upgrade FOP to 2.2
* [MPDF-87] - honour reporting.excludeDefaults like maven-site-plugin (when reporting enabled) * [MPDF-88] - upgrade Doxia Sitetools to 1.8 to support site.xml 1.8 xsd
    * [MPDF-92] - Require Java 7 at runtime
    * [MPDF-99] - Add workaround for MPOM-269

** Dependency upgrade
    * [MPDF-90] - Add GitHub documentation
    * [MPDF-91] - Upgrade maven-plugins parent to version 32
    * [MPDF-93] - Update Doxia to 1.9
    * [MPDF-95] - Set minimum enforced Maven version to 3.0+
    * [MPDF-97] - Upgrade Doxia to 1.10 and Doxia Tools to 1.10


Enjoy,

-The Apache Maven team

Reply via email to