takes icon indicating copy to clipboard operation
takes copied to clipboard

Test resources filtering true or false?

Open fabriciofx opened this issue 4 years ago • 1 comments

In pom.xml:

    <testResources>
      <testResource>
        <filtering>true</filtering>
        <directory>${project.basedir}/src/test/resources</directory>
        <excludes>
          <exclude>org/takes/http/keystore</exclude>
        </excludes>
      </testResource>
      <testResource>
        <filtering>false</filtering>
        <directory>${project.basedir}/src/test/resources</directory>
        <includes>
          <include>org/takes/http/keystore</include>
        </includes>
      </testResource>
    </testResources>

The same configuration, but just changing filtering from true to false? Is it correct or was a bad copy and paste?

fabriciofx avatar Sep 08 '20 15:09 fabriciofx

@0crat in

paulodamaso avatar Sep 09 '20 17:09 paulodamaso

@fabriciofx I added some explanation in 3789ae37b

yegor256 avatar Aug 24 '22 03:08 yegor256

@sereshqua/z please review this job completed by @baudoliver7/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed

0crat avatar Aug 24 '22 04:08 0crat