X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ansible-server%2Fpom.xml;h=ac2dfb98940d4ccf0732b65589a4a1635943b6cd;hb=c3240af7248241bc15e5a08dacb66e8bc097b35c;hp=22f38086583f44b0534a10a96c34f9d3446a07fa;hpb=cf4d991f8f0dad96373616e7b6c9747e077d7643;p=ccsdk%2Fdistribution.git diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 22f38086..ac2dfb98 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -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 - {} - ; - -