We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d5c5d commit 15c8bc9Copy full SHA for 15c8bc9
plugin-maven/README.md
@@ -1030,7 +1030,7 @@ Uses Google Gson to also allow sorting by keys besides custom indentation - usef
1030
<gson>
1031
<indentSpaces>4</indentSpaces> <!-- optional: specify the number of spaces to use -->
1032
<sortByKeys>false</sortByKeys> <!-- optional: sort JSON by its keys -->
1033
- <escapeHtml>false</indentSpaces> <!-- optional: escape HTML in values -->
+ <escapeHtml>false</escapeHtml> <!-- optional: escape HTML in values -->
1034
<version>2.8.1</version> <!-- optional: specify version -->
1035
</gson>
1036
```
0 commit comments