-
Notifications
You must be signed in to change notification settings - Fork 440
Closed
Labels
theme: moduleAn issue or change related to JPMS modulesAn issue or change related to JPMS modulestype: bug 🐛
Milestone
Description
The module info for picocli`s module info descriptor, which is present in the Git repository, is not included in the resulting released jar. I checked this for serveral versions.
Here is the output of the jar tool listing the content of the jar
09:11 $ jar -tvf /opt/mavencache/info/picocli/picocli-spring-boot-starter/4.7.6/picocli-spring-boot-starter-4.7.6.jar
0 Tue May 07 21:23:52 CEST 2024 META-INF/
258 Tue May 07 21:23:52 CEST 2024 META-INF/MANIFEST.MF
0 Tue May 07 21:23:52 CEST 2024 picocli/
0 Tue May 07 21:23:52 CEST 2024 picocli/spring/
0 Tue May 07 21:23:52 CEST 2024 picocli/spring/boot/
0 Tue May 07 21:23:52 CEST 2024 picocli/spring/boot/autoconfigure/
1560 Tue May 07 21:23:52 CEST 2024 picocli/spring/boot/autoconfigure/PicocliAutoConfiguration.class
2584 Tue May 07 21:23:52 CEST 2024 picocli/spring/PicocliSpringFactory.class
0 Tue May 07 21:23:52 CEST 2024 META-INF/spring/
60 Tue May 07 21:23:52 CEST 2024 META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
123 Tue May 07 21:23:52 CEST 2024 META-INF/spring.factories
Please include the descriptor in the release. Thank you for all the work you do!
Relates to #1608
Metadata
Metadata
Assignees
Labels
theme: moduleAn issue or change related to JPMS modulesAn issue or change related to JPMS modulestype: bug 🐛