Closes #2657: fixed sonatype config

This commit is contained in:
Holger Hagen 2024-08-12 10:08:30 +02:00 committed by Jörg Heffner
parent 306a4071de
commit 234dc2a2c3
1 changed files with 21 additions and 21 deletions

View File

@ -1,23 +1,23 @@
<settings>
<profiles>
<profile>
<id>ossrh</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.executable>gpg</gpg.executable>
<gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
</properties>
</profile>
</profiles>
<profiles>
<profile>
<id>ossrh</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.executable>gpg</gpg.executable>
<gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
</properties>
</profile>
</profiles>
<servers>
<server>
<id>ossrh</id>
<username>${env.OSSRH_JIRA_USERNAME}</username>
<password>${env.OSSRH_JIRA_PASSWORD}</password>
</server>
</servers>
</settings>
<servers>
<server>
<id>ossrh</id>
<username>iFwWwha3</username>
<password>uzrcUVbaTpjAOGY47uGhicQI1AmTAwILYPdfKWy1FF9r</password>
</server>
</servers>
</settings>