You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/04/19 20:34:24 UTC

svn commit: r1791974 - /archiva/parent/pom.xml

Author: martin_s
Date: Wed Apr 19 20:34:24 2017
New Revision: 1791974

URL: http://svn.apache.org/viewvc?rev=1791974&view=rev
Log:
Adding keyname for gpg signing

Modified:
    archiva/parent/pom.xml

Modified: archiva/parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=1791974&r1=1791973&r2=1791974&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Wed Apr 19 20:34:24 2017
@@ -870,6 +870,7 @@
             <configuration>
               <passphrase>${gpg.passphrase}</passphrase>
               <useAgent>${gpg.useagent}</useAgent>
+              <keyname>${gpg.keyname}</keyname>
             </configuration>
             <executions>
               <execution>