maven can';不要从nexus下载jar

maven can';不要从nexus下载jar,maven,Maven,有一些误解 [ERROR] Failed to execute goal on project vinsuan-road-platform-comm: Could not resolve dependencies for project com.vinsuan.road.paltform:vinsuan-road-platform-comm:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.vinsuan4cloud:

有一些误解

        [ERROR] Failed to execute goal on project vinsuan-road-platform-comm: Could not resolve dependencies for project com.vinsuan.road.paltform:vinsuan-road-platform-comm:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.vinsuan4cloud:vinsuan-common-core:jar:1.0.0: Failed to read artifact descriptor for com.vinsuan4cloud:vinsuan-common-core:jar:1.0.0: Failure to find com.vinsuan4cloud:vinsuan:pom:1.0.0 in http://xxx.xxx.xxx.xxx:9981/repository/sps_group/ was cached in the local repository, resolution will not be reattempted until the update interval of sps_group has elapsed or updates are forced -> [Help 1]
        [ERROR] 
        [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
        [ERROR] Re-run Maven using the -X switch to enable full debug logging.
        [ERROR] 
        [ERROR] For more information about the errors and possible solutions, please read the following articles:
        [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
        [ERROR] 
        [ERROR] After correcting the problems, you can resume the build with the command
        [ERROR]   mvn <goals> -rf :vinsuan-road-platform-comm`enter code here`
[错误]未能在项目vinsuan road platform comm上执行目标:无法解析项目com.vinsuan.road.paltform:vinsuan road platform comm:jar:1.0-SNAPSHOT:未能在com上收集依赖项。vinsuan 4Cloud:vinsuan common core:jar:1.0.0:未能读取com的工件描述符。vinsuan 4Cloud:vinsuan common core:jar:1.0.0:在中找不到com.vinsuan4cloud:vinsuan:pom:1.0.0http://xxx.xxx.xxx.xxx:9981/repository/sps_group/ 已缓存在本地存储库中,在经过sps_组的更新间隔或强制更新之前,不会重新尝试解析->[帮助1]
[错误]
[错误]要查看错误的完整堆栈跟踪,请使用-e开关重新运行Maven。
[错误]使用-X开关重新运行Maven以启用完整调试日志记录。
[错误]
[错误]有关错误和可能的解决方案的更多信息,请阅读以下文章:
[错误][帮助1]http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[错误]
[错误]纠正问题后,可以使用命令恢复生成
[错误]mvn-rf:vinsuan路平台通信在此处输入代码`
是我们公司的nexus url,所以我很抱歉


然后我发现了一些类似的问题,他们的答案是版本不匹配,但是,vinsuan-common-core.jar只有一个版本,所以我不知道是什么,我使用了一些操作,比如clean、compile、install、mvn dependeny:sources,但是ide指出了错误。

错误说明
找不到com.vinsuan4cloud:vinsuan:pom:1.0.0
。repo中的
jar
旁边应该有一个
pom
文件,以便maven能够解决依赖关系