You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/04/03 15:27:46 UTC

[maven-gpg-plugin] branch MGPG-69 updated: [INFRA-18014] Provide GPG on Jenkins Windows nodes Show execution arguments

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

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


The following commit(s) were added to refs/heads/MGPG-69 by this push:
     new c0c632b  [INFRA-18014] Provide GPG on Jenkins Windows nodes Show execution arguments
c0c632b is described below

commit c0c632b6adc27a19b412ab9bfebf99e40230e8f8
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Apr 3 17:27:38 2019 +0200

    [INFRA-18014] Provide GPG on Jenkins Windows nodes
    Show execution arguments
---
 src/main/java/org/apache/maven/plugin/gpg/GpgSigner.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/maven/plugin/gpg/GpgSigner.java b/src/main/java/org/apache/maven/plugin/gpg/GpgSigner.java
index 39d5d83..3a9d4d4 100644
--- a/src/main/java/org/apache/maven/plugin/gpg/GpgSigner.java
+++ b/src/main/java/org/apache/maven/plugin/gpg/GpgSigner.java
@@ -157,6 +157,8 @@ public class GpgSigner
         // ----------------------------------------------------------------------------
         // Execute the command line
         // ----------------------------------------------------------------------------
+        
+        getLog().debug( "Executing: " + cmd.getLiteralExecutable() );
 
         try
         {