mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 03:47:13 +02:00
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
|