spring-framework/gradle
Brian Clozel 7ce1f5e652 Configure Maven publications with Gradle
Prior to this commit, the build would use a custom task to create a BOM
and manually include/exclude/customize dependencies. It would also use
the "maven" plugin to customize the POM before publication.

This commit now uses a Gradle Java Platform for publishing the Spring
Framework BOM. We're also now using the "maven-publish" plugin to
prepare and customize publications.

This commit also tells the artifactory plugin (which is currently
applied only on the CI) not to publish internal modules.

See gh-23282
2019-08-21 15:39:51 +02:00
..
wrapper Upgrade to Gradle 5.6 2019-08-17 19:20:36 +02:00
docs.gradle Cache "spring-doc-resources" archive between builds 2019-08-21 15:38:16 +02:00
ide.gradle Replace propdeps plugin with custom plugin 2019-08-13 18:19:37 +02:00
publications.gradle Configure Maven publications with Gradle 2019-08-21 15:39:51 +02:00
spring-module.gradle Configure Maven publications with Gradle 2019-08-21 15:39:51 +02:00