Missing nexusproxy property 95/7595/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 15 Aug 2017 12:46:19 +0000 (08:46 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 15 Aug 2017 12:46:37 +0000 (08:46 -0400)
Forgot to add this property for the deploy to work.

Issue-Id: POLICY-139
Change-Id: I93fcc57c7a298edfe143ac39e8b4448a7e9d549a
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 0a03dab..83d0e11 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,7 @@
        <description>Code that define our external API.</description>
 
        <properties>
+               <nexusproxy>https://nexus.onap.org</nexusproxy>
                 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
                <releases.path>content/repositories/releases/</releases.path>
                <snapshots.path>content/repositories/snapshots/</snapshots.path>