From 6e24c8bfaa2fee62775f690644c97113195cc831 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 12 Sep 2018 11:18:01 -0400 Subject: Update SDNC to use CCSDK ansible server as base Update SDNC to use CCSDK ansible server as base for its instance of ansible server Change-Id: Idaf1c83cf50ee526f17b97a3b2e376f6ad3a696b Issue-ID: CCSDK-442 Signed-off-by: Timoney, Dan (dt5972) Former-commit-id: 01809240263c1d5ddad9e1e990a9610bdceaa83a --- installation/ansible-server/pom.xml | 68 ------------------------------------- 1 file changed, 68 deletions(-) (limited to 'installation/ansible-server/pom.xml') diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index f244477c..e5e78019 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -81,26 +81,6 @@ - - copy-scripts - - copy-resources - - validate - - ${basedir}/target/docker-stage/opt/onap/sdnc - - - src/main/scripts - - * - - false - - - - - copy-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 - {} - ; - - - - - -- cgit 1.2.3-korg