blob: 78735509ea231ddb08366576b67a9ffad61b7645 [file] [log] [blame]
---
layout: post
title: "Apache Maven PDF Plugin Version 1.6.1 Released"
date: '2022-08-19T12:58:36+00:00'
permalink: apache-maven-pdf-plugin-version1
categories:
- Maven-PDF-Plugin
- Maven-Plugin-Releases
---
The Apache Maven team is pleased to announce the release of the
[Apache Maven PDF Plugin, version 1.6.1](https://maven.apache.org/plugins/maven-pdf-plugin/).
This plug-in allows you to generate a PDF version of your project's
documentation.
```xml
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pdf-plugin</artifactId>
<version>1.6.1</version>
</plugin>
```
[Release Notes - Maven PDF Plugin - Version 1.6.1](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317620&version=12352204)
* Dependency upgrades:
* [MPDF-105](https://issues.apache.org/jira/browse/MPDF-105) - Upgrade Maven Reporting API to 3.1.
Enjoy,
-The Apache Maven team