You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2009/12/25 12:16:07 UTC

[ANN] Maven Deploy Plugin 2.5 Released

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

This plugin is primarily used during the deploy phase, to add your 
artifact(s) to a remote repository for sharing with other developers and 
projects. For more information, see the plugin's site:

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

To use the updated plugin in your projects, you need to add the
following snippet to the plugins or plugin management section of your POM:

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

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

** Bug
     * [MDEPLOY-50] - deploy:deploy fails without distributionManagment 
despite altDeploymentRepository being specified
     * [MDEPLOY-59] - deploy:deploy-file deletes the original file on error
     * [MDEPLOY-78] - Deploy with classifier does not deploy pom
     * [MDEPLOY-84] - NPE when deploy-file with generatePom=false
     * [MDEPLOY-88] - Artifacts with invalid id can be deployed with 
deploy:deploy-file.
     * [MDEPLOY-89] - Skip won't work if distribution management is not 
specified

** Improvement
     * [MDEPLOY-52] - deploy-file doesn't support updateReleaseInfo

** Task
     * [MDEPLOY-70] - remove copy of plexus-utils' XML encoding support 
sources
     * [MDEPLOY-109] - Have plugin itself respect Maven's online/offline 
mode


Enjoy,


-The Maven team


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