aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-04-24 10:58:46 +0000
committerCarsten Lund <lund@research.att.com>2017-04-24 10:59:46 +0000
commit63f90539dbff650974e6adda68e44d7f27de896e (patch)
tree8ecb045ef0ca6f8f776f50431baa15d94bf37566
parent0438d4b0d1059ca5446a98ebf987fbf37b406881 (diff)
[DCAE-13] more POM changes to for JavaDoc
Change-Id: I8e9353706968207a263ed0354ee60b750d7008c8 Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r--ncomp-maven-base/pom.xml5
-rw-r--r--ncomp-maven-xcore/pom.xml5
-rw-r--r--pom.xml5
3 files changed, 9 insertions, 6 deletions
diff --git a/ncomp-maven-base/pom.xml b/ncomp-maven-base/pom.xml
index e247521..4b5eaa0 100644
--- a/ncomp-maven-base/pom.xml
+++ b/ncomp-maven-base/pom.xml
@@ -10,6 +10,7 @@
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.7</maven.compiler.target>
@@ -20,8 +21,7 @@
<openecomp.nexus.proxy>${nexusproxy}</openecomp.nexus.proxy>
<openecomp.nexus.staging.serverId>ecomp-staging</openecomp.nexus.staging.serverId>
<openecomp.nexus.staging.profileId>176c31dfe190a</openecomp.nexus.staging.profileId>
- <groupPath>ncomp/maven</groupPath>
- <site.path>content/sites/site/org/openecomp/${groupPath}/${project.artifactId}/${project.version}</site.path>
+ <site.path>content/sites/site/org/openecomp/${GERRIT_PROJECT}/${project.artifactId}/${project.version}</site.path>
<site.urlroot>dav:${nexusproxy}</site.urlroot>
<site.url>${site.urlroot}/${site.path}/</site.url>
</properties>
@@ -30,6 +30,7 @@
+
<build>
<plugins>
diff --git a/ncomp-maven-xcore/pom.xml b/ncomp-maven-xcore/pom.xml
index 7d0fede..c1ff9c2 100644
--- a/ncomp-maven-xcore/pom.xml
+++ b/ncomp-maven-xcore/pom.xml
@@ -10,6 +10,7 @@
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.7</maven.compiler.target>
@@ -20,8 +21,7 @@
<openecomp.nexus.proxy>${nexusproxy}</openecomp.nexus.proxy>
<openecomp.nexus.staging.serverId>ecomp-staging</openecomp.nexus.staging.serverId>
<openecomp.nexus.staging.profileId>176c31dfe190a</openecomp.nexus.staging.profileId>
- <groupPath>ncomp/maven</groupPath>
- <site.path>content/sites/site/org/openecomp/${groupPath}/${project.artifactId}/${project.version}</site.path>
+ <site.path>content/sites/site/org/openecomp/${GERRIT_PROJECT}/${project.artifactId}/${project.version}</site.path>
<site.urlroot>dav:${nexusproxy}</site.urlroot>
<site.url>${site.urlroot}/${site.path}/</site.url>
</properties>
@@ -31,6 +31,7 @@
+
<build>
<sourceDirectory>src/main/xcore-gen</sourceDirectory>
<resources>
diff --git a/pom.xml b/pom.xml
index 209b880..8ead8f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,7 @@
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.7</maven.compiler.target>
@@ -20,8 +21,7 @@
<openecomp.nexus.proxy>${nexusproxy}</openecomp.nexus.proxy>
<openecomp.nexus.staging.serverId>ecomp-staging</openecomp.nexus.staging.serverId>
<openecomp.nexus.staging.profileId>176c31dfe190a</openecomp.nexus.staging.profileId>
- <groupPath>ncomp/maven</groupPath>
- <site.path>content/sites/site/org/openecomp/${groupPath}/${project.artifactId}/${project.version}</site.path>
+ <site.path>content/sites/site/org/openecomp/${GERRIT_PROJECT}/${project.artifactId}/${project.version}</site.path>
<site.urlroot>dav:${nexusproxy}</site.urlroot>
<site.url>${site.urlroot}/${site.path}/</site.url>
</properties>
@@ -30,6 +30,7 @@
+
<build>