我正在尝试在Eclipse.I中构建ALFERCOCE5.0a,按照这个的步骤,在使用maven(使用干净安装)构建源代码时,签出是successful.But,我得到了以下错误。
[ERROR] Failed to execute goal on project alfresco-core: Could not resolve dependencies for project org.alfresco:alfresco-core:jar:5.0.a: The following artifacts could not be resolved: org.mybatis:mybatis:jar:
我正在尝试为我的Maven多模块项目构建一个CircleCI构建。问题是,当在circle-ci上构建时,模块B无法找到模块A的依赖项。
如果我检查日志,模块A的构建会失败。这里的问题是,CircleCI正在Maven Central Repo上查找A.jar。它应该是本地可用的,因为它是一个maven子模块。
[ERROR] Failed to execute goal on project post-processor:
Could not resolve dependencies for `B`: Could not find artifact
A:1.1-snapshot in c