summaryrefslogtreecommitdiffstats
path: root/springboot
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-05-17 13:23:11 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2021-05-17 17:05:57 -0400
commit9714cfc592c9ca285bc0c70b659c024289690e6c (patch)
treebcbf4babd944a52b7dc171438b5ddcab271921db /springboot
parent1068864912e83de85fc7074be35a8328ab598726 (diff)
Refactoring onap nexus url's and related section
Issue-ID: CCSDK-3298 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I8798f0cfa7b0042628f508ca851a42d76a5f7b21
Diffstat (limited to 'springboot')
-rw-r--r--springboot/spring-boot-setup/src/main/resources/pom-template.xml4
-rw-r--r--springboot/springboot1/pom.xml4
-rw-r--r--springboot/springboot2/pom.xml4
3 files changed, 9 insertions, 3 deletions
diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml
index c87e8653..3c0373bc 100644
--- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml
+++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml
@@ -28,6 +28,7 @@
<system>JIRA</system>
<url>https://jira.onap.org/</url>
</issueManagement>
+
<distributionManagement>
<repository>
<id>ecomp-releases</id>
@@ -57,7 +58,6 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<!-- sitePath may be overridden in the inheriting POM if desired -->
<sitePath>/content/sites/site/\${project.groupId}/\${project.artifactId}/\${project.version}</sitePath>
@@ -68,6 +68,7 @@
<!-- end of properties from oparent -->
<!-- ONAP repositories -->
+ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<onap.nexus.host>nexus.onap.org</onap.nexus.host>
<onap.nexus.port>443</onap.nexus.port>
<onap.nexus.protocol>https</onap.nexus.protocol>
@@ -238,6 +239,7 @@
</snapshots>
</repository>
</repositories>
+
<pluginRepositories>
<pluginRepository>
<id>onap-public</id>
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml
index d3c9a413..d3ad2bce 100644
--- a/springboot/springboot1/pom.xml
+++ b/springboot/springboot1/pom.xml
@@ -28,6 +28,7 @@
<system>JIRA</system>
<url>https://jira.onap.org/</url>
</issueManagement>
+
<distributionManagement>
<repository>
<id>ecomp-releases</id>
@@ -57,7 +58,6 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<!-- sitePath may be overridden in the inheriting POM if desired -->
<sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
@@ -68,6 +68,7 @@
<!-- end of properties from oparent -->
<!-- ONAP repositories -->
+ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<onap.nexus.host>nexus.onap.org</onap.nexus.host>
<onap.nexus.port>443</onap.nexus.port>
<onap.nexus.protocol>https</onap.nexus.protocol>
@@ -238,6 +239,7 @@
</snapshots>
</repository>
</repositories>
+
<pluginRepositories>
<pluginRepository>
<id>onap-public</id>
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index 11b3d09e..eb6e5e5a 100644
--- a/springboot/springboot2/pom.xml
+++ b/springboot/springboot2/pom.xml
@@ -28,6 +28,7 @@
<system>JIRA</system>
<url>https://jira.onap.org/</url>
</issueManagement>
+
<distributionManagement>
<repository>
<id>ecomp-releases</id>
@@ -57,7 +58,6 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<!-- sitePath may be overridden in the inheriting POM if desired -->
<sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
@@ -68,6 +68,7 @@
<!-- end of properties from oparent -->
<!-- ONAP repositories -->
+ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<onap.nexus.host>nexus.onap.org</onap.nexus.host>
<onap.nexus.port>443</onap.nexus.port>
<onap.nexus.protocol>https</onap.nexus.protocol>
@@ -238,6 +239,7 @@
</snapshots>
</repository>
</repositories>
+
<pluginRepositories>
<pluginRepository>
<id>onap-public</id>