summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2019-09-18 10:05:39 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2019-09-18 10:05:39 -0400
commit71f561eb81dfa6c777cc296693cd8f69cb58b8b0 (patch)
tree275373f114543ec5f1d464fd12bb2dcd4e980cbc /pom.xml
parent4213158c24fe2bd28bad458e05fccf127a1f0135 (diff)
Ensure json-smart is in right scope
Adding json-smart:2.3 as dependencies to avoid Junit Failure Issue-ID: CCSDK-1740 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I6a01d344735ded414d9b42b14221cdb447882528
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml21
1 files changed, 10 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 8350e1e5a..41ad1cb69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
- <relativePath/>
+ <relativePath />
</parent>
<groupId>org.onap.ccsdk.cds</groupId>
@@ -30,7 +30,7 @@ limitations under the License.
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>cds-parent</name>
+ <name>CDS Parent</name>
<description>CCSDK Controller Design Studio</description>
<url>https://wiki.onap.org</url>
<organization>
@@ -44,7 +44,7 @@ limitations under the License.
<properties>
<!--Don't set any language to let sonar enable multi-language support-->
- <sonar.language/>
+ <sonar.language />
<!--Provide src/main as source path so both src/main/java and src/main/kotlin are scanned-->
<sonar.sources>src/main</sonar.sources>
<!--Provide src/test as source path for test so both src/test/java and src/test/kotlin are scanned-->
@@ -52,12 +52,11 @@ limitations under the License.
<!--Only include java and kt files to the scan-->
<sonar.inclusions>**/*.java,**/*.kt</sonar.inclusions>
<!--Specify path to load jacoco XLM report, as Sonar can't load Kotlin coverage from binary report-->
- <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>
<jacoco.version>0.8.3</jacoco.version>
-
- <!-- Properties for POM Format -->
- <format.skipValidate>false</format.skipValidate>
+
+ <!-- Properties for POM Format -->
+ <format.skipValidate>false</format.skipValidate>
<format.skipExecute>true</format.skipExecute>
</properties>
@@ -69,7 +68,7 @@ limitations under the License.
<version>${jacoco.version}</version>
</plugin>
- <!-- Plugin to Format/Validate POM Files -->
+ <!-- Plugin to Format/Validate POM Files -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tidy-maven-plugin</artifactId>
@@ -133,8 +132,8 @@ limitations under the License.
</build>
</profile>
- <!-- Profile to format skip validate or execute -->
- <profile>
+ <!-- Profile to format skip validate or execute -->
+ <profile>
<id>format</id>
<properties>
<format.skipValidate>true</format.skipValidate>