Apache Maven Deploy Plugin Version 2.8.2 Released
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).
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-deploy-plugin</artifactId>
4 <version>2.8.2</version>
5</plugin>
Release Notes - Maven Deploy Plugin 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
Enjoy,
-The Apache Maven team
Karl-Heinz Marbaise