From d2c821277a10f0c746ddb1a99c59a3ef88fb2f1c Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Fri, 5 Apr 2019 00:38:59 +0000 Subject: Bulk update to deployment 1) Removed pnda folder (moved to pnda repo) 2) Moved older R3 - heat repo into archive folder 3) Added Dmaap plugin 4) Added new blueprints for Dashboard/helm Change-Id: I82cb8c482a0a35fe8094da825e7403b0fc4ee33b Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-1270 Signed-off-by: Vijay Venkatesh Kumar --- pnda-bootstrap-container/pom.xml | 144 --------------------------------------- 1 file changed, 144 deletions(-) delete mode 100644 pnda-bootstrap-container/pom.xml (limited to 'pnda-bootstrap-container/pom.xml') diff --git a/pnda-bootstrap-container/pom.xml b/pnda-bootstrap-container/pom.xml deleted file mode 100644 index 3c8dae5..0000000 --- a/pnda-bootstrap-container/pom.xml +++ /dev/null @@ -1,144 +0,0 @@ - - - - 4.0.0 - - org.onap.dcaegen2.deployments - deployments - 1.2.0-SNAPSHOT - - org.onap.dcaegen2.deployments - pnda-bootstrap-container - dcaegen2-deployments-pnda-bootstrap-container - 5.0.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