Maven Repository Plugin 2.3 Released

View: New views
1 Messages — Rating Filter:   Alert me  

Maven Repository Plugin 2.3 Released

by jdcasey :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

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

This plugin assists the user in creating archived bundles that are
designed to meet all requirements for upload to the central Maven
repository.

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

You should specify the version in your project's plugin configuration:

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


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


** Improvement
     * [MREPOSITORY-19] - Require SCM information to help tooling for
project materialization from the repository


Enjoy,

-The Maven team