zalando / problem

A Java library that implements application/problem+json
https://zalando.github.io/problem
MIT License
880 stars 83 forks source link

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

Open emweber opened 1 year ago

emweber commented 1 year ago

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