SuccessChanges

Summary

  1. Fixes resource management configuration causing test failure (details)
Commit 87bdc2bfa9a9df42d4f12604f2bf57c775643a0d by Miguel Reboiro-Jato
Fixes resource management configuration causing test failure
When disabling the maven-resources-plugin to prevent WildFly from being
downloaded during test execution in modules that do not need it, the
inclusion of resources in the packages was also disabled.
This led to errors in the execution of tests in other modules that could
not find the XMLs of the datasets or the script files.
This problem has been solved by disabling the “copy-wildfly-resources”
execution configuration in modules that do not need WildFly instead of
disabling the “maven-resources-plugin” plugin completely.
The file was modifiedtests/pom.xml (diff)
The file was modifieddomain/pom.xml (diff)
The file was modifiedear/pom.xml (diff)