In my multi-module project, I created module-info.java only for few modules. And during compilation with maven-compiler-plugin:3.7.0 I'm getting next warning:
[WARNING] * Required filename-based automodules detected. Please don't publish this project to a public artifact repository! *
What does it mean? Is that because I have only a few modules with module-info.java and not the whole project?