Debargha Roy

Results 3 comments of Debargha Roy

That's true. Just for reference, the task can be achieved with the [swagger-codegen-maven-plugin](https://github.com/swagger-api/swagger-codegen/tree/master/modules/swagger-codegen-maven-plugin). But the problem is, this the *openapitools/swagger-maven-plugin* works in the `prepare-package` phase while the *codegen plugin* works...

@langecode That sounds good, and it does make sense to work on the compiled classes. That apart, would it be possible to run the swagger-codegen-plugin as part of this plugin?...

I have encountered the same issue with valid application. In my case, I was creating the offline buildpack locally on a Windows machine. By default, files created on a Windows...