Skip to content

Replace hardcoded repo.akka.io/maven references in docs - #209

Merged
ennru merged 4 commits into
mainfrom
replace-akka-resolver
Jul 8, 2026
Merged

Replace hardcoded repo.akka.io/maven references in docs#209
ennru merged 4 commits into
mainfrom
replace-akka-resolver

Conversation

@JustinPihony

Copy link
Copy Markdown
Contributor

Summary

The bare `https://repo.akka.io/maven\` URL requires token-based access from https://account.akka.io/token.

`README.md`
Replace resolver URL in the Maven BOM usage example with `<url from https://account.akka.io/token>\`.

`RELEASE.md`
Describe the publish destination generically ("the Akka repository") with a pointer to https://account.akka.io/token for access.

Not changed: `build.sbt` and `project/plugins.sbt` use `repo.akka.io/maven/github_actions`, which is a CI-specific endpoint — leaving that for a separate discussion.

JustinPihony and others added 4 commits July 7, 2026 13:18
The bare URL requires token-based access from https://account.akka.io/token.

README.md:
  Replace resolver URL in Maven BOM usage example with token placeholder.

RELEASE.md:
  Describe publish destination generically with token reference.

Note: build.sbt and project/plugins.sbt use repo.akka.io/maven/github_actions
which is a CI-specific endpoint and left unchanged.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
build.sbt, project/plugins.sbt:
  Remove hardcoded repo.akka.io/maven/github_actions resolvers.
  CI now supplies the resolver via setup_global_resolver.

.github/workflows/check.yml, release.yml:
  Add setup_global_resolver step so sbt/Maven/Gradle all have the
  Akka repository configured before running tasks.

docs/src/main/paradox/index.md:
  Replace old repo.akka.io/{your repository token here}/secure URL
  format with <url from https://account.akka.io/token>.
@ennru
ennru merged commit 1ba9da7 into main Jul 8, 2026
8 checks passed
@ennru
ennru deleted the replace-akka-resolver branch July 8, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants