minor: update wercker.yml to do quite svn checkout to reduce log size
This commit is contained in:
parent
fcfacfc6ec
commit
d4bec82ed1
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue