Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0-alpha-1
-
None
Description
Plugin executions using the default id are not merged during inheritance if
a) the parent POM defines the plugin via plugin management
b) the parent POM omits the <id> for the plugin execution
c) the child POM uses <id>default</id> for the plugin execution
This causes Maven 3.x to fail with a validation error (duplicate execution ids)