the marker plugin ultimately resolves to the fully-qualified GAV coordinates.
j
Javi
07/10/2023, 5:03 PM
what happens if I add all plugins? as all of them resolves to the same coordinates, it would pick one and the rest would be ignored?
As curiosity because it is not my case, what happens if versions between each marker mismatch?
v
Vampire
07/10/2023, 6:35 PM
Just normal conflict resolution
Vampire
07/10/2023, 6:35 PM
The markers are own artifacts without jar that only have a dependency on the code artifact
Vampire
07/10/2023, 6:36 PM
So it is exactly like if you depend on A and B that both depend on C