From cc11eefbaf8ad904bca81b24fd7402712d79cf0f Mon Sep 17 00:00:00 2001 From: Marvin Lindner Date: Tue, 14 Apr 2026 11:39:47 +0200 Subject: [PATCH] Fix SCM URL inheritance for child modules on Maven Central Maven appends the child module path to inherited SCM URLs, causing links on Maven Central to redirect to non-existent GitHub URLs like .../cds-feature-attachments/cds-feature-attachments. Disable this behavior with child.scm.*.inherit.append.path="false". --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2d0376a6..20bf29c4 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ integration-tests - + scm:git:https://github.com/cap-java/cds-feature-attachments.git scm:git:git@github.com:cap-java/cds-feature-attachments.git https://github.com/cap-java/cds-feature-attachments