Skip to content

Commit e28d845

Browse files
committed
Move Checkstyle configuration file to /src/conf/
1 parent ba4f946 commit e28d845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-checkstyle-plugin</artifactId>
123123
<configuration>
124-
<configLocation>${basedir}/checkstyle.xml</configLocation>
124+
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
125125
<excludes>org/apache/commons/jxpath/ri/parser/*</excludes>
126126
</configuration>
127127
</plugin>
@@ -246,7 +246,7 @@
246246
<groupId>org.apache.maven.plugins</groupId>
247247
<artifactId>maven-checkstyle-plugin</artifactId>
248248
<configuration>
249-
<configLocation>${basedir}/checkstyle.xml</configLocation>
249+
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
250250
<excludes>org/apache/commons/jxpath/ri/parser/*</excludes>
251251
</configuration>
252252
</plugin>
File renamed without changes.

0 commit comments

Comments
 (0)