You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Wendy Smoak <ws...@apache.org> on 2008/08/07 06:55:59 UTC

[ANN] Maven Deploy Plugin version 2.4 Released

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

This plugin is used to add artifacts and associated metadata to a
remote repository [1].

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

To use this release, specify the version in your project's plugin configuration:

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

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

** Bug
    * [MDEPLOY-45] - Classifier not supported by deploy:deploy
    * [MDEPLOY-56] - Parent version ignored when deploying file with
existing pom

** Improvement
    * [MDEPLOY-66] - add XML encoding support for POM reading/writing

** New Feature
    * [MDEPLOY-63] - Allow disabling deployment for artifacts that
should not be deployed

[1] For more information on managing remote repositories, see
http://maven.apache.org/repository-management.html

Enjoy,
-- 
Wendy Smoak
on behalf of the Maven team