The Maven team is pleased to announce the release of the Maven Repository Plugin, version 2.1
This plugin is used to create bundles of artifacts that can be uploaded to the central repository. http://maven.apache.org/plugins/maven-repository-plugin/ You can run mvn -up to get the latest version of the plugin, or specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-repository-plugin</artifactId> <version>2.1</version> </plugin> Release Notes - Maven 2.x Repository Plugin - Version 2.1 ** Bug * [MREPOSITORY-2] - project.scm.connection should not be required for bundle-create * [MREPOSITORY-6] - Don't check for License.txt file, but verify the licenses element in pom.xml * [MREPOSITORY-11] - Javadoc not included in the bundle ** Improvement * [MREPOSITORY-5] - Plugin website needs to be completed * [MREPOSITORY-10] - add XML encoding support for POM reading/writing Enjoy, -The Maven team
