The maven plugin has 2 types of tests:
The second approach gives more flexibility and should be used for all the tests. This issue is about migrating the tests using the maven invoker plugin to the internal mechanism.
@cescoffier I can work on it.
Great @koziolk, let me know how it goes!
@cescoffier Could you point me to an example of IT test that uses "an internal test harness mechanism". Thanks.
Here is some resources about the "internal test harness":
There is also a RunningInvoker but you won't need it to this task.
@koziolk hi, any updates on this?
@machi1990 Still in progress.
@machi1990 Still in progress.
Let me know if you'll need more help (pointers) on this.
How do I get started on this issue? I'm familiar with maven, java and docker.
Thanks.
Hi @cescoffier, @machi1990
I migrated the maven invoker plugin tests to the internal test harness. Please take a look on my PR and assign me to this issue: https://github.com/quarkusio/quarkus/pull/8632