maven-compiler-plugin
maven-compiler-plugin copied to clipboard
[MCOMPILER-517] store compilation time of modules to avoid not needed compile when using install
Olivier Lamy opened MCOMPILER-517 and commented
when using install m-compiler-p detects artifacts of the reactor as new and so re compile everything whereas it is not needed.
the solution is to store on disk the last compilation time of a module and use this value rather than the installed artifact timestamp
Remote Links: