|
@ -305,22 +305,22 @@ |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<artifactId>maven-checkstyle-plugin</artifactId> |
|
|
<artifactId>maven-checkstyle-plugin</artifactId> |
|
|
<version>2.17</version> |
|
|
<version>2.17</version> |
|
|
<executions> |
|
|
<!-- <executions>--> |
|
|
<execution> |
|
|
<!-- <execution>--> |
|
|
<id>validate</id> |
|
|
<!-- <id>validate</id>--> |
|
|
<phase>validate</phase> |
|
|
<!-- <phase>validate</phase>--> |
|
|
<configuration> |
|
|
<!-- <configuration>--> |
|
|
<excludes>src/main/resources</excludes> |
|
|
<!-- <excludes>src/main/resources</excludes>--> |
|
|
<configLocation>style/rmq_checkstyle.xml</configLocation> |
|
|
<!-- <configLocation>style/rmq_checkstyle.xml</configLocation>--> |
|
|
<encoding>UTF-8</encoding> |
|
|
<!-- <encoding>UTF-8</encoding>--> |
|
|
<consoleOutput>true</consoleOutput> |
|
|
<!-- <consoleOutput>true</consoleOutput>--> |
|
|
<failsOnError>true</failsOnError> |
|
|
<!-- <failsOnError>true</failsOnError>--> |
|
|
</configuration> |
|
|
<!-- </configuration>--> |
|
|
<goals> |
|
|
<!-- <goals>--> |
|
|
<goal>check</goal> |
|
|
<!-- <goal>check</goal>--> |
|
|
</goals> |
|
|
<!-- </goals>--> |
|
|
</execution> |
|
|
<!-- </execution>--> |
|
|
</executions> |
|
|
<!-- </executions>--> |
|
|
</plugin> |
|
|
</plugin> |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|