From 3b22c6518e8dbb4a4ddf7aa615a8dccdc2d280b7 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Mon, 11 Sep 2017 23:43:56 +0000 Subject: Fix pom and mvn script Issue-Id: DCAEGEN2-60 Change-Id: Ieb784aa260a4e9742273cef3d4af19332dd7912c Signed-off-by: Lusheng Ji --- pom.xml | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index e4266bd..0c0bde9 100644 --- a/pom.xml +++ b/pom.xml @@ -41,4 +41,120 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. dcae-cli + + UTF-8 + true + . + + + + + py + Python + **/*.py + + + + + ${project.artifactId}-${project.version} + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + + true + 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.codehaus.mojo + exec-maven-plugin + 1.2.1 + + ${session.executionRootDirectory}/mvn-phase-script.sh + + + ${parent.groupId} + ${parent.artifactId} + ${parent.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} + + + + + + -- cgit 1.2.3-korg