解决方案是删除特定的工件目录。但我如何找到它的位置?
按照建议here运行mvn clean install -U
对我不起作用。它给出了错误:
Could not find artifact <artifact info>... in central (https://repo.maven.apache.org/maven2)
答案 0 :(得分:0)
默认本地回购将在
<User_Home>\.m2\repository
您可以检查maven settings.xml以查看是否配置了任何自定义目录。