Skip to content

Commit 72f9ef3

Browse files
committed
hopefully fixed test again
1 parent 5a6b509 commit 72f9ef3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@
8282
</dependencies>
8383
<build>
8484
<plugins>
85+
<plugin>
86+
<groupId>org.apache.maven.plugins</groupId>
87+
<artifactId>maven-surefire-plugin</artifactId>
88+
<version>3.2.5</version>
89+
<configuration>
90+
<argLine>
91+
-Djava.awt.headless=true
92+
-Dprism.order=sw
93+
-Dtestfx.robot=glass
94+
-Dtestfx.headless=true
95+
</argLine>
96+
</configuration>
97+
</plugin>
8598
<plugin>
8699
<groupId>org.openjfx</groupId>
87100
<artifactId>javafx-maven-plugin</artifactId>

0 commit comments

Comments
 (0)