aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-02-17 10:57:28 -0500
committerDan Timoney <dtimoney@att.com>2017-02-17 10:58:16 -0500
commita219282fa0ff1ab095e9cb392f0f747838dde5e4 (patch)
tree801c16dd4ab1ba364c0b1a850f6226c8f0b9fc8a
parent6e9b2ff0b7a6c4d11083653234db07f1be745036 (diff)
Parent POM cleanup
Update parent pom settings to remove dependency on external properties Change-Id: I0031c327a72932637d4bef66634196ef2b26cba1 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xrootpom/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/rootpom/pom.xml b/rootpom/pom.xml
index 3d7cc3a..07b022c 100755
--- a/rootpom/pom.xml
+++ b/rootpom/pom.xml
@@ -25,6 +25,16 @@
-->
<properties>
+
+ <openecomp.nexus.host>nexus.openecomp.org</openecomp.nexus.host>
+ <openecomp.nexus.port>443</openecomp.nexus.port>
+ <openecomp.nexus.release-url>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.release-url>
+ <openecomp.nexus.snapshot-url>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshot-url>
+ <openecomp.git.host>gerrit.openecomp.org</openecomp.git.host>
+ <openecomp.git.port>443</openecomp.git.port>
+ <openecomp.git.project>sdnc</openecomp.git.project>
+ <openecomp.git.protocol>https</openecomp.git.protocol>
+
<release-tag>R17.01</release-tag>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bundle.plugin.version>2.5.0</bundle.plugin.version>