We have a multi-module multi-language maven java project with coverage analysis with jacoco.
The main part of the modules is backend (Java code) with a REST API and our webapp m
I use JUnit and in my case the issue was because of having TestNG dependency in my pom.xml in addition to JUnit. After removing this unnecessary dependency, everything started to work as expected.