Apache Maven Install Plugin 3.1.3 Released
Tamás Cservenák <[email protected]> Mon, 19 Aug 2024 15:39:38 +0200
| Newsgroups | gmane.comp.apache.incubator.bigtop.devel,gmane.comp.version-control.subversion.user,gmane.comp.apache.maven.announce |
|---|---|
| Message-ID | <CAPLpRQJPeBKwZL8axtiUV5CDpiWy1HL5ihy5brx+oJ+901uKcA__38666.4417966799$1724074806$gmane$org@mail.gmail.com> |
The Apache Maven team is pleased to announce the release of the Apache
Maven Install Plugin, version 3.1.3
https://maven.apache.org/plugins/maven-install-plugin/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.3</version>
</plugin>
You can download the appropriate sources etc. from the download page:
https://maven.apache.org/plugins/maven-install-plugin/download.cgi
Release Notes - Maven Install Plugin - Version 3.1.3
** Bug
* [MINSTALL-196] - Maven 3.9.x install:install-file doesn't
recognize -Dpackaging
** Dependency upgrade
* [MINSTALL-203] - Update to parent POM 43
Have fun,
-The Apache Maven team