Skip to content

Commit e827613

Browse files
authored
Merge pull request #192 from oracle/develop
Wrecker build fixes
2 parents eba4e09 + f047422 commit e827613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wercker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)