We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8505fa4 commit 710803aCopy full SHA for 710803a
wercker.yml
@@ -18,9 +18,13 @@ build:
18
code: |-
19
POM_VERSION=$(grep "<version>" pom.xml | head -n 1 | sed -E "s/.*<version>//" | sed "s/<.*//")
20
echo "POM_VERSION="$POM_VERSION
21
- mvn package
+ mvn package -Pno-validations
22
cp checkstyle-sonar-plugin/target/checkstyle-sonar-plugin-$POM_VERSION.jar /opt/sonarqube/extensions/plugins/
23
+ pwd
24
cd /opt/sonarqube/
25
26
+ ls -la
27
+ ls -la logs/
28
rm logs/*.*
29
./bin/run.sh &
30
echo "sleeping 30 to let sonar start up"
0 commit comments