You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-5
Original file line number
Diff line number
Diff line change
@@ -479,7 +479,9 @@ Go to one of them and run `mvn site`.
479
479
### Snapshot deployment
480
480
A new snapshot is deployed to sonatype on each commit merged to `main` branch. See [snapshot.yml](.github/workflows/snapshot.yml) workflow for details.
481
481
482
-
### Manual Release deployment
482
+
### New release deployment
483
+
484
+
#### Prerequisites
483
485
Set sonatype credentials in `~/.m2/settings.xml`:
484
486
485
487
```xml
@@ -493,10 +495,25 @@ Set sonatype credentials in `~/.m2/settings.xml`:
493
495
</servers>
494
496
</settings>
495
497
```
496
-
497
-
To deploy release to sonatype release repo run `mvn release:clean release:prepare release:perform -P release`.
498
-
Make sure you have proper pgp keys set up.
499
-
This process will be automated in the future.
498
+
Make sure you have proper pgp keys set up. See [Maven Central Guide](https://central.sonatype.org/pages/working-with-pgp-signatures.html) for details.
0 commit comments