Apache Maven Install Plugin Version 2.5.2 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 2.5.2.
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.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-install-plugin</artifactId>
4 <version>2.5.2</version>
5</plugin>
Release Notes - Maven Install Plugin Version 2.5.2
Bugs:
- MINSTALL-100 - Update description for installAtEnd param
- MINSTALL-103 - Concurrency problem with installAtEnd in parallel builds
Improvements:
- MINSTALL-106 - MavenProject/MavenSession Injection as a paremeter instead as a component.
- MINSTALL-107 - Upgrade to Maven 2.2.1 compatiblity
Enjoy,
-The Apache Maven team
Karl-Heinz Marbaise