Fix Sonar 16/130316/2
authorKasperki <pawel.kasperkiewicz@nokia.com>
Wed, 17 Aug 2022 06:30:42 +0000 (08:30 +0200)
committerKasperki <pawel.kasperkiewicz@nokia.com>
Wed, 17 Aug 2022 06:52:28 +0000 (08:52 +0200)
Issue-ID: DCAEGEN2-3214
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: If783334ae89d2b9ed80263e405324a2260b5c05d

Changelog.md
pom.xml

index 94176cb..9ea1325 100644 (file)
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [1.11.1] - 2022/01/28
-         - [DCAEGEN2-3214] - Dcaegen2-collectors-ves vulnerability updates
+         - [DCAEGEN2-3214] - Dcaegen2-collectors-ves vulnerability updates 
  
 ## [1.11.0] - 2022/01/28
          - [DCAEGEN2-2961] - Switch VESCollector to Integration base image(onap/integration-java11:10.0.0)
diff --git a/pom.xml b/pom.xml
index 888fd0f..1b9bc15 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,9 @@
     <onap.nexus.dockerregistry.daily>nexus3.onap.org:10003</onap.nexus.dockerregistry.daily>
     <maven.compiler.target>${java.version}</maven.compiler.target>
     <maven.compiler.source>${java.version}</maven.compiler.source>
-    <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
+    <sonar.coverage.jacoco.xmlReportPaths>
+      ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+    </sonar.coverage.jacoco.xmlReportPaths>
     <!-- DEPENDENCY RELATED SETTINGS -->
     <micrometer.version>1.6.5</micrometer.version>
     <spring.version>2.7.2</spring.version>