Re: [VOTE] Retire Maven Repository Builder

2019-08-08 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 07.08.19 21:13, Robert Scholte wrote: Hi, The Apache Maven project consist of about 90 (sub)projects. Due to the small number of volunteers and the huge amount of code to maintain we're missing enough space to make real progress on all these

Re: Can Mojos output color?

2019-08-08 Thread Robert Scholte
As you might have noticed, plugins like maven-surefire-plugin, maven-failsafe-plugin and maven-dependency-plugin contain ANSI coloring support, so yes it is possible at mojo-level. They create a MessageBuilder via MessageUtils[1]. And yes, there are only a small set of methods available to