diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-12 18:51:26 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-16 10:38:51 -0400 |
commit | ee120a54f32d3643eefbef03ca0f4ca9c423e58b (patch) | |
tree | ab0c4bec1eb85eb86d47ed7255482e79268d1e67 /ms/command-executor/pom.xml | |
parent | 4bce798653dc7cfe644ef57c1eee07d17e0df352 (diff) |
Add python CommandExecutor gRPC server w/ auth
Change-Id: Ie5fefb804c3d88c5be19d19da10d4d2b5f36008c
Issue-ID: CCSDK-1164
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'ms/command-executor/pom.xml')
-rwxr-xr-x | ms/command-executor/pom.xml | 40 |
1 files changed, 20 insertions, 20 deletions
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 @@ </execution> </executions> </plugin> - <!--<plugin>--> - <!--<artifactId>maven-assembly-plugin</artifactId>--> - <!--<version>3.1.0</version>--> - <!--<configuration>--> - <!--<outputDirectory>${basedir}/target/docker-stage</outputDirectory>--> - <!--<descriptors>--> - <!--<descriptor>src/main/docker/distribution.xml</descriptor>--> - <!--</descriptors>--> - <!--<tarLongFileMode>posix</tarLongFileMode>--> - <!--</configuration>--> - <!--<executions>--> - <!--<execution>--> - <!--<id>${assembly.id}</id>--> - <!--<phase>package</phase>--> - <!--<goals>--> - <!--<goal>single</goal>--> - <!--</goals>--> - <!--</execution>--> - <!--</executions>--> - <!--</plugin>--> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <version>3.1.0</version> + <configuration> + <outputDirectory>${basedir}/target/docker-stage</outputDirectory> + <descriptors> + <descriptor>src/main/docker/distribution.xml</descriptor> + </descriptors> + <tarLongFileMode>posix</tarLongFileMode> + </configuration> + <executions> + <execution> + <id>${assembly.id}</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + </plugin> <plugin> <groupId>org.codehaus.groovy.maven</groupId> <artifactId>gmaven-plugin</artifactId> |