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

[ANN] Maven Repository Plugin 2.2 Released

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