diff options
-rw-r--r-- | aai-traversal/pom.xml | 3 | ||||
-rw-r--r-- | pom.xml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml index 5337436..3822a3f 100644 --- a/aai-traversal/pom.xml +++ b/aai-traversal/pom.xml @@ -13,6 +13,7 @@ <url>http://maven.apache.org</url> <properties> <nexusproxy>https://nexus.onap.org</nexusproxy> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <dockerLocation>${basedir}/target/swm/package/nix/dist_files/</dockerLocation> @@ -732,4 +733,4 @@ </plugin> </plugins> </reporting> -</project>
\ No newline at end of file +</project> @@ -18,6 +18,7 @@ </modules> <properties> <nexusproxy>https://nexus.onap.org</nexusproxy> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <sitePath>/content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version}</sitePath> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.target>1.8</maven.compiler.target> |