Hi, > On 3 Jul 2019, at 17:00, Andrei Dulvac <[email protected]> wrote: > > And there's no > package-info.json. So either a misconfiguration (likely) or a bug?
Neither, nor. By default the maven-bundle-plugin will export any package not called ‘internal’ or ‘impl’ and will use your artifact’s version for versioning the packages if a package-info.java file is missing. Cheers, Radu
