Skip to content

Commit 11fb792

Browse files
committed
Fix source repository links in maven plugin site
Closes gh-9671
1 parent b0102e6 commit 11fb792

File tree

1 file changed

+5
-1
lines changed
  • spring-boot-tools/spring-boot-maven-plugin

1 file changed

+5
-1
lines changed

spring-boot-tools/spring-boot-maven-plugin/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,13 @@
112112
</reports>
113113
</reportSet>
114114
</reportSets>
115+
<configuration>
116+
<webAccessUrl>https://github.com/spring-projects/spring-boot/</webAccessUrl>
117+
<anonymousConnection>scm:git:git://github.com/spring-projects/spring-boot.git</anonymousConnection>
118+
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git</developerConnection>
119+
</configuration>
115120
</plugin>
116121
</plugins>
117-
118122
</reporting>
119123
</profile>
120124
</profiles>

0 commit comments

Comments
 (0)