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-utils/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-utils/pom.xml')
-rw-r--r-- | aai-utils/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 137b260b..6116c834 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -15,6 +15,7 @@ <properties> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> </properties> @@ -135,4 +136,4 @@ </reporting> -</project>
\ No newline at end of file +</project> |