-
Notifications
You must be signed in to change notification settings - Fork 3
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
Packages not found if source code isn't in src/main/java #2
Comments
Reading the documentation of swagger-maven-plugin, it seems you're specifying the <locations>
<location>oracle.cloud.appstore.partner.rest.resources</location>
</locations> Please make the correction to your configuration and try again. If this fixes the issue, please close the issue. |
Hi i tried your solution. But its not working... I got the below error.
|
I will have to investigate this further. |
My resource files are not under /src/main/java... I think that s the problem.. Is there any way to give customized src path? |
@Jeevi21 The path where your source files are located is a Maven configuration in your
But since this is an Ant task that's wrapping a Maven plugin, there's a disconnect there, and I didn't take care of that special case. Would you be interested in working on this? |
This is my apisource
location - is the package which needs to be scanned.
Swagger.json is getting generated. But details about my api's are not included in json.
can anyone help me in getting it right?
Thanks,
Jeevi N
The text was updated successfully, but these errors were encountered: