summaryrefslogtreecommitdiffstats
path: root/odlparent/feature-repo-parent/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-03-05 19:09:59 -0500
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-03-05 19:09:59 -0500
commitd6cc55a6ebb045c0f714363593bbb7e919cb2b6f (patch)
tree7d10bf6cdb5398af543862cf9a98d0ac9769d571 /odlparent/feature-repo-parent/pom.xml
parent68f032f7e34d8f515bb101de776be5a75f317bf2 (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/feature-repo-parent/pom.xml')
-rwxr-xr-xodlparent/feature-repo-parent/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml
index 8d3cc240..4f2e7acc 100755
--- a/odlparent/feature-repo-parent/pom.xml
+++ b/odlparent/feature-repo-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>