Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

conditional plugin execution

$
0
0
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 ?

Viewing all articles
Browse latest Browse all 5648

Trending Articles