diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml index 6419b31dc0..92ed9c2713 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -219,6 +219,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> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> |