From 2ecd0a09d87503bb1c0e3f194221967d9899bbb4 Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Sun, 23 Apr 2017 14:11:18 +0000 Subject: [DCAE-13] POM changes to enable JavaDoc Change-Id: Ife7de96012d7965cb6918e0081ca65b07c0f30b8 Signed-off-by: Carsten Lund --- ncomp-utils-java-extra/pom.xml | 23 ++++++++++++++++++----- ncomp-utils-java/pom.xml | 23 ++++++++++++++++++----- ncomp-utils-journaling/pom.xml | 23 ++++++++++++++++++----- pom.xml | 5 ++--- 4 files changed, 56 insertions(+), 18 deletions(-) diff --git a/ncomp-utils-java-extra/pom.xml b/ncomp-utils-java-extra/pom.xml index 5594b84..dc13350 100644 --- a/ncomp-utils-java-extra/pom.xml +++ b/ncomp-utils-java-extra/pom.xml @@ -5,16 +5,29 @@ ncomp-utils-java-extra 1.1.0-SNAPSHOT + + + + UTF-8 1.7 1.7 - https://nexus.onap.org/content/repositories/releases/ - https://nexus.onap.org/content/repositories/snapshots/ - https://nexus.onap.org + https://nexus.onap.org + ${nexusproxy}/content/repositories/releases/ + ${nexusproxy}/content/repositories/snapshots/ + ${nexusproxy} ecomp-staging 176c31dfe190a - https://nexus.onap.org + ncomp/utils + content/sites/site/org/openecomp/${groupPath}/${project.artifactId}/${project.version} + dav:${nexusproxy} + ${site.urlroot}/${site.path}/ + + + + + @@ -116,7 +129,7 @@ ecomp-site - dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/utils/${project.artifactId}/${project.version}/ + ${site.url} diff --git a/ncomp-utils-java/pom.xml b/ncomp-utils-java/pom.xml index efc183e..d78d9e5 100644 --- a/ncomp-utils-java/pom.xml +++ b/ncomp-utils-java/pom.xml @@ -5,16 +5,29 @@ ncomp-utils-java 1.1.0-SNAPSHOT + + + + UTF-8 1.7 1.7 - https://nexus.onap.org/content/repositories/releases/ - https://nexus.onap.org/content/repositories/snapshots/ - https://nexus.onap.org + https://nexus.onap.org + ${nexusproxy}/content/repositories/releases/ + ${nexusproxy}/content/repositories/snapshots/ + ${nexusproxy} ecomp-staging 176c31dfe190a - https://nexus.onap.org + ncomp/utils + content/sites/site/org/openecomp/${groupPath}/${project.artifactId}/${project.version} + dav:${nexusproxy} + ${site.urlroot}/${site.path}/ + + + + + @@ -116,7 +129,7 @@ ecomp-site - dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/utils/${project.artifactId}/${project.version}/ + ${site.url} diff --git a/ncomp-utils-journaling/pom.xml b/ncomp-utils-journaling/pom.xml index b0a64f3..9e8898d 100644 --- a/ncomp-utils-journaling/pom.xml +++ b/ncomp-utils-journaling/pom.xml @@ -5,16 +5,29 @@ ncomp-utils-journaling 1.1.0-SNAPSHOT + + + + UTF-8 1.7 1.7 - https://nexus.onap.org/content/repositories/releases/ - https://nexus.onap.org/content/repositories/snapshots/ - https://nexus.onap.org + https://nexus.onap.org + ${nexusproxy}/content/repositories/releases/ + ${nexusproxy}/content/repositories/snapshots/ + ${nexusproxy} ecomp-staging 176c31dfe190a - https://nexus.onap.org + ncomp/utils + content/sites/site/org/openecomp/${groupPath}/${project.artifactId}/${project.version} + dav:${nexusproxy} + ${site.urlroot}/${site.path}/ + + + + + @@ -116,7 +129,7 @@ ecomp-site - dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/utils/${project.artifactId}/${project.version}/ + ${site.url} diff --git a/pom.xml b/pom.xml index 4bc4b36..7ed8861 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ ncomp-utils - UTF-8 + content/sites/site/org/openecomp/ncomp/utils/${project.artifactId}/${project.version} https://nexus.onap.org @@ -55,7 +55,7 @@ ecomp-site - dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/maven/${project.artifactId}/${project.version}/ + ${site.url} @@ -69,6 +69,5 @@ org.openecomp.ncomp.maven ncomp-maven-base 1.1.0-SNAPSHOT - ../dcae-org.openecomp.ncomp.maven/ncomp-maven-base -- cgit 1.2.3-korg