diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-15 08:46:19 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-15 08:46:37 -0400 |
commit | 6571607c998b8bef7f062202bd544a81ab683da6 (patch) | |
tree | 6e5dfb7164d681a25700a8f0f84f4e0871382eb4 /pom.xml | |
parent | 023c1ca8fec7edff9f2600c22df263d974f4c8c6 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |