From 27ed06c2d69596e41f4523483d154a322c0641b7 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Tue, 12 Sep 2017 04:46:00 +0000 Subject: Add docker build Issue-Id: DCAEGEN2-60 Change-Id: I3c789276755f5645f764b79bf1078a988c614a0e Signed-off-by: Lusheng Ji --- pom.xml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 62 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 904a89fd..386f6adb 100644 --- a/pom.xml +++ b/pom.xml @@ -2,6 +2,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + org.onap.oparent + oparent + 1.0.0-SNAPSHOT + org.onap.dcaegen2.collectors.ves VESCollector 1.1.4-SNAPSHOT @@ -213,7 +218,7 @@ - + + maven-assembly-plugin @@ -501,6 +508,35 @@ + + 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} + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M1 + + true + + + @@ -577,6 +613,26 @@ + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + deploy script + deploy + + exec + + + + __ + deploy + + + + + @@ -618,10 +674,13 @@ + + -- cgit 1.2.3-korg