File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 273
273
<execution >
274
274
<id >stylecheck</id >
275
275
<phase >verify</phase >
276
- <configuration >
277
- <propertyExpansion >config_loc=${checkstyle.dir.path} </propertyExpansion >
278
- <configLocation >${checkstyle.file.path} </configLocation >
279
- <encoding >UTF-8</encoding >
280
- <logViolationsToConsole >true</logViolationsToConsole >
281
- <failOnViolation >${checkstyle.failOnViolation} </failOnViolation >
282
- <violationSeverity >warning</violationSeverity >
283
- </configuration >
284
276
<goals >
285
277
<goal >check</goal >
286
278
</goals >
287
279
</execution >
288
280
</executions >
281
+ <configuration >
282
+ <propertyExpansion >config_loc=${checkstyle.dir.path} </propertyExpansion >
283
+ <configLocation >${checkstyle.file.path} </configLocation >
284
+ <encoding >UTF-8</encoding >
285
+ <logViolationsToConsole >true</logViolationsToConsole >
286
+ <failOnViolation >${checkstyle.failOnViolation} </failOnViolation >
287
+ <violationSeverity >warning</violationSeverity >
288
+ </configuration >
289
289
</plugin >
290
290
<plugin >
291
291
<groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments