mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Add Operator to the dependency report script (#22469)
This commit is contained in:
parent
bcfadfc430
commit
75ee99a59b
@ -10,7 +10,7 @@ if [ "$DEP" == "" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mvn -q dependency:tree -Dincludes=$DEP -DoutputFile=$TMP -DappendOutput=true
|
mvn -q dependency:tree -Dincludes=$DEP -DoutputFile=$TMP -DappendOutput=true -Poperator
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "==================================================================================================="
|
echo "==================================================================================================="
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user