fix pom args line

This commit is contained in:
Jonathan Shook 2023-10-26 14:57:58 -05:00
parent 7ed01e4671
commit 282e0a198c

View File

@ -537,7 +537,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-ea ${argLine}</argLine>
<argLine>-ea @{argLine}</argLine>
<systemPropertyVariables>
<Log4jContextSelector>
org.apache.logging.log4j.core.async.AsyncLoggerContextSelector