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




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to