Skip to content

Commit 252efc1

Browse files
committed
docs(wiremock.md): simplify instructions.
[skip ci]
1 parent 96f861f commit 252efc1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/wiremock.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ WireMock is automatically running/stopping during integration tests execution (`
99

1010
## Running manually
1111
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+
```
1415

1516
After that the mock server will be available on 8888 port.
1617

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,10 +1126,6 @@
11261126
<artifactId>wiremock-maven-plugin</artifactId>
11271127
<version>${wiremock.plugin.version}</version>
11281128
<configuration>
1129-
<!-- Handy for manual debugging -->
1130-
<!--
1131-
<keepRunning>true</keepRunning>
1132-
-->
11331129
<dir>${basedir}/src/test/wiremock</dir>
11341130
<!--
11351131
The list of available options:

0 commit comments

Comments
 (0)