I tried to pass the property in configOptions, but it seems does not work:
<configOptions> <skipOverwrite>false</skipOverwrite> </configOptions>
How to pass "--skip-overwrite" property for plugin?
I checked plugin code, it does not have this property specified, only in swagger-codegen-cli not plugin though. However this property is very important and we need to this to customize the new REST APIs/Models. Thanks,