JaCoCo Can’t add different class with same name: org/hamcrest/BaseDescription
There are two ways to avoid this: 1)Rename one of the duplicates: I’ve seen this problem quite often when it comes to maven projects. Even if those two classes are in two different modules, having same names for two different classes is not really a good idea. 2)Exclude one of them: Refer this SO thread … Read more