[MNG-7930] - Get rid of WARNING Parameter 'systemProperties' is deprecated

This commit is contained in:
Karl Heinz Marbaise 2023-11-13 12:26:04 +01:00
parent 7cfdedefb6
commit 0287c7aa55
No known key found for this signature in database
GPG Key ID: BF1518E0160788A2
1 changed files with 2 additions and 2 deletions

View File

@ -764,13 +764,13 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties combine.children="append">
<systemPropertyVariables combine.children="append">
<property>
<!-- Pass this through to the tests (if set!) to have them pick the right repository -->
<name>maven.repo.local</name>
<value>${maven.repo.local}</value>
</property>
</systemProperties>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>