diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-12 14:43:57 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-12 14:44:00 -0400 |
commit | e4ea78d36872e3f8460ab8db2099bc71b2080ce5 (patch) | |
tree | e76ea203901e8e40c406b89bc3a62b9baeaf6c38 /aai-auth/pom.xml | |
parent | 9cbe79954a90b15960f27c0d10e9d1ebb255ff6d (diff) |
Fix the stage site issue by adding onap.nexus.url
Issue-ID: AAI-76
Change-Id: I853818968180d5d873ed2971cc2ce33bf16e4a00
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-auth/pom.xml')
-rw-r--r-- | aai-auth/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index a5751cc1..b670305a 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -11,6 +11,7 @@ <version>1.1.0-SNAPSHOT</version> <properties> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> </properties> |