summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStone, Avi (as206k) <as206k@att.com>2018-05-24 14:25:37 +0300
committerStone, Avi (as206k) <as206k@att.com>2018-05-24 14:25:37 +0300
commitcd0441658018dfbab0950f959c9b718ad9601f6d (patch)
tree64d521dfb17f8920e7c172a0b8796274d063731c
parent3e4c18770957b55e2f80da32c3a32caa908f1386 (diff)
Fix pom
Update pom app name Change-Id: Ie118a6441359196ca81c2d0f93ff9e12b553dc5a Issue-ID: SDC-1313 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
-rw-r--r--dcaedt_catalog/api/pom.xml4
-rw-r--r--dcaedt_catalog/commons/pom.xml3
-rw-r--r--dcaedt_catalog/db/pom.xml3
-rw-r--r--dcaedt_catalog/service/pom.xml3
-rw-r--r--dcaedt_validator/pom.xml3
-rw-r--r--pom.xml2
6 files changed, 17 insertions, 1 deletions
diff --git a/dcaedt_catalog/api/pom.xml b/dcaedt_catalog/api/pom.xml
index ff51800..a0d8200 100644
--- a/dcaedt_catalog/api/pom.xml
+++ b/dcaedt_catalog/api/pom.xml
@@ -190,6 +190,8 @@
<scope>test</scope>
</dependency>
-
</dependencies>
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
</project>
diff --git a/dcaedt_catalog/commons/pom.xml b/dcaedt_catalog/commons/pom.xml
index 9bc3649..e2d697e 100644
--- a/dcaedt_catalog/commons/pom.xml
+++ b/dcaedt_catalog/commons/pom.xml
@@ -132,4 +132,7 @@
<version>4.3.5.RELEASE</version>
</dependency>
</dependencies>
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
</project>
diff --git a/dcaedt_catalog/db/pom.xml b/dcaedt_catalog/db/pom.xml
index 152eb11..454d8bf 100644
--- a/dcaedt_catalog/db/pom.xml
+++ b/dcaedt_catalog/db/pom.xml
@@ -145,4 +145,7 @@
<version>0.2.2</version>
</dependency>
</dependencies>
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
</project>
diff --git a/dcaedt_catalog/service/pom.xml b/dcaedt_catalog/service/pom.xml
index cd66d92..c6de06c 100644
--- a/dcaedt_catalog/service/pom.xml
+++ b/dcaedt_catalog/service/pom.xml
@@ -77,4 +77,7 @@
<version>${project.version}</version>
</dependency>
</dependencies>
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
</project>
diff --git a/dcaedt_validator/pom.xml b/dcaedt_validator/pom.xml
index f2535f1..fd95317 100644
--- a/dcaedt_validator/pom.xml
+++ b/dcaedt_validator/pom.xml
@@ -21,4 +21,7 @@
<tag>HEAD</tag>
<url>https://github.research.att.com/ASC/ASC-Validator/</url>
</scm>
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
</project>
diff --git a/pom.xml b/pom.xml
index c7590d7..8bfd195 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,7 @@
<artifactId>dcae_dt_be_main</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <name>dcae-d dt-be-main</name>
<parent>
<groupId>org.springframework.boot</groupId>
@@ -26,6 +27,7 @@
<nexus.proxy>https://nexus.onap.org</nexus.proxy>
<staging.profile.id>176c31dfe190a</staging.profile.id>
<sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
+ <sonar.branch>${project.version}</sonar.branch>
</properties>
<dependencies>