On Sat, Apr 28, 2012 at 7:04 AM, Hilco Wijbenga <[email protected]>wrote:
> > Actually, I've been working on a Maven extension that uses checksums > to determine whether a particular project needs to be rebuilt (taking > all its dependencies into account). We are currently using a Bash > script for that purpose. It simply invokes Maven for each project that > needs to be (re)built but, obviously, doing this from Maven directly > is much easier, faster, and more reliable. > > Use Hudson/Jenkins for this, that's what I use.
