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

Reply via email to