This commit is contained in:
Amith Koujalgi 2023-12-20 00:44:04 +05:30
parent a06ededd46
commit 4dd27b3e1a

View File

@ -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