diff options
author | elmot <elmot@vaadin.com> | 2016-04-27 13:55:20 +0300 |
---|---|---|
committer | elmot <elmot@vaadin.com> | 2016-04-27 14:09:56 +0300 |
commit | 4410535d9accffe4cb3180359010f39d00453039 (patch) | |
tree | 52ab1e948bf8c8fa2542620b7504ca14b4d85d8c /shared/pom.xml | |
parent | 882fc8c78680eedec3a1802cc309339662a4281d (diff) | |
download | vaadin-framework-4410535d9accffe4cb3180359010f39d00453039.tar.gz vaadin-framework-4410535d9accffe4cb3180359010f39d00453039.zip |
Move checkstyles plugin to actual modules
Change-Id: I2d87a1aeba8ffc8cc15909c32a0c9d10b3ada9a7
Diffstat (limited to 'shared/pom.xml')
-rw-r--r-- | shared/pom.xml | 13 |
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> |