partial-build-plugin icon indicating copy to clipboard operation
partial-build-plugin copied to clipboard

Failsafe-plugin and integration tests with parital builds

Open asgautm opened this issue 4 years ago • 0 comments

Hello! We have Kotlin integration tests, using the convention DummyFooCreatorIT.kt. These are picked up by the maven-failsafe-plugin in our maven builds when the clean install life cycle is executed.

We tried to do changes in a class MyBaseClass.kt inherited by DummyFooCreatorIT.kt and DummyFooCreatorTest.kt. The partial build plugin triggered DummyFooCreatorTest.kt to run, but not DummyFooCreatorIT.kt

Is there something we need to configure to make the plugin run DummyFooCreatorIT.kt?

Regards,

Asgaut Mjølne

asgautm avatar Aug 12 '21 15:08 asgautm