You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2009/12/10 16:00:09 UTC

svn commit: r889281 - /commons/proper/jexl/trunk/pom.xml

Author: henrib
Date: Thu Dec 10 15:00:09 2009
New Revision: 889281

URL: http://svn.apache.org/viewvc?rev=889281&view=rev
Log:
attempt to workaround MRELEASE-424

Modified:
    commons/proper/jexl/trunk/pom.xml

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=889281&r1=889280&r2=889281&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Thu Dec 10 15:00:09 2009
@@ -143,6 +143,14 @@
             </resource>
         </resources>
         <plugins>
+            <!-- attempting to workaround MRELEASE-424 -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <mavenExecutorId>forked-path</mavenExecutorId>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>