6
I have such a Maven project, that at the time of running the build
, an A plugin runs. This A plugin depends on a B plugin that is pulled, which in turn depends on a C plugin.
It turns out that this C plugin is in an X version that has an annoying bug, and I want to force Maven to use a Y version.
Also, I don’t use the C plugin directly. I don’t even know which B plugin uses it. But if I delete it from the repository and try to compile offline, Maven complains.
What can I do to force Maven to use the desired version?
The esteemed companion who voted against my question, would you please explain what you think is wrong with her?
– Victor Stafusa