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

[ANN] Apache Maven Deploy Plugin 2.8 Released

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

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.

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


Release Notes - Maven Deploy Plugin - Version 2.8

** Bug
     * [MDEPLOY-68] - altDeploymentRepository allows dangerous deploy  
processes
     * [MDEPLOY-145] - Documentation does not list layouts

** Improvement
     * [MDEPLOY-154] - Rewrite page 'deploy with classifier'

** New Feature
     * [MDEPLOY-157] - Add deployAtEnd option for multimodule projects

** Task
     * [MDEPLOY-151] - use maven-plugin-tools' java 5 annotations


Enjoy,

-The Apache Maven team

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