The Maven team is pleased to announce the release of the Maven Repository Plugin, version 2.3.1.

This plugin assists the user in creating archived bundles that are designed to meet all requirements for upload to the central Maven repository. Please see the plugin's site for more details:

  http://maven.apache.org/plugins/maven-repository-plugin/

To use the updated plugin in your projects, you need to add the
following snippet to the plugins or plugin management section of your POM:

  <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-repository-plugin</artifactId>
    <version>2.3.1</version>
  </plugin>

Release Notes - Maven 2.x Repository Plugin - Version 2.3.1

** Bug
* [MREPOSITORY-22] - repository:bundle-create ignores -f directive (different pom.xml file) * [MREPOSITORY-23] - Wrong error message "[INFO] project.scm.url must be present." * [MREPOSITORY-24] - bundle-create mojos emits bogus warning about missing sources/javadocs if main artifact is not a jar

Enjoy,


-The Maven team


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to