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

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.5</version>
</plugin>


Release Notes - Apache Maven Install Plugin - Version 2.5

** Bug
    * [MINSTALL-92] - Docs says the skip param is required, which it isn't

** Improvement
* [MINSTALL-39] - Maven Install Plugin always copy the artifact in the repository, even if there was no changes * [MINSTALL-90] - use last plexus-utils 3.0.7 which is faster on copying files.
    * [MINSTALL-95] - Enhance documentation of install-file

** New Feature
* [MINSTALL-52] - install:install-file should default to a pom file found in the jar if available
    * [MINSTALL-93] - Add installAtEnd option for multimodule projects


Enjoy,

-The Apache 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