[maven-assembly-plugin] tries to find tools.jar which does not exist in adoptopenjdk-11

2020-05-28 Thread Knoche, Heinz
Hello, I am wondering if someone could give me a hint regarding the following error when building a maven project (Maven 3.6.1, adoptopenjdk 11.0.6) "Could not find artifact com.sun:tools:jar:2.0.5 at specified path /usr/lib/jvm/adoptopenjdk-11-hotspot-amd64/../lib/tools.jar" It seems to arise

[maven-surefire-plugin] message published by JUnit5-TestReporter does not appear in surefire report

2020-01-15 Thread Knoche, Heinz
Hello, I uploaded this simple project to illustrate my observation: https://github.com/gabalawi/junit5-testreporter Maybe someone could help me with clarifying - if there is a bug or lacking feature in the surefire plugin - or if I did not properly configure the surefire plugin - or if it is up

Re: maven surefire report does not pick up message published by JUnit5-TestReporter

2020-01-15 Thread Knoche, Heinz
sue in M6 as well. > > Meanwhile please use SLF4J logger or another one. > > On Wed, Jan 15, 2020 at 8:45 AM Knoche, Heinz > wrote: > > > I uploaded this simple project to illustrate the subject: > https://github.com/gabalawi/junit5-testreporter > > M

maven surefire report does not pick up message published by JUnit5-TestReporter

2020-01-14 Thread Knoche, Heinz
I uploaded this simple project to illustrate the subject: https://github.com/gabalawi/junit5-testreporter Maybe someone could help me with clarifying - if there is a bug or lacking feature in the surefire plugin - or if I did not properly configure the surefire plugin - or if it is up to another