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:
|
ut:
|
||||||
mvn clean test -Punit-tests
|
mvn clean test -Punit-tests
|
||||||
|
|
||||||
it:
|
it:
|
||||||
mvn clean verify -Pintegration-tests
|
mvn clean verify -Pintegration-tests
|
||||||
|
|
||||||
build:
|
#mvn -B clean install -Punit-tests -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
|
||||||
mvn -B clean test install -Punit-tests -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
|
#
|
||||||
|
#release:
|
||||||
release:
|
# mvn -B clean install -Punit-tests release:clean release:prepare release:perform -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
|
||||||
mvn -B clean install -Punit-tests release:clean release:prepare release:perform -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
|
#
|
||||||
|
#update-version:
|
||||||
update-version:
|
# mvn versions:set -DnewVersion=1.0.1
|
||||||
mvn versions:set -DnewVersion=1.0.1
|
#
|
||||||
|
#deploy:
|
||||||
deploy:
|
# mvn clean deploy -Punit-tests -Dgpg.passphrase="$GPG_PASSPHRASE" -e
|
||||||
mvn clean deploy -Punit-tests -Dgpg.passphrase="$GPG_PASSPHRASE" -e
|
|
Loading…
x
Reference in New Issue
Block a user