X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ansible-server%2Fpom.xml;h=6ed787e868f52f4d30c24745c8c0cf007f16f345;hb=4016bbd242fefa3ee22a22b2c2944b615fe0b835;hp=e79bc1081922e172ca7e07b75cc2a11fe25d80af;hpb=17c06a988af5329b1a400436243523890bef0a5a;p=ccsdk%2Fdistribution.git diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index e79bc108..6ed787e8 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.distribution distribution-root - 1.1.2-SNAPSHOT + 1.2.2-SNAPSHOT org.onap.ccsdk.distribution ansible-server - 1.1.2-SNAPSHOT + 1.2.2-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