module-info.java is not present in the binary jar (problem.jar) but in the gennerated source jar (problem-sources.jar).
Possible Fix
Let the moditect-maven-plugin generate it to to the src/main/resources directory.
Context
After converting the jar into OSGI bundle, the OSGI-resolver fails to find the binary jar.
Your Environment
- Version used: 0.27.1 (any above 0.25.0)