From ee120a54f32d3643eefbef03ca0f4ca9c423e58b Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Fri, 12 Apr 2019 18:51:26 -0400 Subject: Add python CommandExecutor gRPC server w/ auth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie5fefb804c3d88c5be19d19da10d4d2b5f36008c Issue-ID: CCSDK-1164 Signed-off-by: Alexis de Talhouët --- ms/command-executor/pom.xml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'ms/command-executor/pom.xml') diff --git a/ms/command-executor/pom.xml b/ms/command-executor/pom.xml index 903ccdcaf..af1b4f43b 100755 --- a/ms/command-executor/pom.xml +++ b/ms/command-executor/pom.xml @@ -66,26 +66,26 @@ - - - - - - - - - - - - - - - - - - - - + + maven-assembly-plugin + 3.1.0 + + ${basedir}/target/docker-stage + + src/main/docker/distribution.xml + + posix + + + + ${assembly.id} + package + + single + + + + org.codehaus.groovy.maven gmaven-plugin -- cgit 1.2.3-korg