Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Enhancement request: split multi-module and single-module defaults #3

@hgschmie

Description

@hgschmie

For a single module build, requiring management of dependencies and plugins adds some overhead that is not immediately beneficial. So for these projects, the <dependencies> and <plugins> settings should probably be false.

For a multi-module project, both of those settings should probably be true.

It would be nice if it were possible to capture these different default settings in a single base pom, e.g.

<requireManagement>
  <single-module>
    <dependencies>...</dependencies>
    <plugins>...</plugins>
  </single-module>
  <multi-module>
    <dependencies>...</dependencies>
    <plugins>...</plugins>
  </multi-module>
</requireManagement>

Would a patch for that be accepted?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions