summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-xmvn-phase-script.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index ab823bf..5fa716a 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -45,8 +45,6 @@ if ! wget -O ${PROJECT_ROOT}/mvn-phase-lib.sh \
fi
source "${PROJECT_ROOT}"/mvn-phase-lib.sh
-cat "${PROJECT_ROOT}"/mvn-phase-lib.sh
-
# This is the base for where "deploy" will upload
# MVN_NEXUSPROXY is set in the pom.xml
@@ -97,6 +95,9 @@ test)
package)
echo "==> package phase script"
case $MVN_PROJECT_MODULEID in
+ scripts)
+ upload_files_of_extension "sh" "$MVN_PROJECT_MODULEID"
+ ;;
*)
;;
esac