Closed
Description
Similar to exportAllPackages()
(#38) we can introduce a requireAllDefinedDependencies()
to automatically create requires
directives based on what is defined in a component metadata (pom.xml / module.json). For this, the GA coordinates in the metadata need to be mapped to the corresponding module names. This knowledge is available for other patched Jars where the module name is introduced through this plugin. An additional knownModule(name, ga)
statement should be added to the extension for adding the knowledge for existing modules when needed.