Lines Matching +full:server +full:- +full:username
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 SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f1 -d'|')
27 export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f2 -d'|')
33 <server>
35 <username>${SONATYPE_USERNAME}</username>
37 </server>
38 <server>
39 <id>sonatype-nexus-staging</id>
40 <username>${SONATYPE_USERNAME}</username>
42 </server>
43 <server>
44 <id>sonatype-nexus-snapshots</id>
45 <username>${SONATYPE_USERNAME}</username>
47 </server>