You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Robert Scholte <rf...@apache.org> on 2013/09/10 21:42:41 UTC

[ANN] Apache Maven Install Plugin 2.5 Released

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org