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
+6-6
Original file line number
Diff line number
Diff line change
@@ -476,8 +476,10 @@ Go to one of them and run `mvn site`.
476
476
477
477
## Development
478
478
479
-
### Manual deployment
479
+
### Snapshot deployment
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.
480
481
482
+
### Manual Release deployment
481
483
Set sonatype credentials in `~/.m2/settings.xml`:
482
484
483
485
```xml
@@ -492,11 +494,9 @@ Set sonatype credentials in `~/.m2/settings.xml`:
492
494
</settings>
493
495
```
494
496
495
-
#### Snapshot deployment
496
-
To deploy snapshot to sonatype snapshot repo run `mvn clean deploy -P release`.
497
-
498
-
#### Release deployment
499
-
To deploy release to sonatype release repo run `mvn release:clean release:prepare release:perform -P release`.
497
+
To deploy release to sonatype release repo run `mvn release:clean release:prepare release:perform -P release`.
0 commit comments