Request: Manually add module-info.java into source tree
I am packaging this project in Fedora where we don't have access to Gradle, so we use poms from Maven Central. We can use maven-bundle-plugin along with your bnd-module-plugin tool to generate module-info.class files. But I don't like this approach as it brings in more dependencies. I inspected your decompiled module-info.class files and I have seen that they are effectively just ~5 lines long.
Would you please consider adding module-info.java files into the source tree so that bnd-module-plugin is not necessary for module-info.class generation?
Edited by Marián Konček