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 7b3fc91 commit 74c211fCopy full SHA for 74c211f
wercker.yml
@@ -16,7 +16,7 @@ build:
16
cache_repo: true
17
- java/maven:
18
profiles: build-sonar
19
- maven_opts: -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST}
+ 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
22
version: 3.5.2
0 commit comments