You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by John Casey <jd...@apache.org> on 2009/08/11 16:51:15 UTC

[ANN] Maven Repository Plugin 2.2 Released

Re-sending, I used the wrong from address...

---

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


-- 
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/