X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ansible-server%2Fpom.xml;h=73443bb5ce8ae6d72f1e648700b3dafe1cd1ffb6;hb=b62ae2e4a975ae0531426d7f02a2face4ca12bfc;hp=1b6757ea7b583ff6fc86d0f5ec9195cc600bf91c;hpb=1f4e903277d4f94db0bed99245026b82fa36fba3;p=ccsdk%2Fdistribution.git diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 1b6757ea..73443bb5 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.distribution distribution-root - 1.1.1-SNAPSHOT + 1.4.1-SNAPSHOT org.onap.ccsdk.distribution ansible-server - 1.1.1-SNAPSHOT + 1.4.1-SNAPSHOT pom ccsdk-distribution :: ${project.artifactId} @@ -73,51 +73,27 @@ - - org.codehaus.mojo - exec-maven-plugin - 1.5.0 + org.apache.maven.plugins + maven-antrun-plugin + 1.8 - change python permissions + change-permissions process-sources - - exec - - /usr/bin/find - - ${basedir}/target/docker-stage/ansible-server - -name - *.py - -exec - chmod - +x - {} - ; - + + + + + + + + - - - change shell permissions - process-sources - exec + run - - /usr/bin/find - - ${basedir}/target/docker-stage/ansible-server - -name - *.sh - -exec - chmod - +x - {} - ; - - @@ -140,6 +116,7 @@ ${image.name} try + true ${basedir}/target/docker-stage Dockerfile