Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-beta-1
-
None
-
Maven 3.0 beta1, Java 6.0.18
Description
Maven 2.2.1 gives an error "You cannot have two plugin executions with the same (or missing) <id/> elements.", if there are two executions for the same plugin without an id element.
Maven 3.0 beta1 doesn't throw this usefull validation error. It uses the first configuration for both executions.
A relatet issue, where this error has occured with an attached example: http://jira.codehaus.org/browse/MRPM-76