Fixed wrong docs goals

This commit is contained in:
Marcin Grzejszczak
2018-11-08 16:03:55 +01:00
parent 5abf2d7c17
commit 01c95c85f0
2 changed files with 5 additions and 5 deletions

View File

@@ -1534,7 +1534,7 @@ To start the stub server on a different port use (for example),
server port can be bound in the test application context with the "wiremock.server.port"
property. Using `@AutoConfigureWireMock` adds a bean of type `WiremockConfiguration` to
your test application context, where it will be cached in between methods and classes
having the same context, the same as for Spring integration tests.
having the same context, the same as for Spring integration tests. Also you can inject a bean of type `WireMockServer` into your test.
=== Registering Stubs Automatically

View File

@@ -217,15 +217,15 @@
<reportSets>
<reportSet>
<reports>
<report>cim</report>
<report>ci-management</report>
<report>help</report>
<report>index</report>
<report>issue-tracking</report>
<report>license</report>
<report>issue-management</report>
<report>licenses</report>
<report>modules</report>
<report>plugin-management</report>
<report>plugins</report>
<report>project-team</report>
<report>team</report>
<report>scm</report>
<report>summary</report>
</reports>