-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create separate OpenAPI specs for different packages. #1669
Comments
The maven plugin provides the scanProfiles and scanExcludeProfiles options. These can be used to selectivly include classes for one execution of the plugin. Was implemented in #967. |
So there's no possible way for me to do this with Gradle? |
@kyngs I had a look around, and the properties are at least present in the config class for the gradle plugin. No idea how to configure it atm tough, sorry - never worked with gradle myself. |
Pheew, I'm using the quarkus-smallrye-openapi for Quarkus, so I suppose I should go ask there. Thanks for your help tho. |
(I'm a newbie and I'm not sure whether this is possible, or whether this is a request for this repository, or https://github.com/eclipse/microprofile-open-api/)
I have the following folder structure for my resources:
Currently, the V0 a V1 resources would get put into the same openapi spec. I believe it would be optimal to have a separate spec for the v0 package and a separate spec for the v1 package.
Is it possible to do this? If not, why not?
Sorry for my ignorance if I'm missing something here
The text was updated successfully, but these errors were encountered: