diff options
Diffstat (limited to 'widgets/pom.xml')
-rw-r--r-- | widgets/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/widgets/pom.xml b/widgets/pom.xml index 5bef76aab5..5fa0f7120b 100644 --- a/widgets/pom.xml +++ b/widgets/pom.xml @@ -199,6 +199,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>exec-maven-plugin</artifactId> <executions> |