Skip to content

Commit c6ba6ae

Browse files
committed
avoid copying test repositories with other test resources
1 parent f63c67f commit c6ba6ae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,15 @@
183183
</includes>
184184
</resource>
185185
</resources>
186+
<testResources>
187+
<testResource>
188+
<directory>src/test/resources</directory>
189+
<excludes>
190+
<exclude>_git_*/**</exclude>
191+
<exclude>README.md</exclude>
192+
</excludes>
193+
</testResource>
194+
</testResources>
186195

187196
<pluginManagement>
188197
<plugins>

0 commit comments

Comments
 (0)