-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
priority:majorMajor loss of functionMajor loss of function
Milestone
Description
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
Labels
priority:majorMajor loss of functionMajor loss of function