Re: How to install shaded fat/uber JAR with dependency-reduced POM

2020-07-05 Thread Alexander Kriegisch
Sorry, I hope it is not against this group's etiquette to ping on a question after several days of waiting for a reaction. Otherwise please tell me and I will apologise and promise not to do it again. -- Alexander Kriegisch https://scrum-master.de Alexander Kriegisch schrieb am 01.07.2020

Re: 'mvn clean test' crashes

2020-07-05 Thread Mukul Gandhi
Hi Tibor, On Sun, Jul 5, 2020 at 6:57 PM Tibor Digana wrote: > We do not provide a support. I understand that, and I don't assume assured support. Refering to the page, https://maven.apache.org/users/getting-help.html which says following, Ask on the user list Our community is very

Re: 'mvn clean test' crashes

2020-07-05 Thread Tibor Digana
You use jdk11. The jpms was activated. Deactivate it with the workaround, config param "useModulePath" set to "false". Dňa ne 5. 7. 2020, 15:27 Tibor Digana napísal(a): > We do not provide a support. See the message properly. The test reports > and dump files. > > Dňa st 1. 7. 2020, 7:09 Mukul

Re: 'mvn clean test' crashes

2020-07-05 Thread Tibor Digana
We do not provide a support. See the message properly. The test reports and dump files. Dňa st 1. 7. 2020, 7:09 Mukul Gandhi napísal(a): > 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

Re: 'mvn clean test' crashes

2020-07-05 Thread Gary Gregory
You could try to set the fork count to 1. Gary On Thu, Jul 2, 2020, 02:51 Mukul Gandhi wrote: > Hi Gary, > > On Wed, Jul 1, 2020 at 4:26 PM Gary Gregory > wrote: > > > Have you tried the more recent version of the Maven surefire plugin? > > > > I'm using Maven 3.6.3. > > I changed to the

Re: Surefire - Forking - Identifying Tests that run in a particular fork

2020-07-05 Thread Tibor Digana
Hi Martin, Can you be more concrete with your business expectations? What logger, what kind of notations about forked JVM id you want to express in the logs or somewhere else? Maybe you are not aware of new features in Surefire and Failsafe, but we introduced Extensions API in 3.0.0-M4. This way