springdoc-openapi-maven-plugin icon indicating copy to clipboard operation
springdoc-openapi-maven-plugin copied to clipboard

Generate openapi specification without launching any web based UI or triggering any http request

Open gilgougnot opened this issue 10 months ago • 1 comments

Hi,

my need is to only generate a local static file that contains my openapi definition of my webservices. I am not looking at exposing any webUI like the swagger-ui neither the api doc.

project information: java 17 maven 3.6.3 spring boot 3.3.3

This does not seems possible based on the documentation of the parameters here: https://github.com/springdoc/springdoc-openapi-maven-plugin?tab=readme-ov-file#custom-settings-of-the-springdoc-openapi-maven-plugin

The goal for me is to release the openapi specification as a zip file as part of the pipeline releasing the application.

Can you confirm that this is indeed not feasible in the current state of the plugin ? otherwise can you update the documentation in that sens ? if not possible, can you include it in a roadmap ?

gilgougnot avatar Apr 03 '25 02:04 gilgougnot

#55

zachauten avatar Apr 03 '25 18:04 zachauten