keycloak-attribute-endpoint.../Makefile
Stefan Bethke 1c2adb1a92
All checks were successful
/ Test (push) Successful in 52s
/ Test (pull_request) Successful in 54s
Add running tests
2026-07-18 18:28:05 +02:00

13 lines
229 B
Makefile

install:
mvn -f attribute-endpoints-provider install
verify:
mvn -f attribute-endpoints-provider verify
test:
mvn -f attribute-endpoints-provider test
clean:
mvn -f attribute-endpoints-provider clean
.PHONY: verify clean