You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/31 22:54:00 UTC

[GitHub] [maven-surefire] SimonBaars commented on a diff in pull request #575: [SUREFIRE-1654] Remove deprecated `forkMode` parameter

SimonBaars commented on code in PR #575:
URL: https://github.com/apache/maven-surefire/pull/575#discussion_r1009937829


##########
surefire-its/src/test/resources/surefire-1993-jpms-providing-modules/application/pom.xml:
##########
@@ -72,7 +72,7 @@
                 </executions>
                 <configuration>
                     <forkCount>1</forkCount>
-                    <forkMode>once</forkMode>
+                    <forkCount>1</forkCount>

Review Comment:
   Good point! I applied these changes with a regex to avoid manual errors, but didn't check closely enough. Will change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org