Skip to content

build: point scm metadata at lance-format/lance-spark - #809

Open
jackylee-ch wants to merge 2 commits into
lance-format:mainfrom
jackylee-ch:build/scm-lance-format
Open

build: point scm metadata at lance-format/lance-spark#809
jackylee-ch wants to merge 2 commits into
lance-format:mainfrom
jackylee-ch:build/scm-lance-format

Conversation

@jackylee-ch

Copy link
Copy Markdown
Contributor

Summary

  • <scm> still points at lancedb/lance-spark over SSH; use lance-format/lance-spark over HTTPS
    so the published POMs carry a browsable repository URL

Test plan

  • ./mvnw -N help:evaluate -Dexpression=project.scm.url

🤖 Generated with Claude Code

The scm connection, developerConnection and url still name lancedb and use
an SSH string, while issueManagement above already names lance-format. Maven
expects a browsable URL there, so every published POM carries an address that
cannot be opened.
@github-actions github-actions Bot added the chore Features related to test, build, style improvements label Sep 7, 2026
lance-gatekeeper[bot]

This comment was marked as outdated.

@lance-gatekeeper lance-gatekeeper Bot added the K-changes Latest Gatekeeper recommendation requests changes. label Sep 7, 2026
Maven appends each child artifact ID to inherited SCM fields by default, so
every published module carried .../lance-spark.git/<artifactId>, which is not
a repository. Disable the append for connection, developerConnection and url
so the whole reactor publishes one repository-level SCM contract.
@lance-gatekeeper lance-gatekeeper Bot removed the K-changes Latest Gatekeeper recommendation requests changes. label Sep 7, 2026

@lance-gatekeeper lance-gatekeeper Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gate recommendation: approve.

The earlier module-inheritance finding is fixed. Root, base, versioned, and bundle POMs now retain the same repository-level SCM values, and the HTTPS connection resolves successfully.

@lance-gatekeeper lance-gatekeeper Bot added the K-approved Latest Gatekeeper recommendation permits acceptance. label Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Features related to test, build, style improvements K-approved Latest Gatekeeper recommendation permits acceptance.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant