X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=444077dec0bba045b39afa0f6ba2fe2ea44dcd12;hb=refs%2Fheads%2Fmaster;hp=57f4d2c09a802c23e06756cb1f3460cc50beafd0;hpb=264478fa989fd87b3e71fe06a6fa2a77ac2a3a3c;p=dcaegen2%2Fplatform.git diff --git a/pom.xml b/pom.xml index 57f4d2c..444077d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,16 +23,17 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.oparent oparent - 1.0.0-SNAPSHOT + 1.2.0 org.onap.dcaegen2 platform dcaegen2-platform - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT http://maven.apache.org UTF-8 + true . @@ -70,6 +71,14 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. true + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M1 + + true + + @@ -122,6 +131,26 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. true + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + ${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} + + + @@ -156,19 +185,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. exec - ${session.executionRootDirectory}/mvn-phase-script.sh - ${project.artifactId} + __ clean - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - @@ -178,19 +198,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. exec - mvn-phase-script.sh - ${project.artifactId} + __ generate-sources - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - @@ -200,19 +211,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. exec - mvn-phase-script.sh - ${project.artifactId} + __ compile - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - @@ -222,19 +224,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. exec - mvn-phase-script.sh - ${project.artifactId} + __ package - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - @@ -244,19 +237,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. exec - mvn-phase-script.sh - ${project.artifactId} + __ test - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - @@ -266,19 +250,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. exec - mvn-phase-script.sh - ${project.artifactId} + __ install - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - - @@ -288,19 +263,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. exec - mvn-phase-script.sh - ${project.artifactId} + __ deploy - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${onap.nexus.url} - -