Fix tests. Run headless.

This commit is contained in:
Ray J. Greenwell
2026-05-13 15:00:01 -07:00
parent ec225177d5
commit 5792d8697b
+8
View File
@@ -60,6 +60,13 @@
<version>4.13.1</version> <version>4.13.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<!-- needed by junit -->
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>3.0</version>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>
@@ -81,6 +88,7 @@
<systemPropertyVariables> <systemPropertyVariables>
<resource_dir>target/test-classes/rsrc</resource_dir> <resource_dir>target/test-classes/rsrc</resource_dir>
<no_unpack_resources>true</no_unpack_resources> <no_unpack_resources>true</no_unpack_resources>
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables> </systemPropertyVariables>
</configuration> </configuration>
</plugin> </plugin>