Skip to content

[MNG-5588] Scope import in pluginManagement #6471

@jira-importer

Description

@jira-importer

Romain N opened MNG-5588 and commented

I can do this in dependencyManagement to define dependencies versions:

<dependencyManagement>
  <dependency>
    <groupId>test</groupId>
    <artifactId>test</artifactId>
    <version>1</version>
    <scope>import</scope>
    <type>pom</type>
  </dependency>
</dependencyManagement>

It could be great to can do the same things in pluginManagement to define version plugin and default behavior.


Affects: 3.1.1

Issue Links:

  • MNG-6562 WARN if plugins injected by default lifecycle bindings don't have their version locked in pom.xml or parent

  • MNG-5102 Mixin POM fragments

  • MNG-3220 Allow managed dependencies to be imported into other projects

  • MNG-7844 Support for DTD entities and XInclude in the code at build time

Remote Links:

84 votes, 103 watchers

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions