You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator-maven-plugin/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ mvn clean compile
37
37
38
38
### General Configuration parameters
39
39
40
+
:bulb: These **general** configurations should be in the same level
41
+
40
42
-`inputSpec` - OpenAPI Spec file path
41
43
-`validateSpec` - Whether or not to validate the input spec prior to generation. Invalid specifications will result in an error.
42
44
-`language` - target generation language (deprecated, replaced by `generatorName` as values here don't represent only 'language' any longer)
@@ -49,7 +51,7 @@ mvn clean compile
49
51
-`invokerPackage` - the package to use for the generated invoker objects
50
52
-`modelNamePrefix` and `modelNameSuffix` - Sets the pre- or suffix for model classes and enums
51
53
-`withXml` - enable XML annotations inside the generated models and API (only works with Java `language` and libraries that provide support for JSON and XML)
52
-
-`configOptions` - a map of language-specific parameters (see below)
54
+
-`configOptions` - a map of language-specific parameters. To show a full list of generator-specified parameters (options), please use `configHelp` (explained below)
53
55
-`configHelp` - dumps the configuration help for the specified library (generates no sources)
54
56
-`ignoreFileOverride` - specifies the full path to a `.openapi-generator-ignore` used for pattern based overrides of generated outputs
55
57
-`generateApis` - generate the apis (`true` by default)
0 commit comments