Apache Maven Install Plugin 3.1.4 Released

Slawomir Jaranowski <[email protected]> Thu, 27 Feb 2025 22:33:36 +0100
Newsgroups gmane.comp.apache.maven.announce,gmane.comp.apache.user,gmane.comp.apache.deltacloud.devel
Message-ID <CAGjJkv3r8VBjN0RNjrKSVvEqG9nJA2QRYr84PXU8+P2Yzx9BUA@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven Install Plugin, version 3.1.4

This plugin is used during the install phase to add artifact(s) to the
local repository.

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.4</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.4

https://github.com/apache/maven-install-plugin/releases/tag/maven-install-plugin-3.1.4

Enjoy,

-The Apache Maven team