diff options
-rw-r--r-- | aai-annotations/pom.xml | 2 | ||||
-rw-r--r-- | aai-core/pom.xml | 2 | ||||
-rw-r--r-- | aai-schema/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 4063a401..214e5bd5 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -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> 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> diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 11b4018f..5e4ae95b 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -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> @@ -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> |