From c52c331dc56a5910d0da640205fc6bb21923ace9 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Tue, 30 Jun 2020 11:14:17 -0300 Subject: [PATCH] forkMode is deprecated since Surefire 2.14 See "Migrating the Deprecated forkMode Parameter to forkCount and reuseForks" in https://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html --- integration-tests/funqy-amazon-lambda/pom.xml | 2 +- integration-tests/google-cloud-functions/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/funqy-amazon-lambda/pom.xml b/integration-tests/funqy-amazon-lambda/pom.xml index 7fbc35bdc2de6..cd65673cb7312 100644 --- a/integration-tests/funqy-amazon-lambda/pom.xml +++ b/integration-tests/funqy-amazon-lambda/pom.xml @@ -51,7 +51,7 @@ maven-surefire-plugin - always + false diff --git a/integration-tests/google-cloud-functions/pom.xml b/integration-tests/google-cloud-functions/pom.xml index 17dcda21ce89a..6382a8cad2e79 100644 --- a/integration-tests/google-cloud-functions/pom.xml +++ b/integration-tests/google-cloud-functions/pom.xml @@ -37,7 +37,7 @@ maven-surefire-plugin - always + false