Skip to content
New issue

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 placed in the wrong jar #426

Open
emweber opened this issue Oct 19, 2022 · 0 comments · May be fixed by #483
Open

module-info.java is placed in the wrong jar #426

emweber opened this issue Oct 19, 2022 · 0 comments · May be fixed by #483
Labels

Comments

@emweber
Copy link

emweber commented Oct 19, 2022

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)
@emweber emweber added the Bug label Oct 19, 2022
viktor44 added a commit to viktor44/problem that referenced this issue Aug 4, 2023
@viktor44 viktor44 linked a pull request Aug 4, 2023 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant