You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am using the openapi-generator-maven-plugin to generate the source code twice (2 executions):
For the backend code - java - generatorName = spring
For the client code - generator name = typescript-redux-query
I also use the skipIfSpecIsUnchanged to skip the compilation if not needed.
When the parameter skipIfSpecIsUnchanged is true, the first execution (generating the java code) is working while the second (the client code) is skipped with the message - Code generation is skipped because input was unchanged.
Describe the solution you'd like
Enable multiple executions of the plugin
Thanks!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am using the openapi-generator-maven-plugin to generate the source code twice (2 executions):
I also use the skipIfSpecIsUnchanged to skip the compilation if not needed.
When the parameter skipIfSpecIsUnchanged is true, the first execution (generating the java code) is working while the second (the client code) is skipped with the message - Code generation is skipped because input was unchanged.
Describe the solution you'd like
Enable multiple executions of the plugin
Thanks!
The text was updated successfully, but these errors were encountered: