We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4c797 commit 3789ae3Copy full SHA for 3789ae3
pom.xml
@@ -347,6 +347,14 @@ SOFTWARE.
347
<exclude>org/takes/http/keystore</exclude>
348
</excludes>
349
</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
+ -->
358
<testResource>
359
<filtering>false</filtering>
360
<directory>${project.basedir}/src/test/resources</directory>
0 commit comments