Apache Maven PDF Plugin Version 1.6.0 Released

1 · Karl Heinz Marbaise · April 21, 2022, 10:42 p.m.
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 2 3 4 5 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pdf-plugin</artifactId> <version>1.6.0</version> </plugin> Release Notes – Maven PDF Plugin – Version 1.6.0 Task: MPDF-100 – Remove remains of org.codehaus.doxia.sink.Sink Dependency upgrades: MPDF-101 – Upgrade Maven t...