From 5fe1308f4ff1e1154b53a24eb9dd80ed58bd1630 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Fri, 7 Feb 2020 15:45:42 -0500 Subject: Remove k8s-bootstrap container k8s-bootstrap container is now in the blueprints repo Issue-ID: DCAEGEN2-2041 Signed-off-by: Jack Lucas Change-Id: I9cc850bf17fa4da985565b623717a2007f785bf1 --- k8s-bootstrap-container/pom.xml | 172 ---------------------------------------- 1 file changed, 172 deletions(-) delete mode 100644 k8s-bootstrap-container/pom.xml (limited to 'k8s-bootstrap-container/pom.xml') diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml deleted file mode 100644 index 4c201cc..0000000 --- a/k8s-bootstrap-container/pom.xml +++ /dev/null @@ -1,172 +0,0 @@ - - - - 4.0.0 - - org.onap.dcaegen2.deployments - deployments - 1.2.0-SNAPSHOT - - org.onap.dcaegen2.deployments - k8s-bootstrap-container - dcaegen2-deployments-k8s-bootstrap-container - 1.8.0 - http://maven.apache.org - - UTF-8 - true - . - - - - - py - Python - **/*.py - - - - - ${project.artifactId}-${project.version} - - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - clean phase script - clean - - exec - - - - ${project.artifactId} - clean - - - - - generate-sources script - generate-sources - - exec - - - - ${project.artifactId} - generate-sources - - - - - compile script - compile - - exec - - - - ${project.artifactId} - compile - - - - - package script - package - - exec - - - - ${project.artifactId} - package - - - - - test script - test - - exec - - - - ${project.artifactId} - test - - - - - install script - install - - exec - - - - ${project.artifactId} - install - - - - - deploy script - deploy - - exec - - - - ${project.artifactId} - deploy - - - - - - - - -- cgit 1.2.3-korg