I've a java project (in mercurial repository). I'm compiling and generating jar using maven. I've attached my pom.xml image below.
Every time compiling all available file (>1500 java files) taking much time. Is there any why that I can specify files that need to be compiled and update those latest class files in existing jars?
I would like to include files that are part of hg pull (added/modified) and compile only those specific files instead of all files.