diff options
Diffstat (limited to 'aai-traversal/pom.xml')
-rw-r--r-- | aai-traversal/pom.xml | 3 |
1 files changed, 2 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> |