Apache Maven
Maven Project Info Reports Plugin version 3.4.1
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 3.4.1
You should specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-project-info-reports-plugin</artifactId>
4 <version>3.4.1</version>
5</plugin>
You can download the appropriate sources etc. from the download page.
Release Notes - Maven Project Info Reports Plugin - Version 3.4.1
-
Bug:
- MPIR-423 - dependencies goal doesn't create required resources
-
Dependency upgrade:
- MPIR-424 - Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0
Enjoy,
-The Apache Maven team
Posted at 09:56PM Aug 13, 2022
by khmarbaise in Plugin Release |
|
Apache Maven JavaDoc Plugin Version 3.4.1 Released
The Apache Maven team is pleased to announce the release of the Apache Maven JavaDoc Plugin, version 3.4.1.
The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-javadoc-plugin</artifactId>
4 <version>3.4.1</version>
5</plugin>
You can download the appropriate sources etc. from the download page:
https://maven.apache.org/plugins/maven-javadoc-plugin/download.cgi
Release Notes - Apache Maven JavaDoc Plugin - Version 3.4.1
-
Dependency upgrades:
- MJAVADOC-719 - Update Maven Archiver to 3.6.0
- MJAVADOC-723 - Upgrade Maven Reporting API to 3.1.1/Complete with Maven Reporting Impl 3.2.0
Enjoy,
-The Apache Maven team
Posted at 09:55PM Aug 13, 2022
by khmarbaise in Plugin Release |
|