Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19

2015-10-09 Thread Kristian Rosenvold
Cool! My MBP just broke down som my hacking options are fairly limited right now. I should be able to test the same scenario via ssh once you let us know its been fixed, though... K 10. okt. 2015 1.32 a.m. skrev "Tibor Digana" : > I found the root cause. The only problem was with unterminated JVM

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19

2015-10-09 Thread Tibor Digana
I found the root cause. The only problem was with unterminated JVM using non-daemon Threads in tests. I will cancel the Vote, delete the staging repo and tag. I will test the plugin in another real project and I will make improvements. On Thu, Oct 8, 2015 at 8:44 PM, Kristian Rosenvold < kristian.

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.19

2015-10-09 Thread Tibor Digana
Two unit tests [1] in maven-core override std/out and std/in. It looks like the provider did not receive NOOP command after timeout which is a subject to shutdown of forked JVM. That's maybe related to the commit you found. I will investigate more because the main Thread must have some deadlock; ot

Re: Maven Core Code - MavenModelMerger

2015-10-09 Thread Karl Heinz Marbaise
Hi Hervé, this brought me into the right direction... Thanks. Karl Heinz Marbaise On 10/9/15 12:30 AM, Hervé BOUTEMY wrote: Hi, ModelMerger is the parent class of every model mergers: AFAIK, it does not merge configuration of plugins if you want to test plugins configuration merge, you'll hav

Re: surefire 2.19 hangs

2015-10-09 Thread Tibor Digana
I used Linux and Kristian Linux. I guess the sufirebooter is awaiting tests from in-plugin process but the forkMode=once which means this should finish after test-set without awaiting anything from master. I don't know why this happened because we have a bunch of ITs with forkMode=once and nothing

Re: Donation by the Apache Maven team: maven-eclipse-plugin

2015-10-09 Thread Jochen Wiedmann
Given the low likelyhood of another release: I don't think we need to care. On Thu, Oct 8, 2015 at 6:03 PM, Robert Scholte wrote: > It should be the first one specified in pluginManagement > > Robert > > Op Wed, 07 Oct 2015 23:38:10 +0200 schreef Dan Tran : > >> Just wonder >> >> after the migra

Early Access build 83 for JDK 9 and JDK 9 with Project Jigsaw are available for download.

2015-10-09 Thread Rory O'Donnell
Hi Robert & Kristian, JDK 9 with Project Jigsaw Early Access build b83 is available for download at jdk9.java.net/jigsaw . Notable changes: * The -Xoverride option has been extended and renamed to -Xpatch, and the -XaddReads option has been restored [1] (chan

Re: [VOTE] Retire Maven Eclipse Plugin / Donation to Mojohaus

2015-10-09 Thread Adrien Rivard
Most commons plugins are now compatible with m2e or have available m2e connectors so you generally don't need to add anything in your poms. On Wed, Oct 7, 2015 at 8:04 PM, Gary Gregory wrote: > Darn, I use eclipse:eclipse all the time. Every time I've used the m2e > plugin in the past, it's driv