我有以下問題。 我下載了camunda webapp項目的zip文件並將其導入到Intellij。現在我試圖編譯它,但它不適合我。無法編譯camunda 7.4 webapp
沒有與pom.xml文件
<version>7.4.2-SNAPSHOT</version>
<relativePath>../camunda-bpm-platform/database</relativePath>
當我嘗試執行的Maven清理命令以下部分的問題,在命令行中說:
[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
有誰知道,什麼都可以它有錯嗎?
是否可以共享下載的zip文件?將幫助我們避免在http://camunda.com/trial/download/註冊的麻煩 –
我的意思是我下載了它從GitHub https://github.com/camunda/camunda-bpm-webapp/tree/7.4 – piechos
當我從混帳克隆它有可能編譯主分支(但後來因爲它說,它需要camunda引擎,我不能部署它 - 我提供的,但它是7.4的版本,所以可能這就是爲什麼)。但是當我切換到分支7.4時,我無法編譯它。請幫助 – piechos