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

https://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>3.0.0-M2</version>
</plugin>


Release Notes - Maven Deploy Plugin - Version 3.0.0-M2

** Bug
* [MDEPLOY-244] - maven deploy plugin 3.0.0-M1 breaks deploys when alt*DeploymentRepository properties are used * [MDEPLOY-247] - Version 3.0.0-M1 breaks deploy using alt*DeploymentRepository with old syntax on Windows * [MDEPLOY-249] - fix altDeploymentRepository format documentation: no more layout * [MDEPLOY-279] - Missing validation of altDeploymentRepository mojo parameter

** New Feature
* [MDEPLOY-267] - add parameters to deploy or not non snapshots or release (-DskipRelease or -DskipSnapshot)

** Improvement
    * [MDEPLOY-263] - Add .asf.yaml
* [MDEPLOY-265] - Allow old alt*DeploymentRepository property format if default layout is used
    * [MDEPLOY-269] - Make build Reproducible

** Task
    * [MDEPLOY-243] - Remove JIRA report from generated site
    * [MDEPLOY-245] - Remove the updateReleaseInfo parameter's leftovers
    * [MDEPLOY-250] - add documentation on managing network issues

** Dependency upgrade
    * [MDEPLOY-248] - Update maven-artifact-transfer from 0.10.0 to 0.11.0
    * [MDEPLOY-253] - Upgrade plexus-utils to 3.2.0
    * [MDEPLOY-264] - Upgrade Maven Artifact Transfer to 0.13.1
    * [MDEPLOY-268] - Upgrade maven-plugin-parent to version 34


Enjoy,

-The Apache Maven team

Reply via email to