Android : Android\Java Maven skip build module if no changes

on Wednesday, January 28, 2015


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.


0 comments:

Post a Comment