我按照Sakai Development Environment Setup Walkthrough的指示行事。
我使用了2.9.xSakai版本。
在步骤11-C:
执行mvn -Pcafe干净安装,使用maven构建最低版本的Sakai。
我有个错误:
[ERROR] Failed to execute goal on project kernel-deploy: Could not resolve depen
dencies for project org.sakaiproject:kernel-deploy:pom:2.9-SNAPSHOT: Could not f
ind artifact org.sakaiproject.entitybroker:entitybroker-assembly:zip:tomcat-over
lay:1.5.4-SNAPSHOT in sakai-maven2-snapshots (http://source.sakaiproject.org/mav
en2-snapshots) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
lutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :kernel-deploy我试过mvn clean install,它给了我错误。
请帮忙解决它。

发布于 2014-10-22 10:31:22
酒井酒井的“咖啡馆”建设档案已不再维护。做一个完整的身体。当您已经构建了所有的东西,那么您可以构建单独的模块,您可以修改,它将是快速的。
Sakai的启动时间现在还不到30秒,所以咖啡馆的构建已经不多了(以前处理器速度较慢时,构建需要一个小时,启动需要几分钟:)
https://stackoverflow.com/questions/26482289
复制相似问题