[ERROR]Failed to execute goal on project 子项目1: Could not resolve dependencies for project com.example.demo:xxxx:jar:2.0.0:Failed to collect dependencies at com.example.demo:xxx:jar:2.0.0:Failed to read artifact descriptor for com.example.demo:子项目2:xxx:jar:2.0.0:Failed to find com.example.demo:父项目:pom:2.0.0 in http://maven…….. was cached in the local repository, Resolution will not be reattempted until the update interval of nexus-2 has elapsed or updates are forced -> [help 1]
我当时出现这种错误的操作,mvn命令先执行子项目导致的。
我不知道为什么单运行子项目会报这个错误信息,后来我直接mvn 父项目就好了。使用的命令是:
mvn clean package -Dmaven.test.skip=true
mvn install
本文记录了在使用Maven构建项目时遇到的依赖解析错误,详细描述了错误信息及解决过程。作者通过直接运行父项目而非子项目,成功解决了依赖问题。
1537

被折叠的 条评论
为什么被折叠?



