With autodetection enabled, generateTestResourceConfig
should look at processed test resources only
#566
Labels
generateTestResourceConfig
should look at processed test resources only
#566
What happens currently, given that
resources.autodetection.enabled
is set, is the following:generateResourceConfig
target/classes
.generateTestResourceConfig
target/classes
. It should be intarget/test-classes
.src/test/resources
. This shouldn't be attempted since a) those are unprocessed; and b) processed test resources will already be intarget/test-classes
.The text was updated successfully, but these errors were encountered: