forked from loafle/openapi-generator-original
* Add option to skip Maven plugin execution The execution is skipped if either the codegen.skip property or the <skip> configuration parameter is set. This is consistent with how many other Maven plugins, such as maven-exec-plugin and maven-clean-plugin, handle this. * Add documentation for Maven `skip` property