spring-boot/spring-boot-project
Andy Wilkinson 365fdfee45 Reduce scope of mavenOptional feature to only the Maven Plugin
Previously, the mavenOptional was added to every published module but it
was only used by spring-boot-maven-plugin. This commit reduces its scope
so that it only affects the Maven plugin. It also reworks the
implementation to reuse the existing optional configuration rather than
declaring a new mavenOptional configuration. Lastly, publication of
Gradle Module Metadata (GMM) has been disabled for
spring-boot-maven-plugin. This is seen as preferable to publishing the
metadata – which isn't really needed as it does not contain any useful
additional information – and having to suppress warnings about
incomplete mapping of GMM to pom metadata.

Closes gh-41263
2024-06-28 11:39:46 +01:00
..
spring-boot Don't report already migrated properties 2024-06-26 16:24:32 -07:00
spring-boot-actuator Move Docker-related test support into a separate module 2024-06-26 19:47:35 +01:00
spring-boot-actuator-autoconfigure Polish BaggagePropagationIntegrationTests 2024-06-28 10:27:46 +02:00
spring-boot-autoconfigure Move Docker-related test support into a separate module 2024-06-26 19:47:35 +01:00
spring-boot-dependencies Upgrade to Spring Session 3.2.4 2024-06-19 20:34:02 +01:00
spring-boot-devtools Update copyright year of changed files 2024-06-19 22:54:40 -07:00
spring-boot-docker-compose Move Docker-related test support into a separate module 2024-06-26 19:47:35 +01:00
spring-boot-docs Polish "Make conversion mechanism plural" 2024-06-26 14:26:51 +01:00
spring-boot-parent Minimize scope of version management for commons-compress 2024-02-06 15:08:15 +00:00
spring-boot-starters Upgrade to Tomcat 10.1.24 2024-05-16 15:05:48 +01:00
spring-boot-test Disable ReactorResourceFactory use of global resources in tests 2024-06-24 11:22:11 -07:00
spring-boot-test-autoconfigure Move Docker-related test support into a separate module 2024-06-26 19:47:35 +01:00
spring-boot-testcontainers Move Docker-related test support into a separate module 2024-06-26 19:47:35 +01:00
spring-boot-tools Reduce scope of mavenOptional feature to only the Maven Plugin 2024-06-28 11:39:46 +01:00