IDEA新建maven项目报错Unable to import maven project: See logs for details && IDEA Maven 报错 No implementati
程序员文章站
2022-06-17 22:54:11
...
问题描述
使用idea创建maven项目时报Unable to import maven project
原因
通过查看日志文件,发现如下:
2 errors
java.lang.RuntimeException: com.google.inject.CreationException: Unable to create injector, see the following errors:
1) No implementation for org.apache.maven.model.path.PathTranslator was bound.
while locating org.apache.maven.model.path.PathTranslator
for field at org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator.pathTranslator(Unknown Source)
at org.codehaus.plexus.DefaultPlexusContainer$1.configure(DefaultPlexusContainer.java:350)
解决办法
我的maven使用的3.6.3,将maven重新替换成3.5.4问题解决
上一篇: 七夕程序员表白
下一篇: 用javaScript表白程序员
推荐阅读
-
Intellj IDEA2018 使用 MAVNE版本的坑 Unable to import maven project: See logs for details
-
基于idea的maven配置和Unable to import maven project: See logs for details报错
-
IDEA新建maven项目报错Unable to import maven project: See logs for details && IDEA Maven 报错 No implementati
-
1.IntelliJ IDEA 2018.2导入项目报 Unable to import maven project: See logs for details
-
IDEA Unable to import maven project: See logs for details
-
Idea新建maven项目报错:Unable to import maven project: See logs for details
-
IDEA Unable to import maven project: See logs for details
-
idea新建spring boot项目使用maven引入依赖失败,pom.xml文件中project标签报错
-
idea新建spring boot项目使用maven引入依赖失败,pom.xml文件中project标签报错
-
Intellj IDEA2018 使用 MAVNE版本的坑 Unable to import maven project: See logs for details