forked from Mirror/ollama4j
8 lines
105 B
Makefile
8 lines
105 B
Makefile
build:
|
|
mvn -B clean install
|
|
|
|
ut:
|
|
mvn clean test -Punit-tests
|
|
|
|
it:
|
|
mvn clean verify -Pintegration-tests
|