spring-boot/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin
Andy Wilkinson 3d4157ad6d Correct SCM URLs in published poms
Previously, Maven's default behaviour was relied up which resulted
in the artifact ID being appended to each URL as it was inherited.
This behaviour can only be disabled in Maven 3.6 and later, a version
that we cannot use due to an incompatibility with the Flatten Plugin.

This commit works around Maven's default behaviour by defining
properties for the SCM URL, connection, and developer connection and
then explicitly defining the settings in each pom using these
properties. The explicit definition of the properties in each pom
prevents them being inherited from the parent, thereby disabling the
unwanted appending of the artifact ID to the URL.

Fixes gh-18328
2019-10-02 10:48:30 +01:00
..
gradle/wrapper Raise the minimum supported version of Gradle to 4.4 2018-09-12 17:06:03 +01:00
src Use one sentence per line in Actuator and Gradle plugin doc source 2019-09-09 10:59:49 +01:00
.gitignore Add .gitignore for Gradle Plugin module 2018-05-11 14:28:02 +02:00
build.gradle Merge branch '2.0.x' into 2.1.x 2019-06-29 20:38:18 +01:00
gradle.properties Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
gradlew Raise the minimum supported version of Gradle to 4.4 2018-09-12 17:06:03 +01:00
gradlew.bat Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
pom.xml Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00