Apache Maven Deploy Plugin Version 3.0.0 Released

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

The maven-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.

Important Note since 3.0.0:

  • Maven 3.2.5+ only
  • Minimum JDK 7
1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-deploy-plugin</artifactId>
4  <version>3.0.0</version>
5</plugin>

You can download the appropriate sources etc. from the download page.

Release Notes - Maven Deploy Plugin Version 3.0.0.

  • Bug:

    • MDEPLOY-193 - deployAtEnd does not deploy artifacts for multi-module project with build extensions
  • Task:

Enjoy,

-The Apache Maven team

Karl-Heinz Marbaise