Re: [VOTE] Release Apache Maven Resolver version 1.1.1

2018-02-16 Thread Robert Scholte
Hi Guillaume, thanks for verifying the logs. db4003a can't be the fix for MRESOLVER-9, it only contains a pom change for the demos 9dbbd06 is similar, no codechanges there. And regarding MRESOLVER-28, I think the assignee forgot to add a fix version when closing it. So I agree that one sho

Re: Question concerning Maven Core

2018-02-16 Thread Guillaume Boué
Hi Karl Heinz, I may be reading this wrong, but it looks like the class intends to print the logs of a concurrent Maven build grouped by segments. That is, instead of having interleaved logs of all the plugin executions when building with multiple threads, they would be printed in full, logica

Question concerning Maven Core

2018-02-16 Thread Karl Heinz Marbaise
Hi, I've stumbled over the following code line in Maven Core: Class MultiThreadedBuilder: Line: 94... // Currently disabled ThreadOutputMuxer muxer = null; // new ThreadOutputMuxer( analyzer.getProjectBuilds(), System.out ); Does someone know what intention/idea/purpose is b

Re: [VOTE] Release Apache Maven Resolver version 1.1.1

2018-02-16 Thread Guillaume Boué
Hi, +1 tested on multiple projects, and build is OK with JDK 8/9 on Windows/Ubuntu. By the way, I noticed this includes commits for MRESOLVER-9 (db4003a) and MNG-6141 (9dbbd06) but both aren't resolved on JIRA. How come? Also, perhaps MRESOLVER-28 should be added in the release notes. Guil

[GitHub] maven pull request #159: Bugfix/mng 4347 recursive imports

2018-02-16 Thread clarkperkins
GitHub user clarkperkins opened a pull request: https://github.com/apache/maven/pull/159 Bugfix/mng 4347 recursive imports …resolved using profile modifications from settings.xml o Updated the 'DefaultModelResolver' to handle replacing repositories the same way the

[GitHub] maven issue #158: [MNG-4347] Set the profiles on reecursive dependencyManage...

2018-02-16 Thread clarkperkins
Github user clarkperkins commented on the issue: https://github.com/apache/maven/pull/158 Looks like there's a better solution out there for this, I'm going to close this. --- - To unsubscribe, e-mail: dev-unsubscr.

[GitHub] maven pull request #158: [MNG-4347] Set the profiles on reecursive dependenc...

2018-02-16 Thread clarkperkins
Github user clarkperkins closed the pull request at: https://github.com/apache/maven/pull/158 --- - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[GitHub] maven issue #158: [MNG-4347] Set the profiles on reecursive dependencyManage...

2018-02-16 Thread clarkperkins
Github user clarkperkins commented on the issue: https://github.com/apache/maven/pull/158 I just found this issue in jira - looks like it's closed as a won't-fix... so sounds like there's a reason this hasn't been fixed before ---

Re: Question about Maven Indexer

2018-02-16 Thread Tamás Cservenák
Hi there, you are, but without this https://issues.apache.org/jira/browse/MINDEXER-81 you will get hardly any progress (without getting very "dirty" wrt code and incompatible). HTH, Tamas On Thu, Feb 15, 2018 at 11:29 PM Sylvain Lacaze wrote: > Hi all, > > I was hoping to get a little bit of g

Re: report plugin with jdk10

2018-02-16 Thread Tibor Digana
The reason why I was idle is the fact I made everyting to to support Surefire on Jdk 7-10 & Maven 3.1 - 3.5 and Linux/Windows and I am now happy with that. I did not commit it in my branch yet. I don't want to loose all my work, therefore the branch *SUREFIRE-1463* will be finalized by today evenin

Re: report plugin with jdk10

2018-02-16 Thread Robert Scholte
And this is not an issue with Java 9? It might be related to MNG-6275[1]. Classworlds seems to use the bootclassloader, which doesn't expose all the jdk/jre classes like java.sql.Date. We weren't able to fix this in 3.5.x Robert [1] https://issues.apache.org/jira/browse/MNG-6275 On Fri, 1

report plugin with jdk10

2018-02-16 Thread Olivier Lamy
Hi, I'm currently testing maven builds with jdk10 (especially surefire) I noticed velocity tools need java.sql.Date (yes it is :-) ) See stack trace: https://gist.github.com/olamy/243bf93f77becdd698148b07065b84f7 Well ATM I'm not sure how to fix that... Cheers -- Olivier Lamy http://twitter.com/