Skip to content

Commit c1fe8a9

Browse files
Explicitely add the default maven-surefire path to testResource because it was override by adding a line to the schema folder
Signed-off-by: Nicolas-Peiffer <[email protected]>
1 parent ba9a994 commit c1fe8a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@
149149
<testResource>
150150
<directory>${basedir}/../schema</directory>
151151
</testResource>
152+
<testResource>
153+
<directory>src/test/resources/</directory>
154+
</testResource>
152155
</testResources>
153156
</build>
154157
</project>

0 commit comments

Comments
 (0)