Skip to content

Commit 6742302

Browse files
authored
Add new option to maven plugin's readme (#3025)
Add new option to maven plugin's readme
1 parent 91af767 commit 6742302

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • modules/openapi-generator-maven-plugin

modules/openapi-generator-maven-plugin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ mvn clean compile
8383
- `additionalProperties` - sets additional properties that can be referenced by the mustache templates in the format of name=value,name=value. You can also have multiple occurrences of this option
8484
- `reservedWordsMappings` - specifies how a reserved name should be escaped to. Otherwise, the default `_<name>` is used. For example `id=identifier`. You can also have multiple occurrences of this option
8585
- `skipIfSpecIsUnchanged` - Skip the execution if the source file is older than the output folder (`false` by default. Can also be set globally through the `codegen.skipIfSpecIsUnchanged` property)
86+
- `engine` - The name of templating engine to use, "mustache" (default) or "handlebars" (beta)
8687

8788

8889
### Custom Generator

0 commit comments

Comments
 (0)