summaryrefslogtreecommitdiffstats
path: root/common.xml
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-01-08 14:25:55 +0200
committerLeif Åstrand <leif@vaadin.com>2013-01-08 14:25:55 +0200
commit2e035d560d7bf61bb77b4910c31ffcc25955bf4d (patch)
tree8fa112117f269de25f7d601c21cf9546ae8ec1ba /common.xml
parent25044914acc7b9cc2313a840776b63f6f7b20aed (diff)
downloadvaadin-framework-2e035d560d7bf61bb77b4910c31ffcc25955bf4d.tar.gz
vaadin-framework-2e035d560d7bf61bb77b4910c31ffcc25955bf4d.zip
Continue running other tests even if checkstyle fails, attempt 2 (#9065)
Change-Id: I6adafe06960b9e6410ba4a4a39432e9a08189221
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 d0c69ec9d6..63886dc4b5 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}">
+ <cs:checkstyle config="${cs.xml}" failOnViolation="false">
<fileset dir="${cs.src}" includes="**/*.java" />
<formatter type="xml" toFile="${result.dir}/checkstyle-errors.xml"/>
<property key="checkstyle.header.file" file="${cs.header-file}" />