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
It seems like in version 0.9.6, if the native-maven-plugin is defined in the parent pom and tests are run from the root directory, the test-ids file does not get generated correctly for the child modules and it will enter test-discovery mode which will fail.
This commit fixes a bug in the Maven plugin, when the extension is
declared in a parent POM: the configuration wouldn't be applied to
subprojects which use the plugin.
Fixes#144
This commit fixes a bug in the Maven plugin, when the extension is
declared in a parent POM: the configuration wouldn't be applied to
subprojects which use the plugin.
Fixes#144
It seems like in version
0.9.6
, if the native-maven-plugin is defined in the parent pom and tests are run from the root directory, thetest-ids
file does not get generated correctly for the child modules and it will enter test-discovery mode which will fail.Here is a reproducer: https://github.com/dzou/native-maven-plugin-repro-multi-module
The text was updated successfully, but these errors were encountered: