Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add in a note about s01 for new users #1949

Merged
merged 2 commits into from
Jul 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/antora/modules/ROOT/pages/Common_Project_Layouts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,12 @@ mill mill.scalalib.PublishModule/publishAll \
--sonatypeSnaphostUri http://example.company.com/snapshot
----

NOTE: That as of Feb. 2021 any new Sonatype accounts have been created on
`so1.oss.sonatype.org`, so you'll want to ensure you set the relevant URIs to
lefou marked this conversation as resolved.
Show resolved Hide resolved
match.
- `https://s01.oss.sonatype.org/service/local` - for the `--sonatypeUri`
- `https://s01.oss.sonatype.org/content/repositories/snapshots` - for `sonatypeSnapshotUri`

If the site does not support staging release as `oss.sonatype.org` does (for
example, a self-hosted OSS nexus site), you can pass in the
`--stagingRelease false` to simply upload release artifacts to corresponding
Expand Down