Skip to content

Commit 872b720

Browse files
galderzshipilev
authored andcommitted
7903998: Move checkstyle/findbugs xml to under src/test/resources
Reviewed-by: shade
1 parent f84a148 commit 872b720

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

jmh-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ questions.
200200
<configuration>
201201
<effort>Max</effort>
202202
<threshold>Low</threshold>
203-
<includeFilterFile>src/main/resources/findbugs.xml</includeFilterFile>
203+
<includeFilterFile>src/test/resources/findbugs.xml</includeFilterFile>
204204
</configuration>
205205
</plugin>
206206

@@ -209,7 +209,7 @@ questions.
209209
<artifactId>maven-checkstyle-plugin</artifactId>
210210
<configuration>
211211
<consoleOutput>false</consoleOutput>
212-
<configLocation>${project.basedir}/src/main/resources/checkstyle.xml</configLocation>
212+
<configLocation>${project.basedir}/src/test/resources/checkstyle.xml</configLocation>
213213
</configuration>
214214
</plugin>
215215

0 commit comments

Comments
 (0)