Skip to content

Commit 36f02c9

Browse files
authored
Get rid of surefire warning (#965)
As POM uses deprecated configuration.
1 parent f7ca0b6 commit 36f02c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apache-maven/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ under the License.
159159
<groupId>org.apache.maven.plugins</groupId>
160160
<artifactId>maven-surefire-plugin</artifactId>
161161
<configuration>
162-
<systemProperties>
162+
<systemPropertyVariables>
163163
<property>
164164
<name>basedir</name>
165165
<value>${basedir}</value>
166166
</property>
167-
</systemProperties>
167+
</systemPropertyVariables>
168168
</configuration>
169169
<executions>
170170
<execution>

0 commit comments

Comments
 (0)