I am skipping clean phase in CI loop, I want it to execute clean once a day
existing option:
1. fork clean plugin and modify code to take timespan as conf input and
clean if its building during that time
2. configure maven compiler plugin to mark staleTimemillis to one day, that
will cache classes without modification for a day
Is there any better option ?
existing option:
1. fork clean plugin and modify code to take timespan as conf input and
clean if its building during that time
2. configure maven compiler plugin to mark staleTimemillis to one day, that
will cache classes without modification for a day
Is there any better option ?