| <settings> | |
| <servers> | |
| <server> | |
| <id>ossrh</id> | |
| <username>${OSSRH_JIRA_USERNAME}</username> | |
| <password>${OSSRH_JIRA_PASSWORD}</password> | |
| </server> | |
| </servers> | |
| <profiles> | |
| <profile> | |
| <id>ossrh</id> | |
| <activation> | |
| <activeByDefault>true</activeByDefault> | |
| </activation> | |
| <properties> | |
| <gpg.executable>gpg</gpg.executable> | |
| <gpg.keyname>${GPG_KEY_NAME}</gpg.keyname> | |
| <gpg.passphrase>${GPG_PASSPHRASE}</gpg.passphrase> | |
| </properties> | |
| </profile> | |
| </profiles> | |
| </settings> |