mojohaus / servicedocgen-maven-plugin

ServicedocGen Maven Plugin
Apache License 2.0
2 stars 4 forks source link

Generation of swagger.json / OAS #25

Closed hohwille closed 3 years ago

hohwille commented 4 years ago

It would be a nice feature extension to generate an OpenAPI specification (aka swagger.json). The collected metadata already contains most information. Creating a new Mojo that allows to write this as JSON to the disc should be no big deal...

hohwille commented 4 years ago

Some hints to implement this feature:

hohwille commented 3 years ago

Done with PR #29.