mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 03:47:13 +02:00
11 lines
174 B
Makefile
11 lines
174 B
Makefile
ut:
|
|
mvn clean test -Punit-tests
|
|
|
|
it:
|
|
mvn clean verify -Pintegration-tests
|
|
|
|
build:
|
|
mvn clean test install -Punit-tests
|
|
|
|
release:
|
|
mvn clean release:prepare release:perform
|