summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Gauld <ag1282@att.com>2017-08-25 16:12:19 -0400
committerAndrew Gauld <ag1282@att.com>2017-08-25 16:15:44 -0400
commitc58392ce625fe3aa58ac345cee503997d51e04b2 (patch)
tree4e5342ec37e600316032d87645c51861ed85238f /pom.xml
parentb34cbd016aed9717bc275923a677638a45842355 (diff)
Pass Nexus srvr ID on deploy from pom to script
Change-Id: Ia7cfb3e78e85a5ab6b98bced47a1bb6790c86629 Issue-Id: DCAEGEN2-78 Signed-off-by: Andrew Gauld <ag1282@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 967fe20..d169801 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,6 +275,7 @@ limitations under the License.
<MVN_PROJECT_ARTIFACTID>${project.artifactId}</MVN_PROJECT_ARTIFACTID>
<MVN_PROJECT_VERSION>${project.version}</MVN_PROJECT_VERSION>
<MVN_NEXUSPROXY>${onap.nexus.url}</MVN_NEXUSPROXY>
+ <MVN_SERVER_ID>${project.distributionManagement.snapshotRepository.id}</MVN_SERVER_ID>
</environmentVariables>
</configuration>
</execution>