spring-boot/spring-boot-project/spring-boot-tools
Stéphane Nicoll 200fc15b5d Detect backup jar when the package lifecycle is forked
Previously, if a classifier was set and build-image was executed from
the command-line, the build will fail as the plugin was unable to find
the original jar. This is because it relies on the attached artifacts
of the project, and those are not set when package has run as part of
a forked lifecycle.

This commit makes sure that the backup file is found by convention
first, the same way it is done for the target file.

Closes gh-26721
2024-07-31 17:01:00 +02:00
..
spring-boot-antlib Rename spring-boot-loader to spring-boot-loader-classic 2023-10-03 15:40:04 -07:00
spring-boot-autoconfigure-processor Use `.isEmpty()` where feasible 2023-12-19 22:38:05 -08:00
spring-boot-buildpack-platform Move Docker-related test support into a separate module 2024-06-26 19:47:35 +01:00
spring-boot-cli Make buildSrc's custom Gradle tasks consistently abstract 2024-06-28 15:40:56 +01:00
spring-boot-configuration-metadata Replace contains/put/get pattern with computeIfAbsent 2023-08-08 13:12:47 +02:00
spring-boot-configuration-metadata-changelog-generator Escape pipe symbol in properties changelog table cells 2023-11-30 11:37:25 +01:00
spring-boot-configuration-processor Reduce warnings reported by Eclipse 2024-07-25 14:55:00 +01:00
spring-boot-gradle-plugin Remove method references to improve compatibility 2024-07-24 19:22:05 +01:00
spring-boot-gradle-test-support Reduce warnings reported by Eclipse 2024-07-25 14:55:00 +01:00
spring-boot-jarmode-layertools Merge branch '3.1.x' into 3.2.x 2024-04-18 11:59:50 +02:00
spring-boot-loader Polish "Add rule to prevent calls to Objects.requireNonNull()" 2024-07-29 11:41:26 +01:00
spring-boot-loader-classic Polish "Add rule to prevent calls to Objects.requireNonNull()" 2024-07-29 11:41:26 +01:00
spring-boot-loader-tools Reduce warnings reported by Eclipse 2024-07-25 14:55:00 +01:00
spring-boot-maven-plugin Detect backup jar when the package lifecycle is forked 2024-07-31 17:01:00 +02:00
spring-boot-properties-migrator Don't report already migrated properties 2024-06-26 16:24:32 -07:00
spring-boot-test-support Move Docker-related test support into a separate module 2024-06-26 19:47:35 +01:00
spring-boot-test-support-docker Move Docker-related test support into a separate module 2024-06-26 19:47:35 +01:00