You are viewing a plain text version of this content. The canonical link for it is here.
Posted to odf-commits@incubator.apache.org by sv...@apache.org on 2017/03/02 23:23:31 UTC

svn commit: r1785210 - /incubator/odf/trunk/pom.xml

Author: svanteschubert
Date: Thu Mar  2 23:23:31 2017
New Revision: 1785210

URL: http://svn.apache.org/viewvc?rev=1785210&view=rev
Log:
Adding gpg key.name as pom.xml parameter

Modified:
    incubator/odf/trunk/pom.xml

Modified: incubator/odf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/pom.xml?rev=1785210&r1=1785209&r2=1785210&view=diff
==============================================================================
--- incubator/odf/trunk/pom.xml (original)
+++ incubator/odf/trunk/pom.xml Thu Mar  2 23:23:31 2017
@@ -494,6 +494,7 @@
 						</dependencies>
 					</plugin>
 					<plugin>
+					<!-- see http://maven.apache.org/plugins/maven-gpg-plugin/usage.html -->
 						<groupId>org.apache.maven.plugins</groupId>
 						<artifactId>maven-gpg-plugin</artifactId>
 						<executions>
@@ -503,6 +504,9 @@
 								<goals>
 									<goal>sign</goal>
 								</goals>
+								<configuration>
+								  <keyname>${gpg.keyname}</keyname>
+								</configuration>
 							</execution>
 						</executions>
 					</plugin>