Fix the stage site issue by adding onap.nexus.url
[aai/aai-common.git] / aai-core / pom.xml
index 7248f49..d4a95a3 100644 (file)
@@ -13,6 +13,7 @@
     <packaging>jar</packaging>
     <properties>
         <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+       <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
         <sonar.language>java</sonar.language>
         <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
         <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>