I have configured all the dependencies in my pom.xml
through maven. When i give the command mvn install
I get the following error:
You appear to be experiencing this issue: SUREFIRE-85.
The most likely cause appears to be corrupt jar files in your local repository. Try clearing out all maven jars from your local repository. Remove everything from
and run the build again.
Also, make sure you're using a stable, up-to-date version of Maven.