Skip to content

Module info for picocli`s Spring Boot Starter not included in the released jar #2335

@obfischer

Description

@obfischer

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

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions