Skip to content

Commit

Permalink
Add link to Sonatype Nexus user token documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Jul 11, 2024
1 parent 89698ce commit 2fc2470
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ In case of disagreement on code style, defer to the style guide.
Setup for publishing
---

To enable publishing to Maven Central via Sonatype Nexus, set
`yubicoPublish=true` in `$HOME/.gradle/gradle.properties` and add your Sonatype
To enable publishing to Maven Central via Sonatype Nexus,
[generate a user token](https://central.sonatype.org/publish/generate-token/).
Set `yubicoPublish=true` in `$HOME/.gradle/gradle.properties` and add your token
username and password. Example:

```properties
Expand Down

0 comments on commit 2fc2470

Please sign in to comment.