add Makefile and docs on how to build the provider
This commit is contained in:
parent
964a593dbd
commit
bd9e5a6f3e
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