X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ansible-server%2Fpom.xml;h=15faf5aeb2abd0d1709d1820716eee0cf9abcebb;hb=edbdf2e4910c385c3f50538c2a78e266ae694850;hp=22f38086583f44b0534a10a96c34f9d3446a07fa;hpb=fd5fd074bfc28609fab61a0bf1674aaf0fe18682;p=ccsdk%2Fdistribution.git diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 22f38086..15faf5ae 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.6.0-SNAPSHOT org.onap.ccsdk.distribution ansible-server - 1.2.0-SNAPSHOT + 1.6.0-SNAPSHOT pom ccsdk-distribution :: ${project.artifactId} @@ -32,9 +32,9 @@ - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate @@ -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 - {} - ; - -