summaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-22 23:16:55 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-22 23:17:02 -0400
commitc2fddaed33f9f7bbec3feca7bf905f0a1e56b3ed (patch)
tree38fc6943f05c600b03bda2b4104492b17dd72331 /aai-core/pom.xml
parent444c5d776964fb4a3e9057083ba4eb0f03df7ebf (diff)
Revert "Fix the site jenkins job from failing"
This reverts commit 444c5d776964fb4a3e9057083ba4eb0f03df7ebf. Change-Id: I4d4b7dbb801fb9718dff4a7495b3ad4b099d31a2 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 b8198e38..f761c500 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/org/onap/aai-common/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/${project.groupId}/${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>