We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6d937 commit e1fb653Copy full SHA for e1fb653
.azure/scripts/push_to_nexus.sh
@@ -14,6 +14,6 @@ export GPG_TTY=$(tty)
14
echo $GPG_SIGNING_KEY | base64 -d > signing.gpg
15
gpg --batch --import signing.gpg
16
17
-GPG_EXECUTABLE=gpg mvn $MVN_ARGS -DskipTests -s ./.azure/scripts/settings.xml -P central verify deploy
+GPG_EXECUTABLE=gpg mvn $MVN_ARGS -DskipTests -s ./.azure/scripts/settings.xml -P central deploy
18
19
cleanup
0 commit comments