summaryrefslogtreecommitdiffstats
path: root/buildhelpers/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 /buildhelpers/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 'buildhelpers/pom.xml')
-rw-r--r--buildhelpers/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/buildhelpers/pom.xml b/buildhelpers/pom.xml
index 4dee81d1cb..cfe8187c11 100644
--- a/buildhelpers/pom.xml
+++ b/buildhelpers/pom.xml
@@ -43,6 +43,18 @@
<plugins>
<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-jar-plugin</artifactId>
<configuration>
<archive>