无法编译camunda 7.4 webapp

时间:2015-12-17 15:38:19

标签: maven intellij-idea camunda

我有以下问题。 我用camunda webapp项目下载了zip文件并将其导入Intellij。现在我正在尝试编译它,但它对我不起作用。

pom.xml文件的以下部分存在问题

<version>7.4.2-SNAPSHOT</version>
    <relativePath>../camunda-bpm-platform/database</relativePath>

当我尝试执行maven clean命令时,命令行说:

[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.camunda.bpm.webapp:camunda-webapp:7.4.2-SNAPSHOT (C:\Users\me\IdeaProjects\camunda-bpm-webapp-7.4\webapp\pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.camunda.bpm.webapp:camunda-webapp-root:7.4.2-SNAPSHOT: Failure to find org.camunda.bpm:camunda-database-settings:pom:7.4.2-SNAPSHOT in https://app.camunda.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of camunda-nexus has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ org.camunda.bpm.webapp:camunda-webapp-root:7.4.2-SNAPSHOT, C:\Users\me\IdeaProjects\camunda-bpm-webapp-7.4\pom.xml, line 10, column 11 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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 read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

Process finished with exit code 1

有谁知道,它有什么问题?

2 个答案:

答案 0 :(得分:2)

如果要构建当前的7.5.0-SNAPSHOT,请查看master分支。如果要构建7.4.0版本的webapp,请查看标记7.4.07.4分支不能仅使用公开可用的依赖关系构建。

答案 1 :(得分:0)

好的,我成功编译,但现在当我转到url http://localhost:8080/camunda时,我收到错误消息No process engine found。如果没有流程引擎,camunda Webapp就无法运行。

我的jboss服务器上部署了引擎休息战。 有人知道它有什么问题吗?