-
Type:
Wish
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.1.1
-
Fix Version/s: 4.0.x-candidate
-
Component/s: Dependencies, FDPFC, POM
-
Labels:None
I can do this in dependencyManagement to define dependencies versions:
<dependency>
<groupId>test</groupId>
<artifactId>test</artifactId>
<version>1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
It could be great to can do the same things in pluginManagements to define version plugin and default behavior.