Author: rdonkin
Date: Sun Mar 24 13:18:36 2013
New Revision: 1460350
URL: http://svn.apache.org/r1460350
Log:
Having problems with GPG agent on the command line.
http://jira.codehaus.org/browse/MGPG-9 indicates that this setting may sort
this issue out.
Modified:
creadur/rat/trunk/pom.xml
Modified: creadur/rat/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1460350&r1=1460349&r2=1460350&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sun Mar 24 13:18:36 2013
@@ -296,6 +296,13 @@ agnostic home for software distribution
<pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/creadur/site/trunk/content/rat/</pubScmUrl>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <mavenExecutorId>forked-path</mavenExecutorId>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -496,4 +503,4 @@ agnostic home for software distribution
</build>
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>