I have a .bat file that executes some pre-requisites of the build of my Maven project, and I want to execute this .bat file automatically when the project that I developed is built.
Is there any way to perform this task with Maven?
I saw another question about something similar but it didn't solve my problem.