0

当我构建自己的项目时,出现错误:

Failure to find com.google.gwt:gwt-user:jar:2.5 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced

但实际上这个罐子存在于我的本地仓库中。我在 ~/.m2 中也有 settings.xml,但这是我公司回购的设置,也许这​​就是原因。但我尝试没有这个文件但失败了。

那么我该如何解决这个问题呢?

4

1 回答 1

1

在你的命令行构建中尝试 -U

于 2013-02-21T22:18:33.930 回答