Re: maven git commit: [MNG-3507] added color to Maven execution output messages

2016-06-17 Thread Hervé BOUTEMY
Le vendredi 17 juin 2016 11:25:43 Christian Schulte a écrit : > Am 06/17/16 um 09:39 schrieb Robert Scholte: > > Hi, > > > > a few remarks to the API ( I like the idea of it ). > > - use strong() instead of highlight() > > - use text() instead of a() > > Do we want to be able to nest styles (or

Re: maven git commit: [MNG-3507] added color to Maven execution output messages

2016-06-17 Thread Hervé BOUTEMY
Le vendredi 17 juin 2016 09:39:45 Robert Scholte a écrit : > Hi, > > a few remarks to the API ( I like the idea of it ). > - use strong() instead of highlight() ok for this one > - use text() instead of a() I'd prefer to stay with the good JANsi idea: a is short, and represent "append" in a

Re: maven git commit: [MNG-3507] added color to Maven execution output messages

2016-06-17 Thread Hervé BOUTEMY
Le vendredi 17 juin 2016 08:35:58 Christian Schulte a écrit : > Am 06/17/16 um 08:08 schrieb Hervé BOUTEMY: > > there are concepts: that's what the API I propose expose [1] > > Name of the different colors can still be refined, I had to find a first > > naming > > > > if nobody objets, I'll

Re: [VOTE] Release Apache Maven Shared Component: Maven Archiver Version 3.1.1

2016-06-17 Thread Olivier Lamy
+1 On 18 June 2016 at 03:43, Robert Scholte wrote: > +1 > > Robert > > ps. Jira link is misleading, in this case only refer to the maven-archiver > component, i.e. > project = MSHARED AND status = Open AND component = maven-archiver ORDER > BY key DESC, priority DESC >

Re: [VOTE] Release Apache Maven Shared Component: Maven Archiver Version 3.1.1

2016-06-17 Thread Robert Scholte
+1 Robert ps. Jira link is misleading, in this case only refer to the maven-archiver component, i.e. project = MSHARED AND status = Open AND component = maven-archiver ORDER BY key DESC, priority DESC Now there are only 5 issues left (assuming all others are bound to the right component)

Re: [VOTE] Release Apache Maven Shared Component: Maven Archiver Version 3.1.1

2016-06-17 Thread Karl Heinz Marbaise
Hi, this is my +1 Kind regards Karl Heinz Marbaise On 6/14/16 10:16 PM, Karl Heinz Marbaise wrote: Hi, We solved 1 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12336063 There are still a couple of issues left in JIRA:

Re: maven git commit: [MNG-3507] added color to Maven execution output messages

2016-06-17 Thread Christian Schulte
Am 06/17/16 um 09:39 schrieb Robert Scholte: > Hi, > > a few remarks to the API ( I like the idea of it ). > - use strong() instead of highlight() > - use text() instead of a() > Do we want to be able to nest styles (or mimic it)? > e.g *strong* please ensure to replace this method before *warn*

Re: maven git commit: [MNG-3507] added color to Maven execution output messages

2016-06-17 Thread Robert Scholte
Hi, a few remarks to the API ( I like the idea of it ). - use strong() instead of highlight() - use text() instead of a() Do we want to be able to nest styles (or mimic it)? e.g *strong* please ensure to replace this method before *warn* 1-1-2017 *_warn* !!! *_bold* If so, we'd better use

Re: maven git commit: [MNG-3507] added color to Maven execution output messages

2016-06-17 Thread Christian Schulte
Am 06/17/16 um 08:08 schrieb Hervé BOUTEMY: > there are concepts: that's what the API I propose expose [1] > Name of the different colors can still be refined, I had to find a first > naming > > if nobody objets, I'll update Maven core and maven-invoker-plugin with this > API like I already did

Re: maven git commit: [MNG-3507] added color to Maven execution output messages

2016-06-17 Thread Hervé BOUTEMY
there are concepts: that's what the API I propose expose [1] Name of the different colors can still be refined, I had to find a first naming if nobody objets, I'll update Maven core and maven-invoker-plugin with this API like I already did in maven-site-plugin [2] And I think I should be able