You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
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?