13 lines
229 B
Makefile
13 lines
229 B
Makefile
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
|
|
|
|
.PHONY: verify clean
|