ollama4j/Makefile
Amith Koujalgi 4dd27b3e1a clean up
2023-12-20 00:44:04 +05:30

19 lines
453 B
Makefile

build:
mvn -B clean install
ut:
mvn clean test -Punit-tests
it:
mvn clean verify -Pintegration-tests
#mvn -B clean install -Punit-tests -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
#
#release:
# mvn -B clean install -Punit-tests release:clean release:prepare release:perform -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
#
#update-version:
# mvn versions:set -DnewVersion=1.0.1
#
#deploy:
# mvn clean deploy -Punit-tests -Dgpg.passphrase="$GPG_PASSPHRASE" -e