add running the tests in headless mode in maven

This commit is contained in:
Shay Banon 2013-06-27 23:22:54 +01:00
parent f5e5eb5fb9
commit 0114fb0f58
1 changed files with 1 additions and 0 deletions

View File

@ -345,6 +345,7 @@
<es.transport.tcp.compress>${env.ES_TEST_COMPRESS}</es.transport.tcp.compress>
<es.action.wait_on_mapping_change>${env.ES_WAIT_ON_MAPPING_CHANGE}
</es.action.wait_on_mapping_change>
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables>
</configuration>
</plugin>