pom.xml
changeset 1006 a0f79e32d526
parent 1005 c7f11fbd5475
child 1031 86218dd9270b
     1.1 --- a/pom.xml	Mon Sep 21 21:19:13 2015 +0200
     1.2 +++ b/pom.xml	Fri Oct 02 08:57:14 2015 +0200
     1.3 @@ -164,6 +164,21 @@
     1.4                  <groupId>org.apache.maven.plugins</groupId>
     1.5                  <artifactId>maven-surefire-plugin</artifactId>
     1.6                  <version>2.13</version>
     1.7 +                <configuration>
     1.8 +                    <systemPropertyVariables>
     1.9 +                        <fxpresenter.headless>true</fxpresenter.headless>
    1.10 +                    </systemPropertyVariables>
    1.11 +                </configuration>
    1.12 +              </plugin>
    1.13 +              <plugin>
    1.14 +                <groupId>org.apache.maven.plugins</groupId>
    1.15 +                <artifactId>maven-failsafe-plugin</artifactId>
    1.16 +                <version>2.18.1</version>
    1.17 +                <configuration>
    1.18 +                    <systemPropertyVariables>
    1.19 +                        <fxpresenter.headless>true</fxpresenter.headless>
    1.20 +                    </systemPropertyVariables>
    1.21 +                </configuration>
    1.22                </plugin>
    1.23                <plugin>
    1.24                  <groupId>org.apache.maven.plugins</groupId>