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
Hello Everyone,
I'm using swagger ant to generated swagger.json,which is built over swagger-maven-plugin .
The issue is my resource files are not getting scanned.I think the resource file location is the problem. My java files are not under src/main/java . Is there any way to specify custom source directory so that swagger-maven-plugin uses tat one instead of default one?
Note: 1. In pom.xml it is <sourceDirectory>src</sourceDirectory> .
2. My buy refrence
The text was updated successfully, but these errors were encountered:
Hello Everyone,
I'm using swagger ant to generated swagger.json,which is built over swagger-maven-plugin .
The issue is my resource files are not getting scanned.I think the resource file location is the problem. My java files are not under
src/main/java
. Is there any way to specify custom source directory so that swagger-maven-plugin uses tat one instead of default one?Note: 1. In pom.xml it is
<sourceDirectory>src</sourceDirectory>
.2. My buy refrence
The text was updated successfully, but these errors were encountered: