From ae5c1308e86427aaa3e84aee6678b1f6b988c68f Mon Sep 17 00:00:00 2001 From: jackylee-ch Date: Mon, 7 Sep 2026 10:09:45 +0800 Subject: [PATCH 1/2] build: point scm metadata at lance-format/lance-spark 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. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 91d9e4fee..00cb32e6c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,9 +27,9 @@ - scm:git:git@github.com:lancedb/lance-spark.git - scm:git:git@github.com:lancedb/lance-spark.git - git@github.com:lancedb/lance-spark.git + scm:git:https://github.com/lance-format/lance-spark.git + scm:git:https://github.com/lance-format/lance-spark.git + https://github.com/lance-format/lance-spark HEAD From 6d6f450aa61a9fe856f8d741170030736d667ba3 Mon Sep 17 00:00:00 2001 From: jackylee-ch Date: Mon, 7 Sep 2026 11:08:48 +0800 Subject: [PATCH 2/2] build: stop appending child paths to inherited scm values Maven appends each child artifact ID to inherited SCM fields by default, so every published module carried .../lance-spark.git/, which is not a repository. Disable the append for connection, developerConnection and url so the whole reactor publishes one repository-level SCM contract. --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00cb32e6c..230829ce0 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,9 @@ - + scm:git:https://github.com/lance-format/lance-spark.git scm:git:https://github.com/lance-format/lance-spark.git https://github.com/lance-format/lance-spark