Trying to find a solution for the error in my framework for over a month now.
We have Karate/Cucumber project in VS code using Maven/Java, after cloning it to my machine, only me from our team can’t run
**mvn clean install ** command
I’m getting Build Failure with SunCertBuilderException PKIX path building failed, getting error plugin maven clean or one of its dependencies could not be resolved, failed to read artifact descriptor (attached screenshots)
Has anybody experienced with it? Tech support in our company didn’t help at all and closed tickets on it.[[enter image description here](https://i.stack.imgur.com/wyh65.jpg)](https://i.stack.imgur.com/z31Jv.png)
We tried to update java/maven versions, updated plugins, checked env variables, also tried to disable certificate with -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true.
But nothing works