From 3d473c4a694ce8e2132f44e0f27c9d0f1603e7d7 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Wed, 30 Aug 2017 02:43:04 +0000 Subject: Fix pom.xml Issue-Id: DCAEGEN2-60 Change-Id: Icc35867e2dcfa2105a4eb718e02b777a301ab04e Signed-off-by: Lusheng Ji --- dcae-cli/pom.xml | 256 +++++++++++++++++++++++++++---------------------------- 1 file changed, 126 insertions(+), 130 deletions(-) diff --git a/dcae-cli/pom.xml b/dcae-cli/pom.xml index 0124b48..e7f5534 100644 --- a/dcae-cli/pom.xml +++ b/dcae-cli/pom.xml @@ -20,11 +20,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. --> 4.0.0 - org.onap.dcaegen2.platform cli @@ -39,7 +34,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. UTF-8 . - http://localhost:9000 + py @@ -52,19 +47,11 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. **/*.js --> - ${project.artifactId}-${project.version} - - org.codehaus.mojo - sonar-maven-plugin - 2.7.1 - - - + org.sonatype.plugins nexus-staging-maven-plugin @@ -73,9 +60,69 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. true + + org.apache.maven.plugins + maven-deploy-plugin + + 2.8 + + true + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + true + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + true + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + default-jar + + + + + + + org.apache.maven.plugins + maven-install-plugin + 2.4 + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + true + + - - - - - - org.apache.maven.plugins - maven-resources-plugin - 2.6 - - true - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - true - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - default-jar - - - - - - - - org.apache.maven.plugins - maven-install-plugin - 2.4 - - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.12.4 - - true - - - - org.codehaus.mojo @@ -163,7 +151,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. clean phase script clean - exec + + exec + ${session.executionRootDirectory}/mvn-phase-script.sh @@ -172,19 +162,20 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + - generate-sources script generate-sources - exec + + exec + mvn-phase-script.sh @@ -193,19 +184,20 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + - compile script compile - exec + + exec + mvn-phase-script.sh @@ -214,19 +206,20 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + - package script package - exec + + exec + mvn-phase-script.sh @@ -235,19 +228,20 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + - test script test - exec + + exec + mvn-phase-script.sh @@ -256,19 +250,20 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + - install script install - exec + + exec + mvn-phase-script.sh @@ -277,19 +272,20 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + - deploy script deploy - exec + + exec + mvn-phase-script.sh @@ -298,12 +294,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - + ${project.groupId} + ${project.artifactId} + ${project.version} + ${onap.nexus.url} + + -- cgit 1.2.3-korg