summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-17 14:00:35 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-17 14:01:15 -0400
commit0243434723ac79fa7042a6f725bb60744b576a70 (patch)
tree0640113f7ae5ae1965065544a6851d5850d73951
parent12c3c52d783af9922a373254d035ea4e7298682d (diff)
Update the pom to fix the site path
Change-Id: I0ad5c521abf29d7fd52d8778d7a7aebc276eda37 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r--aai-annotations/pom.xml2
-rw-r--r--aai-core/pom.xml2
-rw-r--r--aai-schema/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml
index c5fcfe22..ad7fc156 100644
--- a/aai-annotations/pom.xml
+++ b/aai-annotations/pom.xml
@@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/${project.groupId}/aai-common/${project.artifactId}/${project.version}</sitePath>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index 1fc32a09..d77596fe 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -13,7 +13,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<aai-schema.version>1.1.0-SNAPSHOT</aai-schema.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/${project.groupId}/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>
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml
index 8d6836aa..5aa58b0a 100644
--- a/aai-schema/pom.xml
+++ b/aai-schema/pom.xml
@@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<aai.annotations.version>1.1.0-SNAPSHOT</aai.annotations.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/${project.groupId}/aai-common/${project.artifactId}/${project.version}</sitePath>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>