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

The Install 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.3.1</version>
</plugin>


Release Notes - Maven 2.x Install Plugin - Version 2.3.1


** New Feature
    * [MINSTALL-75] - Add @threadSafe support for maven3

Enjoy,

-The Maven team

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

Reply via email to