Hi Aishwarya,
The closest you can get is by using
https://github.com/kongchen/swagger-maven-plugin. It may not completely reflect
the Swagger2Feature customizations but if there aren't many, you may find it
quite sufficient. Thank you.
Best Regards,
Andriy Redko
asgc> Hi,
asgc> I have integrated Swagger 2.0 with my CXF application. I am access the
swagger.json from the Swagger UI page. Is
asgc> it possible to create an offline copy of swagger.json during maven build
of the application itself?Is there an
asgc> plugin for the same?..or should I hit the Swagger json rendering rest api
after boot up only to access the swagger json.