added test resource filtering to fix unit tests

This commit is contained in:
2025-07-29 15:33:54 -04:00
parent 31936cdcea
commit 0b510757ef

View File

@@ -140,13 +140,19 @@
</dependencies>
<build>
<testResources>
<testResource>
<directory>src/test/resources</directory>
<filtering>true</filtering>
<targetPath>${project.build.directory}/test-classes</targetPath>
</testResource>
</testResources>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<classifier>sources-unshaded</classifier>
</configuration>
</plugin>