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

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

Reply via email to