Hi, I would like to place some of the project dependencies to --module-path to make them automatic "derived name" modules during project compilation. I can see that maven-compiler-plugin:3.7.0 tries to find module-info.class and Automatic-Module-Name entry in MANIFEST. If found it uses those jars as modules.
Is there any way I can force placement non-modularized dependencies on module path? Thank you, Roman
