This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MNG-7930 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 0287c7aa55ff5bb9bf11f84fbaee58b241613ec1 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Mon Nov 13 12:26:04 2023 +0100 [MNG-7930] - Get rid of WARNING Parameter 'systemProperties' is deprecated --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a588898766..308e7d3a8c 100644 --- a/pom.xml +++ b/pom.xml @@ -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>