diff options
author | Andrew Gauld <agauld@att.com> | 2020-03-03 20:25:08 +0000 |
---|---|---|
committer | Andrew Gauld <agauld@att.com> | 2020-03-03 20:25:35 +0000 |
commit | 4da2d08fc132367b38c3ec555f931a175cfcbfcd (patch) | |
tree | 26a7eec192276f16f3a0671c8499c37df3895e7c /mod/bpgenerator/pom.xml | |
parent | 14bbfa10adfc928b74ac9fa266c0d91a93067862 (diff) |
Change reportPath to reportPaths in pom.xmls
Change-Id: I521e7fc48027d182f593ea1bc04fca5bf5370553
Issue-ID: DCAEGEN2-2119
Signed-off-by: Andrew Gauld <agauld@att.com>
Diffstat (limited to 'mod/bpgenerator/pom.xml')
-rw-r--r-- | mod/bpgenerator/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bpgenerator/pom.xml b/mod/bpgenerator/pom.xml index 8f54eee..6255329 100644 --- a/mod/bpgenerator/pom.xml +++ b/mod/bpgenerator/pom.xml @@ -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> |