• Stephane Nicoll's avatar
    Fix artifact extension retrieval · f25ce8a3
    Stephane Nicoll authored
    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
    f25ce8a3
Name
Last commit
Last update
..
it Loading commit data...
main/java/org/springframework/boot/maven Loading commit data...
site Loading commit data...
test/java/org/springframework/boot/maven Loading commit data...