mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:13:58 +00:00
Do not rely on the packaging type to figure out what the extension of the main artifact will be. So far, using `jar` and `war` packaging for `.jar` and `.war` files worked by chance. We know retrieve the actual extension as provided by Maven's `ArtifactHandler`. Fixes gh-2762