aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-15 13:24:25 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-15 13:25:50 -0400
commit12c3c52d783af9922a373254d035ea4e7298682d (patch)
tree4ae0c8351eda7f99046b662e7c2bc70098188732 /pom.xml
parent96bf8c7b86bbf3350edcedcd19ad4dff97e62bb7 (diff)
Update the pom files to fix the junit failure
Add the changes made for javadocs and surefire plugin Change-Id: Ic01b2c72030d8014ad32e44d2aeebda14d698719 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
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>