File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
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.
You can’t perform that action at this time.
0 commit comments