summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-25 09:26:00 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-25 09:26:00 -0400
commit54fc4ce488bbd26b86fddc26c6e2af32ee1d7c15 (patch)
treeea54f6d28c3938622aa928f7cab78bd01c33ef15
parentbbcacd27a3fcaa2f26f741ab1c46c0c9cc8db8ee (diff)
Add missing distributionManagement section
Add missing distributionManagement section to new BOM pom files. This is needed because this is not specified in ONAP settings.xml - it must be explicitly set in each pom.xml OR inherited from a parent pom. Change-Id: Iac63a327bf7a70b6f78ee04312076046da9e60b0 Issue-ID: CCSDK-1412 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r--dependencies-bom/pom.xml10
-rw-r--r--dependencies-odl-bom/pom.xml10
2 files changed, 20 insertions, 0 deletions
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index a799da34..1ef2faf9 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -9,6 +9,16 @@
<artifactId>dependencies-bom</artifactId>
<version>1.3.0-SNAPSHOT</version>
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <url>https://nexus.onap.org/content/repositories/releases</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <url>https://nexus.onap.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
<dependencyManagement>
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml
index b12427fc..6be92992 100644
--- a/dependencies-odl-bom/pom.xml
+++ b/dependencies-odl-bom/pom.xml
@@ -17,6 +17,16 @@
</parent>
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <url>https://nexus.onap.org/content/repositories/releases</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <url>https://nexus.onap.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
<!-- Note: maven properties do not work as expected in BOMs. The property settings are