Add Operator to the dependency report script (#22469)
This commit is contained in:
parent
bcfadfc430
commit
75ee99a59b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if [ "$DEP" == "" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
mvn -q dependency:tree -Dincludes=$DEP -DoutputFile=$TMP -DappendOutput=true
|
||||
mvn -q dependency:tree -Dincludes=$DEP -DoutputFile=$TMP -DappendOutput=true -Poperator
|
||||
|
||||
echo ""
|
||||
echo "==================================================================================================="
|
||||
|
|
Loading…
Reference in a new issue