From 249182302dc28f3ce02426050c89d599787f3b82 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Mon, 23 Oct 2017 14:01:43 -0400 Subject: Inherit from parent POM for stage-site Issue: PORTAL-89 Change-Id: I0749c1c6f8903c4559a16a7c51b75018bf7014f3 Signed-off-by: Christopher Lott (cl778h) --- ecomp-sdk/epsdk-app-os/pom.xml | 95 ++++++++++-------------------------------- 1 file changed, 22 insertions(+), 73 deletions(-) diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index 61ca6621..7b7e64a9 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.0 - war - ECOMP SDK Webapp for OpenSource - ECOMP SDK Web Application for public release + + org.onap.portal.sdk + epsdk-project + 1.3.0 + - - UTF-8 - 1.3.0 - 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 -- cgit 1.2.3-korg