Skip to content

[REQ] [MVN] Support for generateMetadata option for maven plugin #15215

@unalpolat

Description

@unalpolat

Is your feature request related to a problem? Please describe.

Faced .openapi-genarator/FILES and .openapi-generator/VERSION files when generate in openapi-yaml language with maven-plugin.

In order to skip above files generation, generateMetadata option is available in DefaultGenerator class (

). However, there is no option in related maven plugin CodegenMojo. Therefore, .openapi-genarator/FILES and .openapi-generator/VERSION files could not be skipped when generating in any language -except setting generateSupportingFiles to false-.

Describe the solution you'd like

By adding generateMetadata option to maven plugin CodegenMojo, we can easily skip the generation of FILES and VERSION files.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions