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/build.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/build.xml')
-rw-r--r-- | uitest/build.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/uitest/build.xml b/uitest/build.xml index f70d335942..c0d6aff784 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -65,10 +65,7 @@ <fail unless="result.dir" message="No result.dir parameter given" /> <delete dir="${result.dir}" /> </target> - <target name="checkstyle"> - <echo>Checkstyle is disabled for uitest for now</echo> - </target> - <target name="test" depends="checkstyle"> + <target name="test"> </target> <target name="test-testbench" depends="clean-testbench-errors" |