I have a maven based application which I run with mvn compile exec:java using the exec-maven-plugin. How can I configure it so that the application restarts whe
mvn compile exec:java