aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-02-21 20:08:15 -0500
committerDan Timoney <dtimoney@att.com>2017-02-21 20:08:34 -0500
commit6a3b304747764ada8ce5721c073a0a37d71149e5 (patch)
tree649189345ee3e0442983d53898c3808eadd6bcc5
parent56e129268302ce9a8a83f5e28903385d85ee24f5 (diff)
[STAGING] Staging properties
Define properties for staging configuration Change-Id: Id9a573cb3243f7936570a02fd02224acbcad7fa1 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xpom.xml6
-rwxr-xr-xrootpom/pom.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 752fc5d..33fdbab 100755
--- a/pom.xml
+++ b/pom.xml
@@ -163,9 +163,9 @@
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
- <nexusUrl>https://nexus.openecomp.org</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
+ <nexusUrl>https://${openecomp.nexus.host}</nexusUrl>
+ <stagingProfileId>${openecomp.nexus.staging.profile-id}</stagingProfileId>
+ <serverId>${openecomp.nexus.staging.server-id}</serverId>
</configuration>
</plugin>
diff --git a/rootpom/pom.xml b/rootpom/pom.xml
index c73b094..a6723de 100755
--- a/rootpom/pom.xml
+++ b/rootpom/pom.xml
@@ -695,9 +695,9 @@
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
- <nexusUrl>https://nexus.openecomp.org</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
+ <nexusUrl>https://${openecomp.nexus.host}</nexusUrl>
+ <stagingProfileId>${openecomp.nexus.staging.profile-id}</stagingProfileId>
+ <serverId>${openecomp.nexus.staging.server-id}</serverId>
</configuration>
</plugin>
</plugins>