summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-04-23 14:11:19 +0000
committerCarsten Lund <lund@research.att.com>2017-04-24 11:02:33 +0000
commit6b569ab1f6b62ec573576709bb924c9598a12e79 (patch)
treeed3a0bf6123af8b67f8fc858ba4792574c54a062
parentbde92f6a3b900713adb70d3c31858d45170936cd (diff)
[DCAE-13] POM changes to enable JavaDoc
Change-Id: Id2558d5a766ae9defc1abb04eff044d64cb0061b Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r--dcae-demo-controller/pom.xml28
-rw-r--r--pom.xml2
2 files changed, 22 insertions, 8 deletions
diff --git a/dcae-demo-controller/pom.xml b/dcae-demo-controller/pom.xml
index 6f096e0..5d59577 100644
--- a/dcae-demo-controller/pom.xml
+++ b/dcae-demo-controller/pom.xml
@@ -5,16 +5,30 @@
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
+
+
+
+
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
- <openecomp.nexus.releases>https://nexus.onap.org/content/repositories/releases/</openecomp.nexus.releases>
- <openecomp.nexus.snapshots>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.snapshots>
- <openecomp.nexus.proxy>https://nexus.onap.org</openecomp.nexus.proxy>
- <openecomp.nexus.staging.serverId>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.staging.serverId>
- <openecomp.nexus.staging.profileId>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.staging.profileId>
- <nexusproxy>https://nexus.onap.org</nexusproxy></properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <openecomp.nexus.releases>${nexusproxy}/content/repositories/releases/</openecomp.nexus.releases>
+ <openecomp.nexus.snapshots>${nexusproxy}/content/repositories/snapshots/</openecomp.nexus.snapshots>
+ <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>
+ <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>
+
+
+
+
+
<build>
@@ -138,7 +152,7 @@
</snapshotRepository>
<site>
<id>ecomp-site</id>
- <url>dav:${nexusproxy}/content/sites/site/org/onap/dcae/demo/${project.artifactId}/${project.version}/</url>
+ <url>${site.url}</url>
</site>
</distributionManagement>
diff --git a/pom.xml b/pom.xml
index 2145e0a..82781d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,6 @@
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-base</artifactId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../dcae-org.openecomp.ncomp.maven/ncomp-maven-base</relativePath>
+ <relativePath>../ncomp.maven/ncomp-maven-base</relativePath>
</parent>
</project>