I am a beginner just started learning camunda. I tried to develop a plugin for cockpit and i went through the guide.
“The main entry point for a plug-in is the service provider interface (SPI) org.camunda.bpm.cockpit.plugin.spi.CockpitPlugin. Each plug-in must provide an implementation of this class and register it via META-INF/services.”
I am not able to identify the above folder in my project. Can you please help me on this, also let me know what kind of Maven project i need to create and what are all dependent need to add.