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/04 19:39:41 UTC

[maven-gpg-plugin] branch MGPG-69 updated: [INFRA-18014] don't use agent

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 d49503b  [INFRA-18014] don't use agent
d49503b is described below

commit d49503ba318f9c3ed7bbb085fdb006ae67334eda
Author: rfscholte <rf...@apache.org>
AuthorDate: Thu Apr 4 21:39:29 2019 +0200

    [INFRA-18014] don't use agent
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index cd58609..02dab53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,6 +144,7 @@ under the License.
               </goals>
               <properties>
                 <gpg.homedir>${project.build.testOutputDirectory}/gnupg</gpg.homedir>
+                <gpg.useagent>false</gpg.useagent>
               </properties>
             </configuration>
           </plugin>