maven-cucumber-reporting
maven-cucumber-reporting copied to clipboard
Execution execution of goal net.masterthought:maven-cucumber-reporting:5.7.8:generate failed: basedir {path}\target\cucumber-reports\json-reports does not exist
I was using JDK 11 before and maven-cucumber-reporting 3.8.0 When I do mvn clean install build got success without any issue. But after upgrading to JDK 17 and maven-cucumber-reporting 5.7.8 I get the "Execution execution of goal net.masterthought:maven-cucumber-reporting:5.7.8:generate failed: basedir {path}\target\cucumber-reports\json-reports does not exist" error when I do mvn clean install. Is there a workaround for this? Thank you!