Skip to content

Commit 8a0d7d9

Browse files
committed
update documentation
1 parent cf206ee commit 8a0d7d9

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,20 @@ Improve end-to-end integration testing with maven. Process Executor Plugin allow
3737
* __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.
3838
* __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.
3939

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)
45+
4146
## POM example:
4247
```xml
4348
<build>
4449
<plugins>
4550
<plugin>
4651
<groupId>org.honton.chas</groupId>
4752
<artifactId>process-exec-maven-plugin</artifactId>
48-
<version>0.9</version>
53+
<version>0.9.1</version>
4954
<executions>
5055
<!--Start process 1, eg., a dropwizard app dependency-->
5156
<execution>

0 commit comments

Comments
 (0)