diff options
Diffstat (limited to 'client-compiler/pom.xml')
-rw-r--r-- | client-compiler/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml index 30e51f4764..f97b85fd51 100644 --- a/client-compiler/pom.xml +++ b/client-compiler/pom.xml @@ -250,6 +250,18 @@ </executions> </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> <artifactId>maven-resources-plugin</artifactId> <executions> <!-- Copy .java files to package --> |