summaryrefslogtreecommitdiffstats
path: root/shared/pom.xml
diff options
context:
space:
mode:
authorelmot <elmot@vaadin.com>2016-04-27 13:55:20 +0300
committerelmot <elmot@vaadin.com>2016-04-27 14:09:56 +0300
commit4410535d9accffe4cb3180359010f39d00453039 (patch)
tree52ab1e948bf8c8fa2542620b7504ca14b4d85d8c /shared/pom.xml
parent882fc8c78680eedec3a1802cc309339662a4281d (diff)
downloadvaadin-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.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>