From c6ce7687860ac0cb0eac622194ba86bd7cb7167c Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Sat, 9 Sep 2017 00:28:53 +0000 Subject: Fix mvn script, move pom plugin conf Issue-Id: DCAEGEN2-60 Change-Id: I83f2e43a09c6a4a0c1ab046022ff6d6d4ec66de4 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 dc8bbb6..4dbd55b 100644 --- a/pom.xml +++ b/pom.xml @@ -36,4 +36,120 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. blueprints + + 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