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>