Maven没有从本地存储库导入依赖项

Maven没有从本地存储库导入依赖项,maven,intellij-idea,Maven,Intellij Idea,我试图在IntelliJ中运行一个spring/struts项目,该项目使用来自本地存储库(m2)和maven存储库的依赖项 <repositories> <repository> <id>zkmaven</id> <name>ZK Maven Plugin Repository</name> <url>http://mave

我试图在IntelliJ中运行一个spring/struts项目,该项目使用来自本地存储库(m2)和maven存储库的依赖项

<repositories>
        <repository>
            <id>zkmaven</id>
            <name>ZK Maven Plugin Repository</name>
            <url>http://mavensync.zkoss.org/maven2</url>
        </repository>
    </repositories>
但是当我检查我的本地存储库m2时,我发现这些依赖关系是存在的


我不明白这里有什么问题

您确定这些文件在本地存储库中吗?有时人们会把以
lastupdated
结尾的文件误认为是真正的文件。是的,我确定,我检查了.m2存储库,发现了jar文件。文件夹中是否没有以
lastupdated
结尾的文件?是的,还有jar文件。您需要删除所有最近更新的文件。
Failure to find jscontrol:jscontrol:pom:1.1 in http://mavensync.zkoss.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of zkmaven has elapsed or updates are forced

Failure to find org.zkoss.zk:zkplus:pom:6.5.2-SNAPSHOT in http://mavensync.zkoss.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of zkmaven has elapsed or updates are forced

The POM for ZK:ZK-control:jar:1.1 is missing, no dependency information available