partial-build-plugin
partial-build-plugin copied to clipboard
Failsafe-plugin and integration tests with parital builds
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