X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fansible-server%2Fpom.xml;fp=installation%2Fansible-server%2Fpom.xml;h=6078a2c44e5786d1d8b8744b922f7443e6996a99;hb=1048c5f1da1b2d15ec389799ca1082fe6a5d2e6d;hp=76ee8aa93721ea016561e7dad076483803cd2cac;hpb=ab93e4f6de3d0cc8abb707f98fc11b376a70e6fe;p=sdnc%2Foam.git diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 76ee8aa9..6078a2c4 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -129,7 +129,7 @@ 1.5.0 - change shell permissions + change python permissions process-sources exec @@ -148,6 +148,26 @@ + + change shell permissions + process-sources + + exec + + + /usr/bin/find + + ${basedir}/target/docker-stage/opt/onap/sdnc + -name + *.sh + -exec + chmod + +x + {} + ; + + +