Fixing LICENCE and NOTICE for binary distributions

2019-10-26 Thread Enrico Olivelli
Hello, as Vladimir reported in [1] we have problems of our binary distributions. Short version of the story: - we are missing some entries in LICENSE, in my opinion we should cite every other ASLv2 licenced project that is not of property of ASF (like Plexus), but we are currently skipping them -

Re: Dynamic phases proposal

2019-10-26 Thread Stephen Connolly
On Sat 26 Oct 2019 at 10:50, Robert Scholte wrote: > To avoid confusion, let's call it stages. > > Stage 1: Always call post-bound executions (MNG-5665[1]) > Stage 2: before and after > Stage 3: priorities (MNG-3522[2]) > Stage 4: transitional lifecycle I have a prototype of stages 1-3 nearly (

Re: Dynamic phases proposal

2019-10-26 Thread Robert Scholte
To avoid confusion, let's call it stages. Stage 1: Always call post-bound executions (MNG-5665[1]) Stage 2: before and after Stage 3: priorities (MNG-3522[2]) Stage 4: transitional lifecycle For both all you need to start evaluating the value of phase. For now we can assume that after:clean is ju