一个解决的方法:
1.Project-->clean 重新clean一下项目
2.run as maven test 经过clean后一般测试能够成功
3.run as maven install
亲测有效