From 335046911b4812e49d59a9c1da126c491a2177c0 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Mon, 23 Oct 2017 14:18:53 -0400 Subject: Repair POM files for stage-site jobs 1. Add "dav" protocol provider for site plugin 2. Revise epsdk-app-os to inherit from parent These changes should repair the failing "site" jobs that publish Javadoc Issue: PORTAL-89 Change-Id: I04195e621efa3bb4fd20b49eacdf4f491e5bad3a Signed-off-by: Christopher Lott (cl778h) --- ecomp-sdk/epsdk-app-os/pom.xml | 95 ++++++++++-------------------------------- ecomp-sdk/pom.xml | 2 +- 2 files changed, 23 insertions(+), 74 deletions(-) diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index 2102719c..94530cdd 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -4,88 +4,37 @@ - org.onap.portal.sdk - epsdk-app-os - 1.3.1 - war - ECOMP SDK Webapp for OpenSource - ECOMP SDK Web Application for public release + + org.onap.portal.sdk + epsdk-project + 1.3.1 + - - UTF-8 - 1.3.1 - 4.2.0.RELEASE - 4.3.11.Final - - true - - true - https://nexus.onap.org - content/repositories/snapshots/ - content/repositories/staging/ - content/repositories/releases/ - + + epsdk-app-os + + war + ECOMP Portal SDK Webapp for OpenSource + ECOMP Portal SDK Web Application for public release - - - ecomp-releases - OpenECOMP - Release Repository - ${nexusproxy}/${releaseNexusPath} - - - staging - ONAP - Staging Repository - ${nexusproxy}/${stagingNexusPath} - - - ecomp-snapshots - OpenECOMP - Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} - - - ecomp-public - ecomp onap public Repository - https://nexus.onap.org/content/groups/public - - + + + ${project.version} + + true + + true + - - - - doclint-java8-disable - - [1.8,) - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - -Xdoclint:none - - - - - - + + + ${project.artifactId} - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - - org.apache.maven.plugins diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index a22b28b9..b7801e90 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -171,7 +171,7 @@ ecomp-site - dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + dav:${nexusproxy}${sitePath} -- cgit 1.2.3-korg