You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,20 @@ Improve end-to-end integration testing with maven. Process Executor Plugin allow
37
37
*__waitAfterLaunch__: Optional. This specifies the maximum time in seconds to wait after launching the process. If healthCheckUrl is specified, then it will move on as soon as the health checks pass. Default is 30 seconds.
38
38
*__processLogFile__: Optional. Specifying a log file will redirect the process output to the specified file. Recommended as this will avoid cluttering your build's log with the log of external proccesses.
39
39
40
-
*NOTE:* Killing the maven process (using Ctrl+C or kill \<pid> command) will stop all the processes started by the plugin.
40
+
## Killing processes on exit
41
+
Killing the maven process (using Ctrl+C or kill \<pid> command) will stop all the processes started by the plugin.
42
+
43
+
## HealthCheckUrl
44
+
The health check url can be any scheme natively supported by JRE, or 'tcp'. Additional url schemes can be supported as described in [url-extension](https://github.com/chonton/url-extension)
0 commit comments