Add running tests
This commit is contained in:
parent
cd31ec8a20
commit
1c2adb1a92
3 changed files with 15 additions and 8 deletions
6
Makefile
6
Makefile
|
|
@ -1,6 +1,12 @@
|
|||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue