Re: colored console

2016-09-12 Thread Robert Scholte
On Mon, 12 Sep 2016 21:50:42 +0200, Hervé BOUTEMY wrote: I really doubt plugins will be documented to give anybody any chance to learn how to configure such details. And even with documentation, I doubt anybody will take time to configure his Maven install But if

Re: svn commit: r1760333 - in /maven/shared/trunk/maven-artifact-transfer: ./ src/main/java/org/apache/maven/shared/project/install/ src/main/java/org/apache/maven/shared/project/install/internal/

2016-09-12 Thread Robert Scholte
On Mon, 12 Sep 2016 20:07:37 +0200, Karl Heinz Marbaise wrote: Hi Robert, On 12/09/16 19:42, Robert Scholte wrote: Hi Karl Heinz, We probably need to revisit this code. I think Aether is also capable in generating these files... Sure I appreciate any suggestions ..it

Re: colored console

2016-09-12 Thread Hervé BOUTEMY
I really doubt plugins will be documented to give anybody any chance to learn how to configure such details. And even with documentation, I doubt anybody will take time to configure his Maven install But if you really want to do this, you should improve the MessageBuilder API [1] to add styles

Re: svn commit: r1760333 - in /maven/shared/trunk/maven-artifact-transfer: ./ src/main/java/org/apache/maven/shared/project/install/ src/main/java/org/apache/maven/shared/project/install/internal/

2016-09-12 Thread Karl Heinz Marbaise
Hi Robert, On 12/09/16 19:42, Robert Scholte wrote: Hi Karl Heinz, We probably need to revisit this code. I think Aether is also capable in generating these files... Sure I appreciate any suggestions ..it was only my first state which worked ...This code should be improved of course... I

Re: svn commit: r1760333 - in /maven/shared/trunk/maven-artifact-transfer: ./ src/main/java/org/apache/maven/shared/project/install/ src/main/java/org/apache/maven/shared/project/install/internal/

2016-09-12 Thread Robert Scholte
Hi Karl Heinz, We probably need to revisit this code. I think Aether is also capable in generating these files... Robert On Mon, 12 Sep 2016 13:22:30 +0200, wrote: Author: khmarbaise Date: Mon Sep 12 11:22:29 2016 New Revision: 1760333 URL:

[GitHub] maven-surefire pull request #120: Add convinient method to check for the cur...

2016-09-12 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/120#discussion_r78354537 --- Diff: surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/fixture/HelperAssertions.java --- @@ -159,4 +164,10 @@ public

[GitHub] maven-surefire pull request #120: Add convinient method to check for the cur...

2016-09-12 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/120#discussion_r78351427 --- Diff: surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/fixture/HelperAssertions.java --- @@ -159,4 +164,10 @@ public

[GitHub] maven-surefire issue #118: Add basic integration test for JUnit 5

2016-09-12 Thread britter
Github user britter commented on the issue: https://github.com/apache/maven-surefire/pull/118 @Tibor17 yes I need #120 to finish this PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] maven-surefire pull request #120: Add convinient method to check for the cur...

2016-09-12 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/120#discussion_r78336717 --- Diff: surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/fixture/HelperAssertions.java --- @@ -159,4 +164,10 @@ public

Re: colored console

2016-09-12 Thread Romain Manni-Bucau
2016-09-12 9:30 GMT+02:00 Tibor Digana : > >>If you compare maven to dome > Although we do not have DOM this inspires me to define *.properties with > formatter using placeholders > success = [m32 Tests run: %1, Failure: %2, Errors: %3, Skipped: %4; > etc. > In this

Re: colored console

2016-09-12 Thread Tibor Digana
>>If you compare maven to dome Although we do not have DOM this inspires me to define *.properties with formatter using placeholders success = [m32 Tests run: %1, Failure: %2, Errors: %3, Skipped: %4; etc. In this case we do not need to use JAnsi library in Surefire's code and text including