无法编译 camunda 7.4 webapp
Can't compile camunda 7.4 webapp
我有以下问题。
我用 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
有谁知道,它有什么问题吗?
如果您想构建当前的 7.5.0-SNAPSHOT,请查看 master
分支。如果您想构建 7.4.0 版本的 webapp,请查看标签 7.4.0
。 7.4
分支不能单独使用公开可用的依赖项构建。
好的,我编译成功了,但是现在当我转到 url http://localhost:8080/camunda 时,我收到错误消息,找不到流程引擎。没有流程引擎,camunda Webapp 无法工作。
我在 jboss 服务器上部署了 engine-rest war。
有人知道它有什么问题吗?
我有以下问题。 我用 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
有谁知道,它有什么问题吗?
如果您想构建当前的 7.5.0-SNAPSHOT,请查看 master
分支。如果您想构建 7.4.0 版本的 webapp,请查看标签 7.4.0
。 7.4
分支不能单独使用公开可用的依赖项构建。
好的,我编译成功了,但是现在当我转到 url http://localhost:8080/camunda 时,我收到错误消息,找不到流程引擎。没有流程引擎,camunda Webapp 无法工作。
我在 jboss 服务器上部署了 engine-rest war。 有人知道它有什么问题吗?