Skip to content

Commit 5972768

Browse files
committed
Merge branch 'develop' into feature/dynamic-cluster
2 parents 8e220d9 + f047422 commit 5972768

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wercker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ build:
3232
- script:
3333
name: Install pre-reqs
3434
code: |
35-
yum -y install tar gzip
36-
- java/maven:
35+
yum -y install tar gzip procps
36+
- wercker/maven:
3737
goals: clean install
3838
version: 3.5.2
3939
cache_repo: true
@@ -216,8 +216,8 @@ quality:
216216
- script:
217217
name: Install pre-reqs
218218
code: |
219-
yum -y install tar gzip
220-
- java/maven:
219+
yum -y install tar gzip procps
220+
- wercker/maven:
221221
profiles: build-sonar
222222
maven_opts: -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST}
223223
goals: clean install sonar:sonar

0 commit comments

Comments
 (0)