diff options
author | Henri Sara <hesara@vaadin.com> | 2016-04-22 15:41:35 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-04-22 15:46:48 +0300 |
commit | d05dbeb873d2a562926efd8172ac32e66deb3947 (patch) | |
tree | 3280a44706552ba3aafeb23d03130e961af2816b /uitest/pom.xml | |
parent | a74cf8cfe1288b7e8c579bb804be2b7995ff65d5 (diff) | |
download | vaadin-framework-d05dbeb873d2a562926efd8172ac32e66deb3947.tar.gz vaadin-framework-d05dbeb873d2a562926efd8172ac32e66deb3947.zip |
Run checkstyle with Maven
Change-Id: I8590d2161d027827a5037f0b371ec620cea61733
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r-- | uitest/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml index 8430014379..f63b9e7fa6 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -349,6 +349,13 @@ <skip>true</skip> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> <pluginManagement> <plugins> |