wildfly-extras / wildfly-jar-maven-plugin

WildFly Bootable JAR
https://docs.wildfly.org/bootablejar/
Apache License 2.0
56 stars 40 forks source link

surefire configuration uses deprecated systemProperties instead of systemPropertyVariables #351

Closed simkam closed 1 year ago

simkam commented 1 year ago

https://maven.apache.org/surefire/maven-surefire-plugin/examples/system-properties.html

[INFO] --- surefire:3.0.0-M6:test (default-test-wildfly-full) @ wildfly-jar-maven-plugin-tests ---
Warning:  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
jamezp commented 1 year ago

This is a fairly common problem in all of our projects really. We can fix it, but it never seems to be a high priority :)