Details
-
Wish
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.1.1
-
None
Description
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.
Attachments
Issue Links
- is related to
-
MNG-3220 Allow managed dependencies to be imported into other projects
- Closed
-
MNG-7844 Support for DTD entities and XInclude in the code at build time
- Closed
- relates to
-
MNG-6562 WARN if plugins injected by default lifecycle bindings don't have their version locked in pom.xml or parent
- Closed
-
MNG-5102 Mixin POM fragments
- Open
- mentioned in
-
Page Loading...