Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.0.7
-
None
-
None
-
Patch
Description
Currently, a project allows duplicate artifacts to be attached. This causes the second and other additional artifacts to overwrite the first attached artifact. This occurs during the package, install, and deploy phases.
This can be reproduced by adding three instances of the source plugin (with different ids) to a project build configuration. The 2nd plugin will overwrite the first, and the third will overwrite the second.
The desired behaviour is that the user should receive a warning or error when this happens.