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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to