I was wondering if there is a way to determine whether changes were made to the project and run mvn install
only in that case. Similar to this question but I am not very interested in incremental build - Ideally I would like the build command to do nothing if no changes were made in the project. Is this possible
Thank you for your help.