Skip to content

Commit

Permalink
Merge pull request #1155 from JoaoGFarias/patch-2
Browse files Browse the repository at this point in the history
Fixing escaping typo that causes table to be misformatted
  • Loading branch information
Ronald Holshausen authored Jul 3, 2020
2 parents eb4747d + 0406b55 commit bba89ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ The following plugin properties can be specified with `-Dproperty=value` on the
|`pact.verifier.disableUrlPathDecoding`|Disables decoding of request paths|
|`pact.pactbroker.httpclient.usePreemptiveAuthentication`|Enables preemptive authentication with the pact broker when set to `true`|
|`pact.consumer.tags`|Overrides the tags used when publishing pacts [version 4.0.7+]|
|`pact.content_type.override.<TYPE>.<SUBTYPE>=text|binary`|Overrides the handling of a particular content type [version 4.1.3+]|
|`pact.content_type.override.<TYPE>.<SUBTYPE>=text\|binary`|Overrides the handling of a particular content type [version 4.1.3+]|

Example in the configuration section:

Expand Down

0 comments on commit bba89ed

Please sign in to comment.