We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92eccb6 + c0308d2 commit cebdb30Copy full SHA for cebdb30
melting-pot.sh
@@ -465,7 +465,7 @@ retrieveSource() {
465
deps() {
466
cd "$1"
467
debug "mvn dependency:list"
468
- local depList="$(mvn -B dependency:list)" ||
+ local depList="$(mvn -DincludeScope=runtime -B dependency:list)" ||
469
die "Problem fetching dependencies!" 5
470
echo "$depList" | grep '^\[INFO\] [^ ]' |
471
sed 's/\[INFO\] //' | sed 's/ *(optional) *$//' | sort
0 commit comments