X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=blobdiff_plain;f=ansible-server%2Fpom.xml;h=2def387287ed4f1c0dcdbbe983eec7eba32ed367;hp=22f38086583f44b0534a10a96c34f9d3446a07fa;hb=refs%2Fheads%2Fmaster;hpb=fd5fd074bfc28609fab61a0bf1674aaf0fe18682 diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 22f38086..2def3872 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.1-SNAPSHOT org.onap.ccsdk.distribution ansible-server - 1.2.0-SNAPSHOT + 1.6.1-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 @@ -71,53 +71,49 @@ + + copy-certificates + + copy-resources + + validate + + ${basedir}/target/docker-stage + + + src/main/resources + + *.pem + *.md + + false + + + + - - 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 - {} - ; - -