Author: tcurdt
Date: Wed May 30 16:57:39 2007
New Revision: 542978
URL: http://svn.apache.org/viewvc?view=rev&rev=542978
Log:
bah! ..so much for the passphrase asking
Modified:
jakarta/commons/proper/jci/trunk/pom.xml
Modified: jakarta/commons/proper/jci/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/pom.xml?view=diff&rev=542978&r1=542977&r2=542978
==============================================================================
--- jakarta/commons/proper/jci/trunk/pom.xml (original)
+++ jakarta/commons/proper/jci/trunk/pom.xml Wed May 30 16:57:39 2007
@@ -230,6 +230,9 @@
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.0-alpha-3</version>
+ <configuration>
+ <useAgent>true</useAgent>
+ </configuration>
<executions>
<execution>
<id>sign-artifacts</id>
@@ -279,9 +282,10 @@
</profile>
</profiles>
<properties>
- <release.tag>1.0-RC3</release.tag>
+ <gpg.useAgent>true</gpg.useAgent>
<maven.compile.source>1.4</maven.compile.source>
<maven.compile.target>1.4</maven.compile.target>
<commons.deployment.protocol>scpexe</commons.deployment.protocol>
+ <release.tag>1.0-RC3</release.tag>
</properties>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]