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:52 UTC

[maven-deploy-plugin] branch master updated (02ec0cb -> 84d0a07)

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

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


    from 02ec0cb  README improvement
     add 4291f5e  [MDEPLOY-267] change type of skip parameter to String with possible values releases,snapshots,true default will be false
     new 84d0a07  Merge pull request #10 from apache/MDEPLOY-267_skip_release_snapshot_deply_parameter

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/it/{release-jar => skip-release-jar}/pom.xml       |  7 +++++--
 .../setup.bsh                                          |  2 +-
 .../verify.bsh                                         | 10 +++++-----
 src/it/{release-jar => skip-snapshot-jar}/pom.xml      |  9 ++++++---
 .../setup.bsh                                          |  2 +-
 src/it/{MDEPLOY-213 => skip-snapshot-jar}/verify.bsh   | 18 +++++++++++-------
 .../org/apache/maven/plugins/deploy/DeployMojo.java    | 15 ++++++++++++---
 .../apache/maven/plugins/deploy/DeployMojoTest.java    |  2 +-
 8 files changed, 42 insertions(+), 23 deletions(-)
 copy src/it/{release-jar => skip-release-jar}/pom.xml (92%)
 copy src/it/{external-release-jar => skip-release-jar}/setup.bsh (98%)
 copy src/it/{alt-deploy-repo-with-dist-mgmt => skip-release-jar}/verify.bsh (77%)
 copy src/it/{release-jar => skip-snapshot-jar}/pom.xml (91%)
 copy src/it/{external-release-jar => skip-snapshot-jar}/setup.bsh (98%)
 copy src/it/{MDEPLOY-213 => skip-snapshot-jar}/verify.bsh (64%)


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

Posted by ol...@apache.org.
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(-)