Re: 'mvn clean test' crashes

2020-06-30 Thread Mukul Gandhi
Hi Bernd, On Wed, Jul 1, 2020 at 10:50 AM Bernd Eckenfels wrote: > Anything in the mentioned dump files? When my command, 'mvn clean test' finishes (with an error that I mentioned earlier), there are no file(s) with name *.dump* created on my workstation (I'm looking, within my Maven project

Re: 'mvn clean test' crashes

2020-06-30 Thread Mukul Gandhi
Hi Enrico, On Wed, Jul 1, 2020 at 10:47 AM Enrico Olivelli wrote: > Are you walking System.exit or System.halt in your tests? > I'm not using either of System.exit or System.halt within my tests code. I'm also neither, using these two statements within my business logic code. -- Regards,

Re: org.codehaus.mojo > mojohaus.org

2020-06-30 Thread Hervé BOUTEMY
Le mardi 30 juin 2020, 15:27:37 CEST Charles Herrick a écrit : > Thanks Greg, those urls do indeed resolve. > > We are left with urls in the Maven online documentation that still have the > old org.codehaus.mojo forms that do NOT resolve. > Do we have a plan to edit these links in the

Re: 'mvn clean test' crashes

2020-06-30 Thread Bernd Eckenfels
Anything in the mentioned dump files? Could be a environment variable problem or corrupted Java Home (less likely a problem in the test code). You can also try to specify -DskipTests to see if the rest of the Maven build works. Gruss Bernd -- http://bernd.eckenfels.net

Re: 'mvn clean test' crashes

2020-06-30 Thread Enrico Olivelli
Mukul Are you walking System.exit or System.halt in your tests? Enrico Il Mer 1 Lug 2020, 07:09 Mukul Gandhi ha scritto: > Hi all, > I've been facing some problem during last few weeks, when using the > 'mvn clean test' command to run unit tests within my Maven project. At some > point

'mvn clean test' crashes

2020-06-30 Thread Mukul Gandhi
Hi all, I've been facing some problem during last few weeks, when using the 'mvn clean test' command to run unit tests within my Maven project. At some point before when this issue is creating problem for me, the 'mvn clean test' command was working fine with me and all unit tests within my

RE: org.codehaus.mojo > mojohaus.org

2020-06-30 Thread Charles Herrick
Thanks Greg, those urls do indeed resolve. We are left with urls in the Maven online documentation that still have the old org.codehaus.mojo forms that do NOT resolve. Do we have a plan to edit these links in the documentation? e: charles.herr...@perficient.com t: Texas Time -- Charles

Re: (Negative) impact of Jansi

2020-06-30 Thread Tibor Digana
>> we started seeing Surefire JVM fork crashes on various Windows 10 workstations when Jansi was active Can you show me the log how it crashed, and maybe the dump file from target/surefire-reports? On Sun, Jun 28, 2020 at 7:29 PM Falko Modler wrote: > Hi everyone! > > I recently ran into