mirror of
https://github.com/spring-cloud/spring-cloud-build.git
synced 2026-09-17 12:49:00 +00:00
spring-cloud-dependencies-parent has no parent POM and does not manage the maven-deploy-plugin, so with Maven < 3.9 it falls back to the core default maven-deploy-plugin 2.7. That version predates the altSnapshotDeploymentRepository parameter (added in 2.8), so any deploy that relies on that flag is silently ignored for this module and it falls back to the repository declared in its own distributionManagement. Pin the plugin to 3.1.4 to match the version used by the spring-cloud-build root POM so the module honors the alternate deployment repository flags. Signed-off-by: Ryan Baxter <rbaxter85@gmail.com>
// Do not edit this file (e.g. go instead to src/main/asciidoc) Spring Cloud Build is a common utility project for Spring Cloud to use for plugin and dependency management.