Revert "Fix the site jenkins job from failing" 23/4423/1
authorVenkata Harish K Kajur <vk250x@att.com>
Tue, 23 May 2017 03:16:55 +0000 (23:16 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Tue, 23 May 2017 03:17:02 +0000 (23:17 -0400)
This reverts commit 444c5d776964fb4a3e9057083ba4eb0f03df7ebf.

Change-Id: I4d4b7dbb801fb9718dff4a7495b3ad4b099d31a2
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
aai-annotations/pom.xml
aai-core/pom.xml
aai-schema/pom.xml
pom.xml

index 4063a40..214e5bd 100644 (file)
@@ -14,7 +14,7 @@
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <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>
                <maven.compiler.target>1.8</maven.compiler.target>
                <maven.compiler.source>1.8</maven.compiler.source>
        </properties>
index b8198e3..f761c50 100644 (file)
@@ -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>
index 11b4018..5e4ae95 100644 (file)
@@ -13,7 +13,7 @@
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <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>
                <maven.compiler.target>1.8</maven.compiler.target>
                <maven.compiler.source>1.8</maven.compiler.source>
        </properties>
diff --git a/pom.xml b/pom.xml
index 53384bb..bbecdd8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
                <maven.compiler.source>1.8</maven.compiler.source>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <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>
                <aai.annotations.version>1.1.0-SNAPSHOT</aai.annotations.version>
                <aai.schema.version>1.1.0-SNAPSHOT</aai.schema.version>
                <aai.core.version>1.1.0-SNAPSHOT</aai.core.version>