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 06:22:53 UTC

[maven-deploy-plugin] 01/01: Merge pull request #10 from apache/MDEPLOY-267_skip_release_snapshot_deply_parameter

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git

commit 84d0a07ef0153ea7ba6dfb0fff816a7e60489877
Merge: 02ec0cb 4291f5e
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon May 18 16:22:45 2020 +1000

    Merge pull request #10 from apache/MDEPLOY-267_skip_release_snapshot_deply_parameter
    
    [MDEPLOY-267] add parameters to deploy or not non snapshots or release (-DskipRelease or -DskipSnapshot)

 src/it/skip-release-jar/pom.xml                    | 83 ++++++++++++++++++++++
 src/it/skip-release-jar/setup.bsh                  | 33 +++++++++
 src/it/skip-release-jar/verify.bsh                 | 40 +++++++++++
 src/it/skip-snapshot-jar/pom.xml                   | 83 ++++++++++++++++++++++
 src/it/skip-snapshot-jar/setup.bsh                 | 33 +++++++++
 src/it/skip-snapshot-jar/verify.bsh                | 46 ++++++++++++
 .../apache/maven/plugins/deploy/DeployMojo.java    | 15 +++-
 .../maven/plugins/deploy/DeployMojoTest.java       |  2 +-
 8 files changed, 331 insertions(+), 4 deletions(-)