hbase不可解析pom错误

u0sqgete  于 2021-06-09  发布在  Hbase
关注(0)|答案(1)|浏览(300)

我从github下载了hbase代码,当我将项目作为maven dependence导入时,我得到了以下错误

Multiple annotations found at this line:
    - Project build error: 'parent.relativePath' points at org.apache.hbase:hbase instead of org.apache:apache, please verify your project structure
    - Project build error: Non-resolvable parent POM: Failure to transfer org.apache:apache:pom:12 from htts://repository.apache.org/content/
     repositories/releases/ was cached in the local repository, resolution will not be reattempted until the update interval of apache release has elapsed or 
     updates are forced. Original error: Could not transfer artifact org.apache:apache:pom:12 from/to apache release ://repository.apache.org/content/
     repositories/releases/): null to ://repository.apache.org/content/repositories/releases/org/apache/apache/12/apache-12.pom and 
     'parent.relativePath' points at wrong local POM

如果你们中有人遇到过这样的问题,请告诉我。
当做
桑托什

odopli94

odopli941#

似乎您只下载了部分代码-它依赖于您没有下载的parent.pom

相关问题