Apache Maven Install Plugin Version 3.0.0 Released

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

The maven-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 requires Java runtime 7+
  • Plugin requires Maven 3.2.5+
1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-install-plugin</artifactId>
4  <version>3.0.0</version>
5</plugin>

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

Release Notes - Maven Install Plugin Version 3.0.0

  • Bug:

    • MINSTALL-115 - Setting installAtEnd causes no installs to occur when a multimodule project has multiple class realms
    • MINSTALL-154 - Remove link on index page to checksum example page
  • Tasks:

  • Dependency upgrades:

Enjoy,

-The Apache Maven team

Karl-Heinz Marbaise