mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-17 15:54:36 +00:00
* 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