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

Commit e6c7772

Browse files
author
Garvin LeClaire
committed
fix tests filter for annotations
1 parent 69b0aeb commit e6c7772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<integrationTestSrc>${project.build.directory}/it-src-findbugs</integrationTestSrc>
135135
<localTestSrc>${user.dir}/FindBugs</localTestSrc>
136136
<remoteTestSrc>scm:git:https://github.com/findbugsproject/findbugs/</remoteTestSrc>
137-
<includesTestSrcPattern>**findbugsTestCases/src/java/A*.java, **findbugsTestCases/src/java/Use*.java, **findbugsTestCases/src/java/annotations*.java</includesTestSrcPattern>
137+
<includesTestSrcPattern>**findbugsTestCases/src/java/A*.java, **findbugsTestCases/src/java/Use*.java, **findbugsTestCases/src/java/annotations/*.java</includesTestSrcPattern>
138138
<testSrc>remote</testSrc>
139139

140140
<pmd.skip>true</pmd.skip>

0 commit comments

Comments
 (0)