add Makefile and docs on how to build the provider
This commit is contained in:
parent
88ffb9b9f4
commit
0a9c6aca11
2 changed files with 14 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
verify:
|
||||
mvn -f attribute-endpoints-provider verify
|
||||
|
||||
clean:
|
||||
mvn -f attribute-endpoints-provider clean
|
||||
|
||||
.PHONY: verify clean
|
||||
Loading…
Add table
Add a link
Reference in a new issue