代码之家  ›  专栏  ›  技术社区  ›  Nicolas Raoul

找不到项目组织。alfresco:alfresco super pom

  •  0
  • Nicolas Raoul  · 技术社区  · 6 年前

    我想从源代码构建alfresco存储库JAR。

    我克隆了 https://github.com/Alfresco/alfresco-repository 并运行 Building 自述文件部分:

    $ mvn clean install
    [INFO] Scanning for projects...
    [ERROR] [ERROR] Some problems were encountered while processing the POMs:
    [FATAL] Non-resolvable parent POM for org.alfresco:alfresco-repository:6.21-SNAPSHOT: Failure to find org.alfresco:alfresco-super-pom:pom:9 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 8, column 13
    

    我做错了什么?

    1 回复  |  直到 6 年前
        1
  •  3
  •   Nicolas Raoul    6 年前

    自述文件没有说明这一点,但您必须在之前(在任何目录中)执行此操作:

    git clone git@github.com:Alfresco/alfresco-super-pom.git
    cd alfresco-super-pom
    mvn install
    

    这样就可以成功地构建alfresco存储库。

    推荐文章