Try flushing or something equivalent
On Tue, Jun 22, 2021, 10:44 Alex Orlov wrote:
>
> Hi all,
>
> I use JPMS test modules and for debugging I use the following command:
> mvn -Dmaven.failsafe.debug="-Xdebug
> -Xrunjdwp:transport=dt_socket,server=y,suspe=y,address=8000 -Xnoagent
> -Djava.compile
Hi all,
I use JPMS test modules and for debugging I use the following command:
mvn -Dmaven.failsafe.debug="-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspe=y,address=8000 -Xnoagent
-Djava.compiler=NONE" clean verify -P it
So, all tests are executed in child process. However, there is one