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

The deploy plugin is primarily used during the deploy phase, to add your
artifact(s) to a remote repository for sharing with other developers and
projects. This is usually done in an integration or release environment. It can
also be used to deploy a particular artifact (e.g. a third party jar like Sun's
non redistributable reference implementations).

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

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

Release Notes - Apache Maven Deploy Version 2.8.2

Bugs:

 * [MDEPLOY-172] - Concurrency problem with deployAtEnd in parallel builds
 * [MDEPLOY-174] - [REGRESSION] url not required anymore, causing a 
NullPointerException

Improvements:

 * [MDEPLOY-185] - MavenProject/MavenSession Injection as a paremeter instead 
as a component.
 * [MDEPLOY-186] - Upgrade to Maven 2.2.1 compatiblity

Enjo

-The Apache Maven team

Karl-Heinz Marbaise

Reply via email to