Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0.7, 2.0.8, 2.0.9
-
Fix Version/s: None
-
Component/s: POM
-
Labels:None
Description
If I (accidentally) declare the same plugin in the pom twice, with different executions,only the executions from the first declaration are run. And no warning is given saying that it is ignoring the others. I figure there are two options to solve this: either use both declarations, or fail the build (fail – not warning) to tell the user to fix their pom.
Issue Links
- duplicates
-
MNG-1701
Validate that a plugin is not configured twice in the pom
-