You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the only thing you need is to add the line: Automatic-Module-Name: com.fatboyindustrial.gson-javatime-serialisers into the META-INF/MANIFEST.MF then you could add it in the bnd.bnd file and bnd plugin will include it.
@spegelref You added the bits and pieces to make this OSGi aware. I wondered if you knew what the right thing to do is with regards to OSGi + JPMS?
The simplest first step towards supporting JPMS is to add an automatic module name entry to the
MANIFEST.MF
.However, it looks like just configuring the
maven-jar-plugin
to do it, like so:... doesn't work when
bnd-maven-plugin
is involved in creating the manifest.Any ideas how to get
bnd-maven-plugin
andmaven-jar-plugin
to place nicely together?The text was updated successfully, but these errors were encountered: