You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2012/09/07 09:09:46 UTC

[ANN] Apache Maven Install Plugin 2.4 Released

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

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/

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

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

** Improvement
    * [MINSTALL-73] - Add skip parameter
    * [MINSTALL-87] - Install:install-file on missing file should
fail, not indicate success with bogus jar file message

** Bug
    * [MINSTALL-81] - Checksums of metadata files are not always
correct in case of attached artifacts
    * [MINSTALL-86] - Goal summary for install:install only mentions
main artifact

** Task
    * [MINSTALL-88] - use maven-plugin-tools' java 5 annotations

Have Fun,
--
The Apache Maven team

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