X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ansible-server%2Fpom.xml;h=173bc6863c822fc420b3fa43de595ff8ccc749a1;hb=7d9d0d41b467505399dc51820f555e3ae6484e0b;hp=46e1de441ad3424d618d494ffc1ac0c907c43646;hpb=486bd1768c2b4e6bf4a83326fdc5f7d07d565222;p=ccsdk%2Fdistribution.git diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 46e1de44..173bc686 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.distribution distribution-root - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT org.onap.ccsdk.distribution ansible-server - 1.2.0-SNAPSHOT + 1.2.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