fix docs config files
[dcaegen2.git] / mvn-phase-lib.sh
index 66d5bbc..5e3daf2 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/bash
 
+# ===========LICENSE_START========================================================
 # ================================================================================
 # Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
 # ================================================================================
@@ -176,8 +177,8 @@ run_tox_test()
     rm -rf ./venv-tox ./.tox
     virtualenv ./venv-tox
     source ./venv-tox/bin/activate
-    pip install --upgrade pip
-    pip install --upgrade tox argparse
+    pip install --no-cache-dir --upgrade pip
+    pip install --no-cache-dir --upgrade tox argparse
     pip freeze
     tox
     deactivate
@@ -199,8 +200,8 @@ build_wagons()
 
     virtualenv ./venv-pkg
     source ./venv-pkg/bin/activate
-    pip install --upgrade pip
-    pip install wagon
+    pip install --no-cache-dir --upgrade pip
+    pip install --no-cache-dir wagon
     wagon create --format tar.gz "$PLUGIN_DIR"
     deactivate
     rm -rf venv-pkg