|
|
@@ -328,7 +328,7 @@
|
|
328
|
328
|
<plugin>
|
|
329
|
329
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
330
|
330
|
<configuration>
|
|
331
|
|
- <configLocation>checkstyle.xml</configLocation>
|
|
|
331
|
+ <configLocation>src/main/config/checkstyle.xml</configLocation>
|
|
332
|
332
|
<!-- Java source code generated from WSDL -->
|
|
333
|
333
|
<excludes>**/com/aggregator/**/*</excludes>
|
|
334
|
334
|
</configuration>
|