From d4bec82ed1be6191cea18cc7effeef201d6ab907 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Wed, 1 Feb 2017 18:40:31 -0800 Subject: [PATCH] minor: update wercker.yml to do quite svn checkout to reduce log size --- wercker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wercker.yml b/wercker.yml index fe524ba16..61e91c014 100644 --- a/wercker.yml +++ b/wercker.yml @@ -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)