diff options
Diffstat (limited to 'aai-utils')
-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> |