aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-22 13:22:30 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-22 13:23:14 -0400
commit444c5d776964fb4a3e9057083ba4eb0f03df7ebf (patch)
treeb742bf0f7de46b548b875114f3825907fcd620e1 /aai-core/pom.xml
parent5172a8ed30841bd15f6725ac67f0a99a4fee9510 (diff)
Fix the site jenkins job from failing
Change-Id: Ib8e94bc9f404e783f51d17f0b58f0bb14c1a475a Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r--aai-core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index f761c500..b8198e38 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -15,7 +15,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/org/onap/aai-common/${project.artifactId}/${project.version}</sitePath>
<sonar.language>java</sonar.language>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>