Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Super POM currently defines 4 plugins (removed in Maven 4), that are actually Maven 2.x plugins.
Those are (with current latest versions):
antrun: 1.3 -> 3.1.0 assembly: 2.2-beta-5 -> 3.6.0 dependency: 2.8 -> 3.6.0 release: 2.5.3 -> 3.0.1
Among other things, this is the reason why users with "empty POM" end up with plugin validation warnings in Maven 3.9 (as all these plugins warn, as they are Maven2 plugins, not Maven 3).