X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ansible-server%2Fpom.xml;h=f66109cea2b6676cb993780a246f732fec65b1ea;hb=4f4b6f369d69f69ecfe5052d09c7ac99846bbad0;hp=22f38086583f44b0534a10a96c34f9d3446a07fa;hpb=643e032e9078ab47e1abb1f088aaec58a3361c7c;p=ccsdk%2Fdistribution.git diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 22f38086..f66109ce 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.3.2-SNAPSHOT org.onap.ccsdk.distribution ansible-server - 1.2.0-SNAPSHOT + 1.3.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 - {} - ; - -