Skip to content

Commit

Permalink
Merge pull request #10375 from gastaldi/forkmode
Browse files Browse the repository at this point in the history
forkMode is deprecated since Surefire 2.14
  • Loading branch information
gastaldi authored Jun 30, 2020
2 parents 1bffc42 + c52c331 commit 8e091b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/funqy-amazon-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>always</forkMode>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/google-cloud-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>always</forkMode>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 8e091b1

Please sign in to comment.