This commit is contained in:
Amith Koujalgi 2023-12-19 22:40:32 +05:30
parent 7486016e85
commit 8b2dccdae1

View File

@ -5,7 +5,7 @@ it:
mvn clean verify -Pintegration-tests
build:
mvn clean test install -Punit-tests
mvn -B clean test install -Punit-tests -Dgpg.passphrase="${GPG_PASSPHRASE}" -e
release:
mvn clean -Punit-tests release:clean release:prepare release:perform -B