X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fansible-server%2Fpom.xml;h=b9e88cbe00c822141490ca1c254f15ff247c5628;hb=a8eac265ec597473bc63894b2485decd11e49d4c;hp=adcfc823b990eddfbbce56aa1e82cc4fb8ba341a;hpb=d94f58745798e827f049043c597ec4f308545344;p=sdnc%2Foam.git diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index adcfc823..b9e88cbe 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 1.0.3 + 1.1.1 4.0.0 pom org.onap.sdnc.oam installation-ansible-server - 1.3.3-SNAPSHOT + 1.4.1-SNAPSHOT sdnc-oam :: installation :: ${project.artifactId} Creates ansible-server Docker container @@ -81,26 +81,6 @@ - - copy-scripts - - copy-resources - - validate - - ${basedir}/target/docker-stage/opt/onap/sdnc - - - src/main/scripts - - * - - false - - - - - copy-yml @@ -108,7 +88,7 @@ validate - ${basedir}/target/docker-stage/opt/onap/sdnc/Playbooks + ${basedir}/target/docker-stage/opt/onap/ccsdk/Playbooks src/main/yml @@ -122,54 +102,6 @@ - - - exec-maven-plugin - org.codehaus.mojo - 1.5.0 - - - change python permissions - process-sources - - exec - - - /usr/bin/find - - ${basedir}/target/docker-stage/opt/onap/sdnc - -name - *.py - -exec - chmod - +x - {} - ; - - - - - change shell permissions - process-sources - - exec - - - /usr/bin/find - - ${basedir}/target/docker-stage/opt/onap/sdnc - -name - *.sh - -exec - chmod - +x - {} - ; - - - - -