eo
eo copied to clipboard
ResolveMojo+Central must fail if there are transitive dependencies
If the dependency we found contains any transitive dependencies, we should fail the build.
@Graur pls, take care of this
@l3r8yJ please, try to solve this issue
@Graur got it!
@Graur Did I understand correctly that if there are such dependencies, it should stop the build?
@l3r8yJ Please, read about transitive dependencies here: https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#:~:text=System%20Dependencies-,Transitive%20Dependencies,from%20the%20remote%20repositories%20specified.
@Graur I'm trying to create a method anologue to checkConflicts(), is it true that checkConflicts() checks for the same dependencies of different versions?
@l3r8yJ Yes, it is true
@DmitryFullStack Please, help us here
@volodya-lombrozo Can you help us here?