summaryrefslogtreecommitdiffstats
path: root/shared/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'shared/pom.xml')
-rw-r--r--shared/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/shared/pom.xml b/shared/pom.xml
index 0dc923d314..8706e45f70 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -186,6 +186,19 @@
<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.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
</plugins>