add Makefile and docs on how to build the provider

This commit is contained in:
June 2026-03-24 18:43:16 +01:00
commit 0a9c6aca11
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 14 additions and 0 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
verify:
mvn -f attribute-endpoints-provider verify
clean:
mvn -f attribute-endpoints-provider clean
.PHONY: verify clean