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/swagger-codegen-maven-plugin/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ mvn clean compile
60
60
-`generateSupportingFiles` - generate the supporting files (`true` by default)
61
61
-`supportingFilesToGenerate` - A comma separated list of supporting files to generate. All files is the default.
62
62
-`skip` - skip code generation (`false` by default. Can also be set globally through the `codegen.skip` property)
63
+
-`skipInlineModelMatches` - when processing inline models, generate unique classes for models with the same content (`false` by default, causes reusing)
0 commit comments