我在命令行中的项目内部,我尝试过mvn clean install,但是我收到错误,说包org.mockito不存在 即使我在我的pom.xml中有这个
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
因此构建失败
答案 0 :(得分:0)
1.首先,请检查您的本地存储库是否可以使用jar
2.如果没有,请检查maven中央存储库的地址,并在m2 / setting.xml中正确配置代理设置。