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

This plugin simplifies the task of creating upload bundles for adding artifacts to Maven's central 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.2</version>
</plugin>

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


** Improvement
* [MREPOSITORY-18] - Repository bundles don't include .asc files or attached artifacts other than sources and javadocs

** New Feature
* [MREPOSITORY-3] - Please add support for multi-module projects in repository:bundle-create mojo


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