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 74c211f commit 59930cdCopy full SHA for 59930cd
wercker.yml
@@ -11,11 +11,6 @@ build:
11
code: |
12
yum -y install tar gzip
13
- java/maven:
14
- goals: clean install
15
- version: 3.5.2
16
- cache_repo: true
17
- - java/maven:
18
- profiles: build-sonar
19
maven_opts: -Dunit-test-wlst-dir=/u01/oracle/oracle_common/common/bin -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST}
20
goals: clean install sonar:sonar javadoc:javadoc
21
cache_repo: true
0 commit comments