Skip to content

Commit e0137f6

Browse files
authored
Update Maven plugin README with new options (#1917)
Update Maven plugin README with new options
1 parent f5d6aae commit e0137f6

File tree

1 file changed

+5
-0
lines changed
  • modules/openapi-generator-maven-plugin

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ mvn clean compile
5454
- `configOptions` - a map of language-specific parameters. To show a full list of generator-specified parameters (options), please use `configHelp` (explained below)
5555
- `configHelp` - dumps the configuration help for the specified library (generates no sources)
5656
- `ignoreFileOverride` - specifies the full path to a `.openapi-generator-ignore` used for pattern based overrides of generated outputs
57+
- `removeOperationIdPrefix` - remove operationId prefix (e.g. user_getName => getName)
58+
- `logToStderr` - write all log messages (not just errors) to STDOUT
59+
- `enablePostProcessFile` - enable file post-processing hook
60+
- `skipValidateSpec` - skip spec validation
61+
- `generateAliasAsModel` - generate alias (array, map) as model
5762
- `generateApis` - generate the apis (`true` by default)
5863
- `generateApiTests` - generate the api tests (`true` by default. Only available if `generateApis` is `true`)
5964
- `generateApiDocumentation` - generate the api documentation (`true` by default. Only available if `generateApis` is `true`)

0 commit comments

Comments
 (0)