You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/03/16 13:47:54 UTC

[maven-gpg-plugin] branch master updated (4016721 -> 12fbd63)

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

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


    from 4016721  Merge pull request #12 from Syquel/bugfix/MGPG-80_equality
     add 26aa5b3  [MGPG-66] fix handling of excluded files
     add fba2c39  [MGPG-66] add test for handling of excluded files
     add 4da6921  [MGPG-66] fix handling of excluded files on linux
     new 12fbd63  Merge pull request #10 from Syquel/bugfix/MGPG-66

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:
 .../pom.xml                                        | 11 +++++++--
 .../verify.bsh                                     | 28 ++++++++++++++++------
 .../maven/plugins/gpg/GpgSignAttachedMojo.java     | 18 +++++++++++---
 3 files changed, 45 insertions(+), 12 deletions(-)
 copy src/it/{sign-release => sign-release-with-excludes}/pom.xml (89%)
 copy src/it/{sign-release => sign-release-with-excludes}/verify.bsh (62%)


[maven-gpg-plugin] 01/01: Merge pull request #10 from Syquel/bugfix/MGPG-66

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 12fbd63ee9a0889f19fdd0d28417e9dc011dde2f
Merge: 4016721 4da6921
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Tue Mar 16 13:47:47 2021 +0000

    Merge pull request #10 from Syquel/bugfix/MGPG-66
    
    [MGPG-66] fix handling of excluded files

 src/it/sign-release-with-excludes/pom.xml          | 107 +++++++++++++++++++++
 src/it/sign-release-with-excludes/verify.bsh       |  58 +++++++++++
 .../maven/plugins/gpg/GpgSignAttachedMojo.java     |  18 +++-
 3 files changed, 180 insertions(+), 3 deletions(-)