diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-03-05 19:09:59 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-03-05 19:09:59 -0500 |
commit | d6cc55a6ebb045c0f714363593bbb7e919cb2b6f (patch) | |
tree | 7d10bf6cdb5398af543862cf9a98d0ac9769d571 /odlparent/bundle-parent | |
parent | 68f032f7e34d8f515bb101de776be5a75f317bf2 (diff) |
Fix jacoco config
Jacoco config set incorrectly, resulting in post-unit-test not
working
Change-Id: Ib2f7115b7dd132ef42f27da7ea2f072aa906d7e9
Issue-ID: CCSDK-197
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'odlparent/bundle-parent')
-rwxr-xr-x | odlparent/bundle-parent/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index 92ef0b03..ab69df47 100755 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-parent/pom.xml @@ -41,8 +41,7 @@ <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> <!-- Default Sonar configuration --> - <sonar.jacoco.reportPath>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath> - <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath> + <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec,target/code-coverage/jacoco-it.exec</sonar.jacoco.reportPaths> <!-- Note: This list should match jacoco-maven-plugin's exclusion list below --> <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions> |