| Make a fork from the plugin repository and create a new file for the generator. Pretty good guidelines can be found from other generators. You will most probably need the `buildAction` from the plugin and then it's just looking at the Serenity plugin code to get the correct data. Finally, you will need to call the generator inside `InfluxDbPublicationService.java` to actually use the generator. Additionally, unit tests for the generator would be nice I know the plugin lacks sufficient unit tests, but there should be some tests for other generators you can use as a base. |