minor: update wercker.yml to do quite svn checkout to reduce log size

This commit is contained in:
Roman Ivanov 2017-02-01 18:40:31 -08:00 committed by GitHub
parent fcfacfc6ec
commit d4bec82ed1
1 changed files with 3 additions and 1 deletions

View File

@ -70,8 +70,10 @@ build:
mvn clean install -Pno-validations
&& CS_POM_VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
&& echo CS_version: ${CS_POM_VERSION}
&& svn export https://svn.code.sf.net/p/htmlunit/code/trunk/htmlunit htmlunit
&& echo "checkouting project sources ..."
&& svn -q export https://svn.code.sf.net/p/htmlunit/code/trunk/htmlunit htmlunit
&& cd htmlunit
&& echo "Running checkstyle validation ..."
&& mvn compile checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION}
# NoExceptiontest - Apache Struts (oraclejdk8)