Skip to content

Commit 74c211f

Browse files
Update wercker.yml
1 parent 7b3fc91 commit 74c211f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
cache_repo: true
1717
- java/maven:
1818
profiles: build-sonar
19-
maven_opts: -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST}
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}
2020
goals: clean install sonar:sonar javadoc:javadoc
2121
cache_repo: true
2222
version: 3.5.2

0 commit comments

Comments
 (0)