summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
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"