infra: cleanup in wercker.yml, to skip chekstyle build as it is already done

This commit is contained in:
Roman Ivanov 2017-02-03 17:29:23 -08:00
parent 24c62a5f38
commit 5842b9014e
1 changed files with 1 additions and 2 deletions

View File

@ -93,8 +93,7 @@ build:
- script:
name: NoErrorTest - Hibernate Search
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)
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}
&& git clone https://github.com/hibernate/hibernate-search.git && cd hibernate-search
&& mvn -s settings-example.xml -B -q clean install -DskipTests=true