From 44fb17137fe5c0c2f080c560b4c89c002f4a355d Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Wed, 21 Mar 2018 16:42:36 -0400 Subject: Fix pom and remove build scripts Making the following changes for the CICD integartion. 1. Remove the mvn-phase* scripts. These scripts are hooks for building non-Java project. This appeasr to be a Java project. Native mvn methods should be enough. 2. Changed artifact ID in pom. LF CICD syste requires group ID and artifact ID matches with the repo path. Otherwise deploying to Nexus will be blocked. 3. Removed duplicated (older version) Jetty servelet dependency calling in pom. Issue-ID: DCAEGEN2-206 Change-Id: I614b9b11419ae091a452ef23fda6a318347ae8e9 Signed-off-by: Lusheng Ji --- pom.xml | 66 ++--------------------------------------------------------------- 1 file changed, 2 insertions(+), 64 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index dc79230b..23cc2755 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.onap.dcaegen2.services - pnf-registration-handler + prh 1.0.0-SNAPSHOT pnf-registration-handler pnf-registration-handler @@ -59,11 +59,6 @@ jetty-server 9.4.8.v20171121 - - org.eclipse.jetty - jetty-servlet - 8.1.15.v20140411 - org.eclipse.jetty jetty-servlet @@ -184,30 +179,6 @@ - - org.codehaus.mojo - exec-maven-plugin - 1.6.0 - - ${session.executionRootDirectory}/mvn-phase-script.sh - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - ${onap.nexus.rawrepo.baseurl.upload} - - ${onap.nexus.rawrepo.baseurl.download} - - ${onap.nexus.rawrepo.serverid} - ${onap.nexus.dockerregistry.daily} - - ${onap.nexus.dockerregistry.release} - - - - @@ -215,39 +186,6 @@ org.apache.maven.plugins maven-compiler-plugin - - org.codehaus.mojo - exec-maven-plugin - 1.6.0 - - - deploy script - deploy - - exec - - - - __ - deploy - - - - - install script - install - - exec - - - - __ - install - - - - - @@ -270,4 +208,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg