This message was deleted.
# community-support
s
This message was deleted.
c
the marker plugin ultimately resolves to the fully-qualified GAV coordinates.
j
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
Just normal conflict resolution
The markers are own artifacts without jar that only have a dependency on the code artifact
So it is exactly like if you depend on A and B that both depend on C
j
thank you both 😛