SOLR-3849: Maven configuration += -Djava.awt.headless=true; also, upgrade maven-surefire-plugin to 2.12.4

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-11-29 22:03:10 +00:00
parent 232ca1503d
commit fd84d881ff
1 changed files with 2 additions and 1 deletions

View File

@ -545,7 +545,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<version>2.12.4</version>
<configuration>
<runOrder>random</runOrder>
<reportFormat>plain</reportFormat>
@ -553,6 +553,7 @@
<argLine>-Xmx512M</argLine>
<systemPropertyVariables>
<tempDir>.</tempDir>
<java.awt.headless>true</java.awt.headless>
<!-- See <http://wiki.apache.org/lucene-java/RunningTests>
for a description of the tests.* system properties. -->