MAVEN No implementation for org.apache.maven.model.path.PathTranslator was bound

觉得有用的话,欢迎一起讨论相互学习~Follow Me

参考文献
https://blog.csdn.net/weixin_40633275/article/details/102686611

  • 出现错误如下
    MAVEN No implementation for org.apache.maven.model.path.PathTranslator was bound
  • 查看log日志
    MAVEN No implementation for org.apache.maven.model.path.PathTranslator was bound
    MAVEN No implementation for org.apache.maven.model.path.PathTranslator was bound

大概意思就是Maven和Intellij IDEA的版本对不上

使用较低版本的Maven或者更新本机的IDEA,即使用较高版本的IDEA

相关文章: