Hi,
I am new to plugin development.
In my plugin, I have written a build step by extending Builder class.
The build step works as expected in a free style project while in case of a maven project, user can add the build step to pre build steps but it does not gets invoked on build run.
The perform() function is not getting called.
Do I need to add some kind of additional configuration to make it run in maven project?