config: enforce strict version of htmlunit code to prevent build failures in our CI while htmlunit have build failures

This commit is contained in:
Roman Ivanov 2017-02-01 18:48:48 -08:00 committed by Roman Ivanov
parent d4bec82ed1
commit 246661b42a
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ build:
&& 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}
&& echo "checkouting project sources ..."
&& svn -q export https://svn.code.sf.net/p/htmlunit/code/trunk/htmlunit htmlunit
&& svn -q export https://svn.code.sf.net/p/htmlunit/code/trunk/htmlunit@13543 htmlunit
&& cd htmlunit
&& echo "Running checkstyle validation ..."
&& mvn compile checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION}