The Maven team is pleased to announce the release of the Maven Release Plugin, version 2.3.1
This plugin is used to release a project with Maven, saving a lot of repetitive, manual work. Releasing a project is made in two steps: prepare and perform. http://maven.apache.org/plugins/maven-release-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.3.1</version> </plugin> Release Notes - Maven 2.x Release Plugin - Version 2.3.1 Bug * [MRELEASE-757] - cannot perform a release with another pom then pom.xml * [MRELEASE-758] - [regression] release:perform no longer removes release.properties * [MRELEASE-759] - default excludes are not recognized by Jazz Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
