sonarcloud support 63/101363/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Fri, 7 Feb 2020 04:56:32 +0000 (04:56 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Fri, 7 Feb 2020 04:56:38 +0000 (04:56 +0000)
Change-Id: Ie39df76703d6eb37f6826faa73f9e1a2371a5a64
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2065

mod/genprocessor/pom.xml
mod/runtimeapi/pom.xml

index 0aed60a..a784ec5 100644 (file)
@@ -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>
index 045f28e..e951d94 100644 (file)
@@ -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>