forked from Mirror/ollama4j
clean up
This commit is contained in:
parent
a06ededd46
commit
4dd27b3e1a
24
Makefile
24
Makefile
@ -1,17 +1,19 @@
|
||||
build:
|
||||
mvn -B clean install
|
||||
|
||||
ut:
|
||||
mvn clean test -Punit-tests
|
||||
|
||||
it:
|
||||
mvn clean verify -Pintegration-tests
|
||||
|
||||
build:
|
||||
mvn -B clean test 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
|
||||
#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
|
Loading…
x
Reference in New Issue
Block a user