aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-07-11 16:22:14 -0400
committerMarco Platania <platania@research.att.com>2017-07-11 16:22:14 -0400
commit14f7ffa738c960a3556afdfc910f91d60017bbf8 (patch)
tree21f35ea06b0b40bf32a7256c63eae6a9c3d593d8 /pom.xml
parent0e13611bfece50c7f1dd4ff6740d22f07ffe7c8a (diff)
[TEST-46] - made distribution url a property
Change-Id: If4e2473098b8c92f368ca06d405c28721e995e36 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index cb605d5a..c026c524 100755
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,10 @@
<maven>3.1.1</maven>
</prerequisites>
+ <properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ </properties>
+
<modules>
<module>vnfs/honeycomb_plugin/sample_plugin/parent-pom</module>
<module>vnfs/vFW/pg_streams</module>
@@ -102,12 +106,12 @@
<repository>
<id>ecomp-releases</id>
<name>Demo Release Repository</name>
- <url> https://nexus.onap.org/content/repositories/releases/</url>
+ <url>${nexusproxy}/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
<name>Demo Snapshot Repository</name>
- <url> https://nexus.onap.org/content/repositories/snapshots/</url>
+ <url>${nexusproxy}/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>