diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-03 12:07:07 -0500 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-04-03 12:26:31 -0500 |
commit | 61f8fdfa4be59b1c6172bec7ab54369c20b59f2e (patch) | |
tree | a7695defb4662f1dc8917fb58a233c96b7610371 /cadi/cass/pom.xml | |
parent | 3901cf8002977b5008ecf727d9911dd9334e12da (diff) |
Modify deprecated sonar properties in AAF
Modified Misc pom files.
Issue-ID: AAF-208
Change-Id: Iaf4e12c81f98fdca18992ffb24b78cd0135996df
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'cadi/cass/pom.xml')
-rw-r--r-- | cadi/cass/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cadi/cass/pom.xml b/cadi/cass/pom.xml index e6327055..41accd82 100644 --- a/cadi/cass/pom.xml +++ b/cadi/cass/pom.xml @@ -39,8 +39,8 @@ <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> <!-- Default Sonar configuration --> - <sonar.jacoco.reportPath>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath> - <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath> + <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPaths> + <sonar.jacoco.itReportPaths>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPaths> <!-- Note: This list should match jacoco-maven-plugin's exclusion list below --> <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions> <nexusproxy>https://nexus.onap.org</nexusproxy> |