Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Commit

Permalink
fix tests filter for annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Garvin LeClaire committed Aug 15, 2017
1 parent 69b0aeb commit e6c7772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<integrationTestSrc>${project.build.directory}/it-src-findbugs</integrationTestSrc>
<localTestSrc>${user.dir}/FindBugs</localTestSrc>
<remoteTestSrc>scm:git:https://github.com/findbugsproject/findbugs/</remoteTestSrc>
<includesTestSrcPattern>**findbugsTestCases/src/java/A*.java, **findbugsTestCases/src/java/Use*.java, **findbugsTestCases/src/java/annotations*.java</includesTestSrcPattern>
<includesTestSrcPattern>**findbugsTestCases/src/java/A*.java, **findbugsTestCases/src/java/Use*.java, **findbugsTestCases/src/java/annotations/*.java</includesTestSrcPattern>
<testSrc>remote</testSrc>

<pmd.skip>true</pmd.skip>
Expand Down

0 comments on commit e6c7772

Please # to comment.