The Maven team is pleased to announce the release of the Maven Install Plugin, version 2.3
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</version> </plugin> Release Notes - Maven 2.x Install Plugin - Version 2.3 ** Bug * [MINSTALL-18] - Bad algorithm to decide if the main artifact is to be installed or not * [MINSTALL-41] - Install with classifier does not install pom * [MINSTALL-55] - install-file fails to grab version inhertied from parent * [MINSTALL-56] - No checksums installed for project with packaging POM ** Improvement * [MINSTALL-44] - add XML encoding support for POM reading/writing * [MINSTALL-48] - Don't create checksums for gpg signature files * [MINSTALL-57] - Default generatePom to true * [MINSTALL-59] - Validate artifact id ** New Feature * [MINSTALL-49] - install-file with javadoc and sources * [MINSTALL-60] - Support updateReleaseInfo for install-file ** Task * [MINSTALL-46] - remove copy of plexus-utils' XML encoding support sources * [MINSTALL-61] - Remove parameter localRepositoryId Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org