Author: sgoeschl
Date: Thu Nov 10 23:44:58 2011
New Revision: 1200631
URL: http://svn.apache.org/viewvc?rev=1200631&view=rev
Log:
Working around MGPG-9 - hanging Maven build when waiting for PGP pass phrase
Modified:
turbine/maven/turbine-parent/trunk/pom.xml
Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1200631&r1=1200630&r2=1200631&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Thu Nov 10 23:44:58 2011
@@ -446,6 +446,7 @@
<configuration>
<!-- Pass these arguments to the deploy plugin. -->
<arguments>-Prelease</arguments>
+ <mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
<plugin>