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

The Install Plugin is used during the install phase to add artifact(s) to the
local repository. The Install Plugin uses the information in the POM (groupId,
artifactId, version) to determine the proper location for the artifact within
the local repository.

NOTE:

  • Plugin is Java7 level and compatible with Maven 3.2.5+
1
2  org.apache.maven.plugins
3  maven-install-plugin
4  3.0.1
5

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

Release Notes - Maven Install Plugin Version 3.0.1

  • Bug:

    • MINSTALL-160 - generatePom=true with 3.0.0-M1 does not generate minimal POM but copies existing one

Enjoy,

-The Apache Maven team