openapi-tools / swagger-maven-plugin

Maven plugin to activate the Swagger Core library to generate OpenAPI documentation.
MIT License
72 stars 46 forks source link

Issues#12 - Added extensions to info section #14

Closed cjelger closed 5 years ago

cjelger commented 5 years ago

See https://swagger.io/docs/specification/openapi-extensions/

langecode commented 5 years ago

Looks good - thanks for the contribution :-)

cjelger commented 5 years ago

@langecode Would you mind releasing a new version of the plugin in order to make the extensions feature available? I forgot to add that to the documentation, if you don't mind releasing, I can create a PR with the updated documentation before you do the release? Thx.

langecode commented 5 years ago

Yes, I was considering doing a new release. But if you want to update the docs please do so. Was considering whether to include #8 in the release - but lets just do a release of the latest two additions. I will release when we have the docs updated.

cjelger commented 5 years ago

I added some extra POM config options with https://github.com/openapi-tools/swagger-maven-plugin/pull/16 to have them documented (also some options of the plugin itself, which I had to search when I initially wanted to use them, like target directory, filename, and output formats).

langecode commented 5 years ago

Released with https://github.com/openapi-tools/swagger-maven-plugin/releases/tag/v2.0.2