diff options
Diffstat (limited to 'client/pom.xml')
-rw-r--r-- | client/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/pom.xml b/client/pom.xml index 0c4cf1d7ce..8a80b3ddbb 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -201,6 +201,19 @@ </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>checkstyle</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> + + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <configuration> |