Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test resources filtering true or false? #1071

Closed
fabriciofx opened this issue Sep 8, 2020 · 3 comments
Closed

Test resources filtering true or false? #1071

fabriciofx opened this issue Sep 8, 2020 · 3 comments

Comments

@fabriciofx
Copy link
Contributor

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?

@0crat 0crat added the 0crat/new label Sep 8, 2020
@paulodamaso
Copy link
Contributor

@0crat in

@yegor256
Copy link
Owner

@fabriciofx I added some explanation in 3789ae3

@0crat 0crat added qa and removed 0crat/scope labels Aug 24, 2022
@0crat
Copy link
Collaborator

0crat commented Aug 24, 2022

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants