From c9178c4b66ed8f589500ea86ee85dd1b7e3b6d2c Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Wed, 30 Aug 2017 14:09:57 +0000 Subject: Fix pom.xml Issue-Id: DCAEGEN2-60 Change-Id: I2f34bddf0f1faa9905892735a36968d6bde8972d Signed-off-by: Lusheng Ji --- pom.xml | 238 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 119 insertions(+), 119 deletions(-) diff --git a/pom.xml b/pom.xml index 2970c55..e19e441 100644 --- a/pom.xml +++ b/pom.xml @@ -25,12 +25,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. oparent 1.0.0-SNAPSHOT - org.onap.dcaegen2 analytics analytics - 1.0.0-SNAPSHOT http://maven.apache.org @@ -50,14 +48,11 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. **/*.js --> - ${project.artifactId}-${project.version} - - org.sonatype.plugins nexus-staging-maven-plugin @@ -69,74 +64,73 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.apache.maven.plugins maven-deploy-plugin - 2.8 true - + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M1 + + 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-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-surefire-plugin + 2.12.4 + + true + + - - - org.codehaus.mojo @@ -167,7 +159,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 @@ -176,19 +170,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 @@ -197,19 +192,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 @@ -218,19 +214,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 @@ -239,19 +236,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 @@ -260,19 +258,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 @@ -281,19 +280,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 @@ -302,12 +302,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