Maven Project Info Reports Plugin 3.1.1 released
Michael Osipov <[email protected]> Fri, 4 Sep 2020 11:09:21 +0200
| Newsgroups | gmane.comp.apache.maven.announce,gmane.comp.jakarta.avalon.user,gmane.comp.apache.deltacloud.devel |
|---|---|
| Message-ID | <cea5e609-5f0f-520b-d12e-fa1c1861186f__22571.3015113556$1599210575$gmane$org@apache.org> |
The Apache Maven team is pleased to announce the release of the Maven
Project Info Reports Plugin version 3.1.1.
https://maven.apache.org/plugins/maven-project-info-reports-plugin/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.1</version>
</plugin>
Release Notes - Maven Project Info Reports Plugin - Version 3.1.1
** Bug
* [MPIR-374] - Unknown packaging: bundle when creating report
* [MPIR-398] - Nonsense links created for mailing lists when mailto
is empty
** Improvement
* [MPIR-393] - MailiingListReport.getArchiveServer is weird
* [MPIR-394] - Link for Jenkins introduction should be updated to
jenkins.io
Enjoy,
-The Apache Maven team