kongchen / swagger-maven-plugin

JAX-RS & SpringMVC supported maven build plugin, helps you generate Swagger JSON and API document in build phase.
http://kongchen.github.io/swagger-maven-plugin/
Apache License 2.0
763 stars 452 forks source link

operationIdFormat parameter is missing #681

Open mejmo opened 6 years ago

mejmo commented 6 years ago

We are using the version 3.1.7. Where we can find the version 3.1.8 so that we could use the parameter operationIdFormat ?

[ERROR] Failed to execute goal com.github.kongchen:swagger-maven-plugin:3.1.7:generate (default) on project xxx: Unable to parse configuration of mojo com.github.kongchen:swagger-maven-plugin:3.1.7:generate for parameter operationIdFormat: Cannot find 'operationIdFormat' in class com.github.kongchen.swagger.docgen.mavenplugin.ApiSource -> [Help 1]
maroswal commented 6 years ago

Is there a planned release date for version 3.1.8. I'm also looking forward on using the new operationIdFormat parameter.