graalvm / mandrel-packaging

6 stars 8 forks source link

[23.1] Inject MANIFEST.MF also for source jar files #408

Closed jerboaa closed 5 months ago

jerboaa commented 5 months ago

Same as #406 but for the 23.1 release branch.

For Quarkus productization source jars are expected to have META-INF/MANIFEST.MF files in them. Inject them when they're not already there like we do for the actual jar artefact.

(cherry picked from commit bd13e6a5a2973064edf387343642ffa73083b07d)