summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-10-16 22:14:08 -0400
committerLusheng Ji <lji@research.att.com>2017-10-16 22:14:41 -0400
commit94a4ef60e82e414fc04ba290c54f07fb24e99ca5 (patch)
treeccbf60a4f19591a1d5576aeb5f69f4e5be409c46 /mvn-phase-script.sh
parentc37f51bb5a5d9cfc44a8e52eca1fcf231f04da04 (diff)
Upload raw files recuresively with path
Issue-Id: DCAEGEN2-128 Change-Id: I05c7ab91828224ccf87326c8980c2459290c56dc Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-xmvn-phase-script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index 945fccc..db190e0 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -94,8 +94,8 @@ deploy)
;;
scripts)
# upload all sh file under the root of module
- upload_files_of_extension sh
- upload_files_of_extension py
+ upload_files_of_extension_recursively sh
+ upload_files_of_extension_recursively py
;;
*)
echo "====> unknown mvn project module"