diff options
-rw-r--r-- | mod/genprocessor/pom.xml | 2 | ||||
-rw-r--r-- | mod/runtimeapi/pom.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mod/genprocessor/pom.xml b/mod/genprocessor/pom.xml index 0aed60a..a784ec5 100644 --- a/mod/genprocessor/pom.xml +++ b/mod/genprocessor/pom.xml @@ -39,6 +39,8 @@ limitations under the License. <!--NOTE: Nifi jars used here are version 1.9.2 but dcae mod is on 1.9.3 because 1.9.3 is not in Maven Central --> <nifi.version>1.9.2</nifi.version> <docker.fabric.version>0.32.0</docker.fabric.version> + <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + </sonar.coverage.jacoco.xmlReportPaths> </properties> <dependencies> <dependency> diff --git a/mod/runtimeapi/pom.xml b/mod/runtimeapi/pom.xml index 045f28e..e951d94 100644 --- a/mod/runtimeapi/pom.xml +++ b/mod/runtimeapi/pom.xml @@ -38,6 +38,8 @@ limitations under the License. <maven.deploy.skip>true</maven.deploy.skip> <java.version>1.8</java.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> + <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + </sonar.coverage.jacoco.xmlReportPaths> </properties> <build> |