The Apache Maven team is pleased to announce the release of the Apache
Maven Install Plugin, version 3.1.0

https://maven.apache.org/plugins/maven-instll-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.0</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-install-plugin/download.html


Release Notes - Maven Install Plugin - Version 3.1.0

** Bug
    * [MINSTALL-179] - installAtEnd when module does not use m-install-p

** Improvement
    * [MINSTALL-183] - Don't use metadata from main artifact to fetch
pom.xml
    * [MINSTALL-185] - Install all artifacts in one request

** Task
    * [MINSTALL-181] - Require Java 8
    * [MINSTALL-184] - Cleanup IT tests

** Dependency upgrade
    * [MINSTALL-180] - Upgrade Parent to 37
    * [MINSTALL-182] - Bump mockito-core from 2.28.2 to 4.8.1

Enjoy,

-The Apache Maven team

Reply via email to