diff options
Diffstat (limited to 'cps-parent/pom.xml')
-rwxr-xr-x | cps-parent/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 18addd7dc8..78a89f0aca 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -62,8 +62,12 @@ ../cps-service/target/site/jacoco-aggregate/jacoco.xml, ../cps-rest/target/site/jacoco-ut/jacoco.xml, ../cps-rest/target/site/jacoco-aggregate/jacoco.xml, + ../cps-ncmp-service/target/site/jacoco-ut/jacoco.xml, + ../cps-ncmp-service/target/site/jacoco-aggregate/jacoco.xml, ../cps-ncmp-rest/target/site/jacoco-ut/jacoco.xml, ../cps-ncmp-rest/target/site/jacoco-aggregate/jacoco.xml, + ../cps-path-parser/target/site/jacoco-ut/jacoco.xml, + ../cps-path-parser/target/site/jacoco-aggregate/jacoco.xml, ../cps-application/target/site/jacoco-ut/jacoco.xml, ../cps-application/target/site/jacoco-aggregate/jacoco.xml </sonar.coverage.jacoco.xmlReportPaths> |