All checks were successful
/ Verify (pull_request) Successful in 1m12s
Important: there are changes here to adapt the tests and the Keycloak test realm that are incompatible with the changes in #29. Ultimately, the changes in #29 need to be applied over this.
13 lines
229 B
Makefile
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
|