Is it possible to make a custom maven plugin out of a springboot application? I have a springboot service that I would like to autowire into my maven plugin Mojo class?
My maven plugin is a separate project and I have added the springboot project as a dependency.
I am unsure of the correct way to go about this?
Thank you.