Skip to content

KAFKA-20853: Remove invalid local Maven publishing guidance - #23064

Open
lh0156 wants to merge 1 commit into
apache:trunkfrom
lh0156:agent/KAFKA-20853-maven-url-docs
Open

KAFKA-20853: Remove invalid local Maven publishing guidance#23064
lh0156 wants to merge 1 commit into
apache:trunkfrom
lh0156:agent/KAFKA-20853-maven-url-docs

Conversation

@lh0156

@lh0156 lh0156 commented Aug 3, 2026

Copy link
Copy Markdown

What

Remove the Gradle comment that tells contributors to publish to a local file: Maven repository with -PmavenUrl. Gradle configures credentials for the repository, so that command fails with Authentication scheme 'all' is not supported by protocol 'file'. The supported local workflow is publishToMavenLocal.

Testing

  • RED: ./gradlew :clients:publishMavenJavaPublicationToMavenRepository -PmavenUrl=file:///tmp/... -PmavenUsername=unused -PmavenPassword=unused --no-daemon --no-build-cache --console=plain reproduced the reported authentication failure.
  • GREEN: ./gradlew :clients:publishToMavenLocal --no-daemon --no-build-cache --console=plain passed.
  • ./gradlew spotlessCheck --no-daemon --no-build-cache --console=plain passed.
  • git diff --check passed.

Documentation-only Gradle change; no API, protocol, or KIP impact.

Generated-by: OpenAI Codex (GPT-5)

Signed-off-by: Yunseop Eom <62834176+lh0156@users.noreply.github.com>
@github-actions github-actions Bot added triage PRs from the community build Gradle build or GitHub Actions small Small PRs labels Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Gradle build or GitHub Actions small Small PRs triage PRs from the community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant