spring-boot/spring-boot-project
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
..
spring-boot Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-actuator Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-actuator-autoconfigure Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-autoconfigure Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-cli Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-dependencies Upgrade to Spring Session Bom Bean-SR8 2019-10-01 15:29:45 +02:00
spring-boot-devtools Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-docs Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-parent Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-properties-migrator Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-starters Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-test Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-test-autoconfigure Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-tools Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
pom.xml