diff options
Diffstat (limited to 'bpmn/MSOCockpit/src')
-rw-r--r-- | bpmn/MSOCockpit/src/main/assembly/cockpit-build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOCockpit/src/main/assembly/cockpit-build.xml b/bpmn/MSOCockpit/src/main/assembly/cockpit-build.xml index b84a84df8a..3bc0ace298 100644 --- a/bpmn/MSOCockpit/src/main/assembly/cockpit-build.xml +++ b/bpmn/MSOCockpit/src/main/assembly/cockpit-build.xml @@ -34,7 +34,7 @@ <dependencySet>
<outputDirectory>/</outputDirectory>
<includes>
- <include>org.camunda.bpm.webapp:camunda-webapp-jboss-standalone</include>
+ <include>org.camunda.bpm.webapp:${camunda.bpm.webapp.artifact}</include>
</includes>
<unpack>true</unpack>
<unpackOptions>
|