openapi-tools / swagger-maven-plugin

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

Equivalent plugin for the reporting section of Maven #65

Open DavidHaasz opened 3 years ago

DavidHaasz commented 3 years ago

Hi there, Just want to say this plugin is really good and have been using it in a number of projects both personal and commercial.

I was just wondering if there is any future scope to make it available as a maven reporting plugin so that a OpenAPI spec can be generated and included as part of a Maven site. Or if this is already possible an example on how this is done?

Thanks