You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2013/09/03 07:06:35 UTC

svn commit: r1519557 - /directmemory/parent/trunk/pom.xml

Author: olamy
Date: Tue Sep  3 05:06:35 2013
New Revision: 1519557

URL: http://svn.apache.org/r1519557
Log:
use last surefure plugin and configure headless

Modified:
    directmemory/parent/trunk/pom.xml

Modified: directmemory/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directmemory/parent/trunk/pom.xml?rev=1519557&r1=1519556&r2=1519557&view=diff
==============================================================================
--- directmemory/parent/trunk/pom.xml (original)
+++ directmemory/parent/trunk/pom.xml Tue Sep  3 05:06:35 2013
@@ -330,7 +330,12 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.15</version>
+          <version>2.16</version>
+          <configuration>
+            <systemPropertyVariables>
+              <java.awt.headless>true</java.awt.headless>
+            </systemPropertyVariables>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>