Add ossrh profile to publish maven artifacts to oss.sonatype.org (synced with maven central)
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
<servers>
|
||||
<server>
|
||||
<id>ossrh</id>
|
||||
<username>${env.SONATYPE_USERNAME}</username>
|
||||
<password>${env.SONATYPE_PASSWORD}</password>
|
||||
<username>${SONATYPE_USERNAME}</username>
|
||||
<password>${SONATYPE_PASSWORD}</password>
|
||||
</server>
|
||||
</servers>
|
||||
</settings>
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
SCRIPT_DIR=`dirname $0`
|
||||
DEPLOY_DIR=$SCRIPT_DIR/..
|
||||
openssl aes-256-cbc -pass pass:$gpg.passphrase -in $DEPLOY_DIR/pubring.gpg.enc -out pubring.gpg -d
|
||||
openssl aes-256-cbc -pass pass:$gpg.passphrase -in $DEPLOY_DIR/secring.gpg.enc -out secring.gpg -d
|
||||
Reference in New Issue
Block a user