X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ansible-server%2Fpom.xml;h=5ddbbfb59377a8eba10b6cdce50fa4f2e1545d60;hb=c5918ef6b0f6838df7cc66dfbb1aa27f69e3bac1;hp=1b6757ea7b583ff6fc86d0f5ec9195cc600bf91c;hpb=1f4e903277d4f94db0bed99245026b82fa36fba3;p=ccsdk%2Fdistribution.git diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 1b6757ea..5ddbbfb5 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.2-SNAPSHOT org.onap.ccsdk.distribution ansible-server - 1.1.1-SNAPSHOT + 1.4.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