[STAGING] Staging properties 63/1163/1
authorDan Timoney <dtimoney@att.com>
Wed, 22 Feb 2017 01:08:15 +0000 (20:08 -0500)
committerDan Timoney <dtimoney@att.com>
Wed, 22 Feb 2017 01:08:34 +0000 (20:08 -0500)
Define properties for staging configuration

Change-Id: Id9a573cb3243f7936570a02fd02224acbcad7fa1
Signed-off-by: Dan Timoney <dtimoney@att.com>
pom.xml
rootpom/pom.xml

diff --git a/pom.xml b/pom.xml
index 752fc5d..33fdbab 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
                                <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>
 
index c73b094..a6723de 100755 (executable)
                                <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>