We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6b509 commit 72f9ef3Copy full SHA for 72f9ef3
pom.xml
@@ -82,6 +82,19 @@
82
</dependencies>
83
<build>
84
<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>
98
<plugin>
99
<groupId>org.openjfx</groupId>
100
<artifactId>javafx-maven-plugin</artifactId>
0 commit comments