From 3a6795040e9ee4cdeef041eaa08351056f123ddc Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Tue, 21 Feb 2017 01:07:34 +0000 Subject: Added download to POM of manager zip Change-Id: I0e7a7a441334f9518eaf87b0d0c2e93d449aaf81 Signed-off-by: Carsten Lund --- .gitignore | 1 + pom.xml | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/.gitignore b/.gitignore index b83d222..d3eb35c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target/ +/manager.zip diff --git a/pom.xml b/pom.xml index 371e387..828667c 100644 --- a/pom.xml +++ b/pom.xml @@ -608,6 +608,35 @@ org.apache.maven.plugins maven-checkstyle-plugin --> + + org.apache.maven.plugins + maven-dependency-plugin + 3.0.0 + + + copy + compile + + copy + + + + + org.openecomp.dcae.controller + dcae-controller-service-standardeventcollector-manager + 0.1.0-SNAPSHOT + zip + runtime + true + . + manager.zip + + + + + + + -- cgit 1.2.3-korg