Lines Matching +full:server +full:- +full:password
8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)
24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg
25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg
26 …export GPG_KEY_ID=$(echo -n $(gpg --with-colons ${GPG_HOMEDIR}/pubring.gpg | awk -F':' '/pub/{ pri…
27 export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f1 -d'|')
28 export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f2 -d'|')
35 <server>
38 <password>${SONATYPE_PASSWORD}</password>
39 </server>
40 <server>
41 <id>sonatype-nexus-staging</id>
43 <password>${SONATYPE_PASSWORD}</password>
44 </server>
45 <server>
46 <id>sonatype-nexus-snapshots</id>
48 <password>${SONATYPE_PASSWORD}</password>
49 </server>