Move k8s-bootstrap container to blueprints repo

Cleanup of unnecessary input templates and other files
Use non-templatized blueprints instead of blueprint templates
Copy blueprints from blueprints/ directory into image
Move reference_templates to top-level directory

Issue-ID: DCAEGEN2-2041
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: Ib846a96a4995eb97383f63ff764705e6277a24b0
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index 892ea23..2f43cff 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # ================================================================================
-# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -60,7 +60,7 @@
     echo "SETTINGS_FILE environment variable not set.  Cannot proceed"
     exit
 fi
-   
+
 
 
 # mvn phase in life cycle
@@ -122,12 +122,7 @@
   echo "==> install phase script"
   ;;
 deploy)
-  echo "==> deploy phase script"
-  if [ -z "$MVN_PROJECT_MODULEID" ]; then
-    upload_files_of_extension yaml
-  else
-    upload_files_of_extension yaml "$MVN_PROJECT_MODULEID"
-  fi
+  build_and_push_docker
   ;;
 *)
   echo "==> unprocessed phase"