I had this problem once, and this is how i resolved it:
Step-1 Clean your
.m2/repository
Step-2 execute the maven command(for example mvn clean verify) from the terminal at the current project location(where your project's pom.xml file exist) instead of running maven from eclipse.