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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to