From afcb924513a49d3451b8ba42d6ff7ff095990dc5 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 30 Apr 2019 13:31:03 +0000 Subject: Docker container for DMaaP Simulator THis review brings in a Docker container for the DMaaP simulator for CSIT testing. This container should NOT be submitted to the ONAP nexus as it is only for testing. Issue-ID: POLICY-1643 Change-Id: I0e2147da9b7c0a85db68044439d48378d3a3e5b5 Signed-off-by: liamfallon --- models-sim/models-sim-dmaap/pom.xml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'models-sim/models-sim-dmaap/pom.xml') diff --git a/models-sim/models-sim-dmaap/pom.xml b/models-sim/models-sim-dmaap/pom.xml index b21926b5c..9bfa6bec3 100644 --- a/models-sim/models-sim-dmaap/pom.xml +++ b/models-sim/models-sim-dmaap/pom.xml @@ -45,7 +45,6 @@ org.onap.policy.common utils - ${policy.common.version} org.onap.policy.common @@ -61,7 +60,7 @@ - + src/main/resources true @@ -77,5 +76,28 @@ + + + + org.apache.maven.plugins + maven-assembly-plugin + + + generate-complete-tar + package + + single + + + + src/main/package/tarball/assembly.xml + + ${project.artifactId}-${project.version} + + + + + + -- cgit 1.2.3-korg