summaryrefslogtreecommitdiffstats
path: root/common.xml
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-01-08 12:28:22 +0200
committerLeif Åstrand <leif@vaadin.com>2013-01-08 12:28:22 +0200
commit25044914acc7b9cc2313a840776b63f6f7b20aed (patch)
tree960980a48d66f384d19158b9d774c7fd75227427 /common.xml
parent4d560bd9789f1583f3d853abd419d0868df6e927 (diff)
downloadvaadin-framework-25044914acc7b9cc2313a840776b63f6f7b20aed.tar.gz
vaadin-framework-25044914acc7b9cc2313a840776b63f6f7b20aed.zip
Continue running other tests even if checkstyle fails (#9065)
Change-Id: I9317f20c01f1bee28d4b0b33615b2f34f46e3850
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.xml b/common.xml
index e96037032b..d0c69ec9d6 100644
--- a/common.xml
+++ b/common.xml
@@ -363,7 +363,7 @@
<property name="result.dir.full" location="${result.dir}"/>
<mkdir dir="${result.dir}" />
<echo>##teamcity[importData type='checkstyle' path='${result.dir.full}/checkstyle-errors.xml']</echo>
- <cs:checkstyle config="${cs.xml}" failOnViolation="true">
+ <cs:checkstyle config="${cs.xml}">
<fileset dir="${cs.src}" includes="**/*.java" />
<formatter type="xml" toFile="${result.dir}/checkstyle-errors.xml"/>
<property key="checkstyle.header.file" file="${cs.header-file}" />