We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module-info.java is not present in the binary jar (problem.jar) but in the gennerated source jar (problem-sources.jar).
Let the moditect-maven-plugin generate it to to the src/main/resources directory.
After converting the jar into OSGI bundle, the OSGI-resolver fails to find the binary jar.
The text was updated successfully, but these errors were encountered:
module-info.java is placed in the wrong jar zalando#426
918b121
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: