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

Support for Swagger 1.x annotations #69

Open debargharoy opened 3 years ago

debargharoy commented 3 years ago

The project being worked on is using the Swagger 1.6.1. Upon executing the plugin, the resultant spec file is missing details like endpoint description etc.

lrkwz commented 3 years ago

The Rreadme states "To generate OpenAPI version 2 specifications using Swagger 1.x use the latest 1.x.x version of the plugin." ... but I cannot find it in the maver repo