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>
|
<servers>
|
||||||
<server>
|
<server>
|
||||||
<id>ossrh</id>
|
<id>ossrh</id>
|
||||||
<username>${env.SONATYPE_USERNAME}</username>
|
<username>${SONATYPE_USERNAME}</username>
|
||||||
<password>${env.SONATYPE_PASSWORD}</password>
|
<password>${SONATYPE_PASSWORD}</password>
|
||||||
</server>
|
</server>
|
||||||
</servers>
|
</servers>
|
||||||
</settings>
|
</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