I want to write a plugin which can display all the conflict dependences (the
same groupId and artifactId but different version) in the dependences graph.Is
the Maven-core provide this function?
I want to define some strategy when some conflicts happen, the build process
fail.
can anybody tell me how to get this conflicts information in my plugin?

Reply via email to