Skip to content

Commit 1f05fc8

Browse files
authored
chore: Fixes plugin scm link (#615)
Without this, the Jenkins plugin module inherits from this property, adding its name to the URL. This create a problem in plugins.jenkins.io/pipeline-maven as the data is coming from the Update Center.
1 parent 7392c30 commit 1f05fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<module>jenkins-plugin</module>
7777
</modules>
7878

79-
<scm>
79+
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
8080
<connection>scm:git:https://github.com/jenkinsci/pipeline-maven-plugin.git</connection>
8181
<developerConnection>scm:git:[email protected]:jenkinsci/pipeline-maven-plugin.git</developerConnection>
8282
<tag>${scmTag}</tag>

0 commit comments

Comments
 (0)