We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb9f17 commit 1bd41c1Copy full SHA for 1bd41c1
1 file changed
script/install-plugins.sh
@@ -55,7 +55,7 @@ while read line; do
55
56
if [ "$start_char" != "-" ] && [ "$start_char" != "#" ]; then
57
echo "installing plugin: " $line
58
- ${DOLPHINSCHEDULER_HOME}/mvnw dependency:get -DgroupId=org.apache.dolphinscheduler -DartifactId=${line} -Dversion=${version} -Ddest=${DOLPHINSCHEDULER_HOME}/plugins/${plugin_dir}
+ ${DOLPHINSCHEDULER_HOME}/mvnw dependency:get -DgroupId=org.apache.dolphinscheduler -DartifactId=${line} -Dversion=${version} -Dclassifier=shade -Ddest=${DOLPHINSCHEDULER_HOME}/plugins/${plugin_dir}
59
fi
60
61
done < ${DOLPHINSCHEDULER_HOME}/conf/plugins_config
0 commit comments