Skip to content

Commit 2fc2470

Browse files
committed
Add link to Sonatype Nexus user token documentation
1 parent 89698ce commit 2fc2470

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/development.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ In case of disagreement on code style, defer to the style guide.
4444
Setup for publishing
4545
---
4646

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

5152
```properties

0 commit comments

Comments
 (0)