Skip to content

Commit 3789ae3

Browse files
committed
#1071 better explanation
1 parent 1d4c797 commit 3789ae3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,14 @@ SOFTWARE.
347347
<exclude>org/takes/http/keystore</exclude>
348348
</excludes>
349349
</testResource>
350+
<!--
351+
This is not a typo. We need to copy resources twice, one
352+
time with filtering, second time without. Why? I don't know. But
353+
if you remove one of these blocks, the build will fail. If you have
354+
time and energy, try to figure out what's going on here and either
355+
remove one of these blocks or improve this XML comment and explain
356+
properly why we need this configuration.
357+
-->
350358
<testResource>
351359
<filtering>false</filtering>
352360
<directory>${project.basedir}/src/test/resources</directory>

0 commit comments

Comments
 (0)