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

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

http://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>2.5.1</version>
</plugin>

Release Notes - Maven Install Plugin - Version 2.5.1

** Bug
    * [MINSTALL-98] - installAtEnd broken with parallel builds
* [MINSTALL-99] - InstallAtEnd should respect plugin-configuration per project


Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to