-
Task
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
-
None
Problem
- in camunda-bpm-platform/database/pom.xml, the variables database.host and database.url are not resolved correctly in ANT script of the WLS runtime
- project.parent.basedir seems to be private maven API and is therefore not supported in the ANT plugin
Solution
Adjust camunda-bpm-platform/database/pom.xml so that it does not use the project.parent.basedir variable anymore
AT
- camunda-bpm-platform/database/pom.xml does not use project.parent.basedir anymore
- With
CAM-9790a workaround for this problem was introduced which needs to be cleaned up- my.database.host is changed back to database.host [2]
- my.database.url is changed back to database.url [1]
- If
CAM-10088is already resolved, backport the changes made within this ticket to 7.10 and 7.9
[1] https://github.com/camunda/camunda-bpm-platform-ee/blob/master/qa/pom.xml#L161
[2] https://github.com/camunda/camunda-bpm-platform-ee/blob/master/qa/pom.xml#L162