summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 00fd2f7c..64cc47b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,12 @@
<module>aai-annotations</module>
<module>aai-core</module>
</modules>
-
+
+ <properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+ </properties>
+
<build>
<pluginManagement>
<plugins>