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

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.

http://maven.apache.org/plugins/maven-install-plugin

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-install-plugin</artifactId>
  <version>2.5.2</version>
</plugin>

Release Notes - Apache Maven Install Version 2.5.2

Bugs:

 * [MINSTALL-100] - Update description for installAtEnd param
 * [MINSTALL-103] - Concurrency problem with installAtEnd in parallel builds

Improvements:

 * [MINSTALL-106] - MavenProject/MavenSession Injection as a paremeter instead 
as a component.
 * [MINSTALL-107] - Upgrade to Maven 2.2.1 compatiblity

Enjoy,

-The Apache Maven team

Karl-Heinz Marbaise

Reply via email to