-
Type:
Task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: documentation
-
None
The tutorial "how to develop a Cockpit plugin" describes to add the artifact org.camunda.bpm.webapp:camunda-webapp-core as a dependency. Though this artifact does not exist anymore.
AT:
- update the maven coordinates
- add a hint in the migration guide
<dependency>
<groupId>org.camunda.bpm.webapp</groupId>
<artifactId>camunda-webapp</artifactId>
<classifier>classes</classifier>
<version>${camunda.version}</version>
</dependency>