Maven 3.3.x re-Inject Mojo Components
Hi, Is it possible to re-Inject @Component fields in my Mojo? My requirement is that my Mojo switches Git branches & the pom files change. Therefore, I need to programmatically reload them after I switch branches. Is there an API available to do this in Maven 3.3.x Regards, Dessie
How to reload poms from my Mojo
In my Mojo how can I programmatically reload poms in my multi-module project in Maven 3? I need to do this after my Mojo switches to a different Git branch