diff options
Diffstat (limited to 'all/pom.xml')
-rw-r--r-- | all/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/all/pom.xml b/all/pom.xml index fce46efd1f..5d29cd73cb 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -89,6 +89,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> |