You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2013/05/14 14:31:27 UTC

svn commit: r1482319 - /juddi/trunk/pom.xml

Author: kstam
Date: Tue May 14 12:31:27 2013
New Revision: 1482319

URL: http://svn.apache.org/r1482319
Log:
adding gpg config to use an agent

Modified:
    juddi/trunk/pom.xml

Modified: juddi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/juddi/trunk/pom.xml?rev=1482319&r1=1482318&r2=1482319&view=diff
==============================================================================
--- juddi/trunk/pom.xml (original)
+++ juddi/trunk/pom.xml Tue May 14 12:31:27 2013
@@ -176,9 +176,18 @@
                         <preparationGoals>clean install</preparationGoals>
                         <goals>deploy</goals>
                         <releaseProfiles>apache-release</releaseProfiles>
+                        <tagNameFormat>juddi-@{project.version}</tagNameFormat>
                     </configuration>
                 </plugin>
                 <plugin>
+				  <groupId>org.apache.maven.plugins</groupId>
+				  <artifactId>maven-gpg-plugin</artifactId>
+				  <version>1.1</version>
+				  <configuration>
+				    <useAgent>true</useAgent>
+				  </configuration>
+				</plugin>
+                <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
                     <version>2.0.0</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org