sonarcloud support 89/101289/2
authorVijay Venkatesh Kumar <vv770d@att.com>
Thu, 6 Feb 2020 22:42:08 +0000 (22:42 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Fri, 7 Feb 2020 03:57:21 +0000 (03:57 +0000)
Change-Id: I7c6c1f952ef83a7cc1693a41a455514259f91424
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2065
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
dcae-analytics/pom.xml

index a970b7f..c9d4f62 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ~ ================================================================================
-  ~ Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+  ~ Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved.
   ~ ================================================================================
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
@@ -81,6 +81,8 @@
         <maven-source-plugin.version>3.0.1</maven-source-plugin.version>
         <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
         <jacoco.plugin.version>0.8.1</jacoco.plugin.version>
+        <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+        </sonar.coverage.jacoco.xmlReportPaths>
         <findbugs.plugin.version>3.0.5</findbugs.plugin.version>
         <pmd.plugin.version>3.8</pmd.plugin.version>
         <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
                             <id>validate</id>
                             <phase>validate</phase>
                             <configuration>
+                                   <skip>true</skip>
                                 <configLocation>${checkstyle.file.name}</configLocation>
                                 <suppressionsLocation>${checkstyle.suppression.file.name}</suppressionsLocation>
                                 <encoding>UTF-8</encoding>
                 <artifactId>findbugs-maven-plugin</artifactId>
             </plugin>
 
-            <plugin>
+           <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-            </plugin>
+           </plugin> 
 
             <plugin>
                 <groupId>org.jacoco</groupId>