Skip to content

Commit 710803a

Browse files
committed
Issue #179: disable validation execution in wercker
1 parent 8505fa4 commit 710803a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

wercker.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ build:
1818
code: |-
1919
POM_VERSION=$(grep "<version>" pom.xml | head -n 1 | sed -E "s/.*<version>//" | sed "s/<.*//")
2020
echo "POM_VERSION="$POM_VERSION
21-
mvn package
21+
mvn package -Pno-validations
2222
cp checkstyle-sonar-plugin/target/checkstyle-sonar-plugin-$POM_VERSION.jar /opt/sonarqube/extensions/plugins/
23+
pwd
2324
cd /opt/sonarqube/
25+
pwd
26+
ls -la
27+
ls -la logs/
2428
rm logs/*.*
2529
./bin/run.sh &
2630
echo "sleeping 30 to let sonar start up"

0 commit comments

Comments
 (0)