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
|
||||||
|
|
@ -12,6 +12,13 @@ Every endpoint responds with a list of all attribute values, that:
|
||||||
|
|
||||||
Multivalue attributes are flattened in the response.
|
Multivalue attributes are flattened in the response.
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
Maven is required for building the provider.
|
||||||
|
|
||||||
|
Once all dependencies are met, simply call `make` to build the provider, which should then produce a `attribute-endpoints-provider-1.0-SNAPSHOT.jar` in the `attribute-endpoints-provider/target/` directory.
|
||||||
|
|
||||||
|
There's also `make clean` available for removing the output directory.
|
||||||
|
|
||||||
## Example Setup
|
## Example Setup
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue