You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Paul Gier <pg...@apache.org> on 2011/05/13 23:04:27 UTC

[ANN] Maven Deploy Plugin 2.6 Released

The Maven team is pleased to announce the release of the Maven Deploy
Plugin, version 2.6

This plugin allows artifacts to be deployed to a Maven repository.  See
the plugin's site for more details:

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

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

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-deploy-plugin</artifactId>
 <version>2.6</version>
</plugin>

Release Notes - Maven 2.x Deploy Plugin - Version 2.6

** Bug
    * [MDEPLOY-112] - deployed snapshot name has different build numbers
for multiple artifacts of the same build
    * [MDEPLOY-123] -
http://maven.apache.org/plugins/maven-deploy-plugin/usage.html says
maven does not support password hashing

** Improvement
    * [MDEPLOY-48] - deploy:deploy-file does not support deploying
sources jars too
    * [MDEPLOY-106] - Packaging should not always be required.


Enjoy,

-The Maven team