Closed
Description
Is your feature request related to a problem? Please describe.
This maven plugin is useful for creating an offline representation of the OpenApi specification.
It can be useful to check in the generated spec to diff it in pull requests when the api changes.
However, it is not formatted, and is difficult for humans to read as generated.
Describe the solution you'd like
I would like a pretty-printed output of the OpenApi specification.
Describe alternatives you've considered
This could be behind a configuration to pretty print if desired.