summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-03-20 08:55:50 -0400
committerLusheng Ji <lji@research.att.com>2018-03-20 08:55:56 -0400
commit32433a5ff6218263dd6caee51e8fb3fb03eebaa0 (patch)
tree28a6375bdde0986f8b5d49848bf50d0b93244f80
parentb99b3c8a09b1cfd9251997af9c2dc01ad1d75147 (diff)
Fix zip command option
Issue-ID: DCAEGEN2-206 Change-Id: Ib627a437ebe28eaa03493b181f0f6577912f8dd0 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--scripts/mvn-phase-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mvn-phase-lib.sh b/scripts/mvn-phase-lib.sh
index 99aa946..5293f47 100644
--- a/scripts/mvn-phase-lib.sh
+++ b/scripts/mvn-phase-lib.sh
@@ -286,7 +286,7 @@ build_archives_for_wagons()
cd ${PLUGIN_FULL_DIR}/..
echo "In $(pwd), build plugin zip $PLUGIN_NAME, version $PLUGIN_VERSION"
- zip -r "${PLUGIN_NAME}-${PLUGIN_VERSION}.zip" -x *.git* "./${PLUGIN_BASE_DIR}"
+ zip -r "${PLUGIN_NAME}-${PLUGIN_VERSION}.zip" "./${PLUGIN_BASE_DIR}"
tar -czvf "${PLUGIN_NAME}-${PLUGIN_VERSION}.tgz" "./${PLUGIN_BASE_DIR}"
echo "Built archives for package ${PLUGIN_NAME}-${PLUGIN_VERSION} at $(pwd)"