You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2010/07/21 13:20:05 UTC

[ANN] Maven Repository Plugin 2.3.1 Released

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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org