You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Robert Scholte <rf...@apache.org> on 2013/10/19 11:43:01 UTC

[ANN] Apache Maven Deploy Plugin 2.8.1 Released

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

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

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.8.1</version>
</plugin>

Release Notes - Maven Deploy Plugin - Version 2.8.1

** Bug
     * [MDEPLOY-169] - deployAtEnd broken with parallel builds
     * [MDEPLOY-170] - Plugin configuration on module level is ignored when  
deployAtEnd


Enjoy,

-The Apache Maven team