Commit 3d4157a
committed
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-183281 parent 40acbfc commit 3d4157a
File tree
75 files changed
+376
-3
lines changed- spring-boot-project
- spring-boot-actuator-autoconfigure
- spring-boot-actuator
- spring-boot-autoconfigure
- spring-boot-cli
- spring-boot-devtools
- spring-boot-docs
- spring-boot-parent
- spring-boot-properties-migrator
- spring-boot-starters
- spring-boot-starter-activemq
- spring-boot-starter-actuator
- spring-boot-starter-amqp
- spring-boot-starter-aop
- spring-boot-starter-artemis
- spring-boot-starter-batch
- spring-boot-starter-cache
- spring-boot-starter-cloud-connectors
- spring-boot-starter-data-cassandra-reactive
- spring-boot-starter-data-cassandra
- spring-boot-starter-data-couchbase-reactive
- spring-boot-starter-data-couchbase
- spring-boot-starter-data-elasticsearch
- spring-boot-starter-data-jdbc
- spring-boot-starter-data-jpa
- spring-boot-starter-data-ldap
- spring-boot-starter-data-mongodb-reactive
- spring-boot-starter-data-mongodb
- spring-boot-starter-data-neo4j
- spring-boot-starter-data-redis-reactive
- spring-boot-starter-data-redis
- spring-boot-starter-data-rest
- spring-boot-starter-data-solr
- spring-boot-starter-freemarker
- spring-boot-starter-groovy-templates
- spring-boot-starter-hateoas
- spring-boot-starter-integration
- spring-boot-starter-jdbc
- spring-boot-starter-jersey
- spring-boot-starter-jetty
- spring-boot-starter-jooq
- spring-boot-starter-json
- spring-boot-starter-jta-atomikos
- spring-boot-starter-jta-bitronix
- spring-boot-starter-log4j2
- spring-boot-starter-logging
- spring-boot-starter-mail
- spring-boot-starter-mustache
- spring-boot-starter-oauth2-client
- spring-boot-starter-oauth2-resource-server
- spring-boot-starter-quartz
- spring-boot-starter-reactor-netty
- spring-boot-starter-security
- spring-boot-starter-test
- spring-boot-starter-thymeleaf
- spring-boot-starter-tomcat
- spring-boot-starter-undertow
- spring-boot-starter-validation
- spring-boot-starter-web-services
- spring-boot-starter-webflux
- spring-boot-starter-websocket
- spring-boot-starter-web
- spring-boot-starter
- spring-boot-test-autoconfigure
- spring-boot-test
- spring-boot-tools
- spring-boot-antlib
- spring-boot-autoconfigure-processor
- spring-boot-configuration-metadata
- spring-boot-configuration-processor
- spring-boot-gradle-plugin
- spring-boot-loader-tools
- spring-boot-loader
- spring-boot-maven-plugin
- spring-boot-test-support
- spring-boot
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
75 files changed
+376
-3
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
0 commit comments