Quarkus: Migrate the maven invoker ITs tests to the internal test harness

Created on 8 Apr 2019  路  9Comments  路  Source: quarkusio/quarkus

The maven plugin has 2 types of tests:

  • some using the maven invoker plugin
  • some using an internal test harness mechanism

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.

aremaven good first issue help wanted

All 9 comments

@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

Was this page helpful?
0 / 5 - 0 ratings