-
Task
-
Resolution: Done
-
Major
-
28.0.0.Beta1
-
None
Latest Maven 3.9 started to report deprecated configuration used by plugins, we have one of these in wildfly/wildfly:
[INFO] --- surefire:2.22.2:test (default-test) @ wildfly-naming --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
So this task is to replace it in project files with the correct systemPropertyVariables configuration as suggested.