File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ WireMock is automatically running/stopping during integration tests execution (`
9
9
10
10
## Running manually
11
11
In order to run the server as a standalone process:
12
- * uncomment ` <keepRunning> ` option in the ` pom.xml ` file
13
- * execute the ` ./mvnw wiremock:run ` command
12
+ ``` console
13
+ $ ./mvnw wiremock:run -DkeepRunning=true
14
+ ```
14
15
15
16
After that the mock server will be available on 8888 port.
16
17
Original file line number Diff line number Diff line change 1126
1126
<artifactId >wiremock-maven-plugin</artifactId >
1127
1127
<version >${wiremock.plugin.version} </version >
1128
1128
<configuration >
1129
- <!-- Handy for manual debugging -->
1130
- <!--
1131
- <keepRunning>true</keepRunning>
1132
- -->
1133
1129
<dir >${basedir} /src/test/wiremock</dir >
1134
1130
<!--
1135
1131
The list of available options:
You can’t perform that action at this time.
0 commit comments