quarkus-openapi-generator
quarkus-openapi-generator copied to clipboard
How to skip generating APIs and control target packages
Before we were using the OpenAPI Maven Plugin along with the java
(client) generator. It has a bunch of helpful options such as:
-
generateApis
: whether to generate APIs or not. -
apiPackage
: which package to use for API classes.
Is there a way to achieve this with the Quarkus OpenAPI generator? Or more generally: what exact generator is being used under the hood and how can we supply corresponding configuration options?