Skip to content

Consider splitting the plugin in two: base and aggregate #23

@vlsi

Description

@vlsi

What feature do you want to see added?

Currently, the plugin is all-in-one, and it adds configurations and tasks only when user configures nmcp extension.

Have you considered going the other way around?

  • Always generate the configurations and tasks, so users could add dependencies and wire the tasks
  • Split plugin id in two: one that would scaffold zipPublication task, outgoing variant for others to consume; and the second plugin that would add aggregation capabilities (aggregating configuration, aggregate task, etc)

Currently, one can't use nmcpConsumer configuration via dependencies { nmcpConsumer(projects.core) } since the configuration is not created during plugin.apply call.

Upstream changes

No response

Are you interested in contributing this feature?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions