Skip to content

Commit 5a578bf

Browse files
committed
Move off from deprecated config
1 parent 0aaf015 commit 5a578bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-surefire-plugin</artifactId>
111111
<configuration>
112-
<systemProperties>
112+
<systemPropertyVariables>
113113
<masterPassword>masterPw</masterPassword>
114-
</systemProperties>
114+
</systemPropertyVariables>
115115
<environmentVariables>
116116
<MASTER_PASSWORD>masterPw</MASTER_PASSWORD>
117117
</environmentVariables>

0 commit comments

Comments
 (0)