From 78a04e2b19f62ee2dd7683485e4be8212edd9a91 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Tue, 31 Jan 2017 15:29:51 -0800 Subject: [PATCH] Issue #3776: add htmlunit project to NoErrorTest (wercker) --- wercker.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wercker.yml b/wercker.yml index 75a02d04b..1e50bdf54 100644 --- a/wercker.yml +++ b/wercker.yml @@ -63,6 +63,17 @@ build: && git clone https://github.com/apache/incubator-apex-core/ && cd incubator-apex-core && mvn compile checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION} + # NoErrorTest - HtmlUnit (oraclejdk8) + # - script: + # name: NoErrorTest - HtmlUnit + # code: > + # 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 + # && cd htmlunit + # && mvn compile checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION} + # NoExceptiontest - Apache Struts (oraclejdk8) - script: name: NoExceptiontest - Apache Struts