forked from loafle/openapi-generator-original
The maven documentation was missing a few option, a couple of option properties, and was inconsistent regarding selective generation for apis an models. This adds properties and options where appropriate and updates the docs. All options in the README have been reordered to match property declaration order in CodegenMojo, hopefully making it easier for maintainers to recognized when there are docs missing or out of date. This also slightly refactors the code in CodegenMojo to reduce the cyclomatic complexity of the `execute` method.