Skip to content

Commit e183776

Browse files
authored
Fix SCM URL inheritance for child modules on Maven Central (#798)
1 parent 287e73f commit e183776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<module>integration-tests</module>
3939
</modules>
4040

41-
<scm>
41+
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
4242
<connection>scm:git:https://github.com/cap-java/cds-feature-attachments.git</connection>
4343
<developerConnection>scm:git:git@github.com:cap-java/cds-feature-attachments.git</developerConnection>
4444
<url>https://github.com/cap-java/cds-feature-attachments</url>

0 commit comments

Comments
 (0)