Hi,
I want to pass a list of my own import mappings to the generator using the swagger-maven-plugin so that these classes don't get generated by the swagger generator. I know the feature works great from the swagger codegen command line, but the swagger-maven-plugin does not seem to support passing this parameter yet.
When I configure the swagger-maven-plugin to run, it ignores the parameter. Since it is not documented in the maven README, I have tried passing it in different ways on the pom.xml configuration but it seems it is not supported. Does anyone know?