openapi-generator-maven-plugin instead of inheritance adds all properties to generated java class
I’m using openapi-generator to create java classes from yaml. I get a problem that some classes instead of inheritance have the properties from base classes included. Here is my plugin configuration, api yaml, actual and expected result in java: