Closed
Description
Describe the bug
The bundling configuration for the extension modules is not considering the META-INF/jandex.idx file.
Fabric8 Kubernetes Client version
other (please specify in additional context)
Steps to reproduce
mvn package
target/classes/META-INF
contains a valid jandex.idx file
target/$artifact-$version.jar
archive doesn't contain the META-INF/jandex.idx
file
Expected behavior
target/$artifact-$version.jar
should contain the META-INF/jandex.idx
file
Runtime
Kubernetes (vanilla)
Kubernetes API Server version
other (please specify in additional context)
Environment
other (please specify in additional context)
Fabric8 Kubernetes Client Logs
No response
Additional context
No response