You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2007/08/29 22:06:16 UTC

svn commit: r570917 - /commons/proper/configuration/trunk/pom.xml

Author: oheger
Date: Wed Aug 29 13:06:15 2007
New Revision: 570917

URL: http://svn.apache.org/viewvc?rev=570917&view=rev
Log:
Enabling headless mode for test execution

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

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=570917&r1=570916&r2=570917&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Wed Aug 29 13:06:15 2007
@@ -370,7 +370,8 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
-            <forkMode>never</forkMode>
+            <forkMode>once</forkMode>
+            <argLine>-Djava.awt.headless=true</argLine>
           </configuration>
         </plugin>
       </plugins>