From 50f466c54d1445e667b649d4731aa48d3aa76704 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Fri, 12 Apr 2019 18:49:29 -0400 Subject: Add Command executor maven module and Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iea3d14854e837fede441330ad34b35ac9d156f9a Issue-ID: CCSDK-1164 Signed-off-by: Alexis de Talhouët --- .../src/main/docker/distribution.xml | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 ms/command-executor/src/main/docker/distribution.xml (limited to 'ms/command-executor/src/main/docker/distribution.xml') diff --git a/ms/command-executor/src/main/docker/distribution.xml b/ms/command-executor/src/main/docker/distribution.xml new file mode 100755 index 000000000..e4ac2f85d --- /dev/null +++ b/ms/command-executor/src/main/docker/distribution.xml @@ -0,0 +1,31 @@ + + + + + ${assembly.id} + + tar.gz + + + + ${project.basedir}/src/main/python + /opt/onap/app/python + + + \ No newline at end of file -- cgit 1.2.3-korg