swagger-maven-plugin icon indicating copy to clipboard operation
swagger-maven-plugin copied to clipboard

JAX-RS & SpringMVC supported maven build plugin, helps you generate Swagger JSON and API document in build phase.

Results 101 swagger-maven-plugin issues
Sort by recently updated
recently updated
newest added

Hi all, Its possible to call this plugin from command line? Only the plugin without the rest of the compilation. I'm having problems to setup the ApiSources location. ``` mvn...

We'd like to only build our API spec in specific cases and have the plugin skipped by default. So in pom.xml we've got: ``` com.github.kongchen swagger-maven-plugin 3.1.8 true ... ```...

[ERROR] Failed to execute goal io.openapitools.swagger:swagger-maven-plugin:2.1.6:generate (default) on project SecurityService-web: Execution default of goal io.openapitools.swagger:swagger-maven-plugin:2.1.6:generate failed: Cannot invoke "java.util.Map.size()" because "map" is null -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute...

Hello, As [Open API Specification V3](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md) has been released this summer, I would know if there's a plan for swagger-maven-plugin to support this new format in the coming period ?...

Seeing as this project seems inactive / not updated anymore, are there any forks out there that do support open api / swagger v3? It's a shame that we can...

Would like to know if support for Open API spec 3.x is in the cards. The current version of the spec is 3.0.2 https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md

I am using the following versions of swagger and swagger-maven-plugin. You can see below my configuration and the swagger.json file. It is clearly missing many of the fields defined in...

I'm sure this needs more eyes, but I decided to hack a few changes to get past the issue with generating docs for endpoints that use generics. Also, I added...