[GitHub] maven-surefire pull request #117: [SUREFIRE-1254] add color messages

2016-09-03 Thread hboutemy
Github user hboutemy commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/117#discussion_r77447554 --- Diff: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/log/PluginConsoleLogger.java --- @@ -0,0 +1,126 @@ +package org.a

[GitHub] maven-surefire pull request #117: [SUREFIRE-1254] add color messages

2016-09-03 Thread hboutemy
Github user hboutemy commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/117#discussion_r77447349 --- Diff: maven-failsafe-plugin/pom.xml --- @@ -127,6 +127,19 @@ true + +

[GitHub] maven-surefire pull request #117: [SUREFIRE-1254] add color messages

2016-09-03 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/117 [SUREFIRE-1254] add color messages You can merge this pull request into a Git repository by running: $ git pull https://github.com/Tibor17/maven-surefire SUREFIRE-1254 Alternatively y

Re: [DISCUSSION] finishing Aether import: help find a new name

2016-09-03 Thread Hervé BOUTEMY
plan implemented in git https://git1-us-west.apache.org/repos/asf?p=maven-aether.git;a=commit;h=27f8bd7360d1114b0e2972a49c01adfbe24da272 resulting documentation will appear soon at http://maven.apache.org/resolver-archives/resolver-LATEST/ If something is wrong, please tell Once this first ste

Re: Building jar targeting multiple Java versions, including 9

2016-09-03 Thread Christian Schulte
Am 09/03/16 um 11:48 schrieb Robert Scholte: > Simple? We have several options. Most user friendly might be to have the > "magic" in the maven-compiler-plugin, which implies you need to be able to > set the javac executable for both, set the source/target/release for both. > And how about com

Re: [SUREFIRE] Surefire provider for JUnit 5?

2016-09-03 Thread Benedikt Ritter
Hello Tibor, good idea! I've talked to Marc Philipp from the JUnit team and he want's to join us, so we can make a plan how to move things forward. When would you be available for a chat on freenode? Best Regards, Benedikt Tibor Digana schrieb am Di., 30. Aug. 2016 um 22:46 Uhr: > Benedikt, le

Re: Building jar targeting multiple Java versions, including 9

2016-09-03 Thread Robert Scholte
On Sat, 03 Sep 2016 03:57:30 +0200, Christian Schulte wrote: Am 09/02/16 um 19:06 schrieb Robert Scholte: I'll rephrase the question: What to do which projects who want to have their code compatible with a version lower than Java 9 AND want to provide a module-info file as well? The mai