Change reportPath to reportPaths in pom.xmls 07/102907/1
authorAndrew Gauld <agauld@att.com>
Tue, 3 Mar 2020 20:25:08 +0000 (20:25 +0000)
committerAndrew Gauld <agauld@att.com>
Tue, 3 Mar 2020 20:25:35 +0000 (20:25 +0000)
Change-Id: I521e7fc48027d182f593ea1bc04fca5bf5370553
Issue-ID: DCAEGEN2-2119
Signed-off-by: Andrew Gauld <agauld@att.com>
adapter/acumos/pom.xml
mod/bpgenerator/pom.xml
mod/distributorapi/pom.xml
mod/onboardingapi/pom.xml

index 8495ee6..8a9211c 100644 (file)
@@ -28,7 +28,7 @@ limitations under the License.
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <sonar.sources>.</sonar.sources>
                <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
-               <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>
+               <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths>
                <sonar.language>py</sonar.language>
                <sonar.pluginname>python</sonar.pluginname>
                <sonar.inclusions>**/*.py</sonar.inclusions>
index 8f54eee..6255329 100644 (file)
@@ -39,7 +39,7 @@
                <sonar.java.coveragePlugin>cobertura</sonar.java.coveragePlugin>
                <sonar.junit.reportsPath>${project.basedir}/target/surefire-reports</sonar.junit.reportsPath>
                <sonar.surefire.reportsPath>${project.basedir}/target/surefire-reports</sonar.surefire.reportsPath>
-               <sonar.cobertura.reportPath>${project.basedir}/target/site/cobertura/coverage.xml</sonar.cobertura.reportPath>
+               <sonar.cobertura.reportPaths>${project.basedir}/target/site/cobertura/coverage.xml</sonar.cobertura.reportPaths>
                <shade.main>org.onap.blueprintgenerator.core.App</shade.main>
                <shade.transformer>org.apache.maven.plugins.shade.resource.ManifestResourceTransformer</shade.transformer>
        </properties>
index 6f080f6..3cfd949 100644 (file)
@@ -28,7 +28,7 @@ limitations under the License.
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <sonar.sources>.</sonar.sources>
                <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
-               <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>
+               <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths>
                <sonar.language>py</sonar.language>
                <sonar.pluginname>python</sonar.pluginname>
                <sonar.inclusions>**/*.py</sonar.inclusions>
index 9b1c4f0..588a9b2 100644 (file)
@@ -28,7 +28,7 @@ limitations under the License.
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <sonar.sources>.</sonar.sources>
     <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
-    <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>
+    <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths>
     <sonar.language>py</sonar.language>
     <sonar.pluginName>Python</sonar.pluginName>
     <sonar.inclusions>**/*.py</sonar.inclusions>