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.
2 parents 8e220d9 + f047422 commit 5972768Copy full SHA for 5972768
wercker.yml
@@ -32,8 +32,8 @@ build:
32
- script:
33
name: Install pre-reqs
34
code: |
35
- yum -y install tar gzip
36
- - java/maven:
+ yum -y install tar gzip procps
+ - wercker/maven:
37
goals: clean install
38
version: 3.5.2
39
cache_repo: true
@@ -216,8 +216,8 @@ quality:
216
217
218
219
220
221
profiles: build-sonar
222
maven_opts: -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST}
223
goals: clean install sonar:sonar
0 commit comments