You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/05/18 05:21:43 UTC

[maven-deploy-plugin] branch MDEPLOY-267_skip_release_snapshot_deply_parameter updated (8795786 -> 70faeae)

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a change to branch MDEPLOY-267_skip_release_snapshot_deply_parameter
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git.


    from 8795786  [MDEPLOY-267] add parameters to deploy or not non snapshots or release (-DskipRelease or -DskipSnapshot)
     add 70faeae  [MDEPLOY-267] change type of skip parameter to String with possible values releases,snapshots,true default will be false

No new revisions were added by this update.

Summary of changes:
 src/it/skip-release-jar/pom.xml                    |  2 +-
 src/it/skip-snapshot-jar/pom.xml                   |  2 +-
 src/it/skip-snapshot-jar/setup.bsh                 |  2 +-
 .../apache/maven/plugins/deploy/DeployMojo.java    | 30 ++++++++--------------
 .../maven/plugins/deploy/DeployMojoTest.java       |  2 +-
 5 files changed, 15 insertions(+), 23 deletions(-)