Skip to content

Provide functionality to automatically derive 'requires' directives from metadata #40

Closed
@jjohannes

Description

@jjohannes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions