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/10 17:29:57 UTC

[maven-gpg-plugin] branch MGPG-79 updated (22a6d8a -> 8171fa1)

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

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


    from 22a6d8a  [MGPG-79] add test for handling of external pinentry programs in non-interactive mode
     add a272e7d  [MGPG-79] add test for handling of external pinentry programs in interactive mode
     add 8171fa1  [MGPG-79] Fix integration test execution in environments without tty

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            | 45 ++++++++++
 .../apache/maven/plugins/gpg/it/BuildResult.java}  | 34 +++++---
 .../plugins/gpg/it/GpgSignAttachedMojoIT.java      | 74 ++++++++++++++++
 .../maven/plugins/gpg/it/InvokerTestUtils.java     | 99 ++++++++++++++++++++++
 src/test/resources/gnupg/gpg-agent.conf            |  2 +-
 .../test.pom => test/resources/it/settings.xml}    | 60 ++++++-------
 .../pom.xml                                        |  7 +-
 7 files changed, 267 insertions(+), 54 deletions(-)
 copy src/{it/sign-and-deploy-file-with-pom/verify.bsh => test/java/org/apache/maven/plugins/gpg/it/BuildResult.java} (59%)
 create mode 100644 src/test/java/org/apache/maven/plugins/gpg/it/GpgSignAttachedMojoIT.java
 create mode 100644 src/test/java/org/apache/maven/plugins/gpg/it/InvokerTestUtils.java
 copy src/{it/sign-and-deploy-files/test.pom => test/resources/it/settings.xml} (58%)
 copy src/{it/sign-release => test/resources/it/sign-release-without-passphrase-interactive}/pom.xml (92%)