I have a few modules in my project
When i execute
mvn clean install
it will be rebuild all my modules and it will be a long long time.( I know - it was because i execute a clean
goal)
What the goal i need to execute or set a PROPERTY in pom.xml (maybe)
to say maven do not compile(skip or getting existing SNAPSHOT) module if was no file (no changes) in this module.