summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-08-15 08:46:19 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-08-15 08:46:37 -0400
commit6571607c998b8bef7f062202bd544a81ab683da6 (patch)
tree6e5dfb7164d681a25700a8f0f84f4e0871382eb4
parent023c1ca8fec7edff9f2600c22df263d974f4c8c6 (diff)
Missing nexusproxy property
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>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0a03dab9..83d0e119 100644
--- 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>