mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-08 08:01:18 -05:00
Add Operator to the dependency report script (#22469)
This commit is contained in:
@@ -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 "==================================================================================================="
|
||||
|
||||
Reference in New Issue
Block a user