mirror of https://github.com/apache/lucene.git
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:
parent
232ca1503d
commit
fd84d881ff
|
@ -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. -->
|
||||
|
|
Loading…
Reference in New Issue