summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorms236b <ms236b@att.com>2019-05-06 10:22:09 -0400
committerms236b <ms236b@att.com>2019-05-06 10:40:41 -0400
commit074012c25d1309ca19539cd9d22a73f3c4e60561 (patch)
tree3fa67e5d0142b056c2f9d2df6f605a1d46494319
parentb9c5f3539cc25864de7ea2afd7efeb05d44abf26 (diff)
fixed the repo/staging
Fixed the staging/repo issue for bp gen Issue-ID: DCAEGEN2-1125 Change-Id: If94e284e4250c4b122bda1e694988c7a0d3a93f6 Signed-off-by: ms236b <ms236b@att.com>
-rw-r--r--blueprint-generator/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/blueprint-generator/pom.xml b/blueprint-generator/pom.xml
index 23b71ee..4021e16 100644
--- a/blueprint-generator/pom.xml
+++ b/blueprint-generator/pom.xml
@@ -168,6 +168,10 @@
<id>ecomp-snapshots</id>
<url>https://nexus.onap.org/content/repositories/snapshots/</url>
</snapshotRepository>
+ <repository>
+ <id>ecomp-staging</id>
+ <url>https://nexus.onap.org/content/groups/staging/</url>
+ </repository>
</distributionManagement>