You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/09/05 14:26:38 UTC

svn commit: r1701378 - /webservices/axiom/trunk/pom.xml

Author: veithen
Date: Sat Sep  5 12:26:38 2015
New Revision: 1701378

URL: http://svn.apache.org/r1701378
Log:
Make sure that the Maven build works properly in multithreaded mode.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1701378&r1=1701377&r2=1701378&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sat Sep  5 12:26:38 2015
@@ -596,6 +596,11 @@
                     <groupId>org.codehaus.gmavenplus</groupId>
                     <artifactId>gmavenplus-plugin</artifactId>
                     <version>1.5</version>
+                    <configuration>
+                        <!-- We don't actually want to allow System.exit, but the security manager
+                             installed by the plugin causes problems in multithreaded builds. -->
+                        <allowSystemExits>true</allowSystemExits>
+                    </configuration>
                     <dependencies>
                         <dependency>
                             <groupId>org.codehaus.groovy</groupId>