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
By using <skipSwaggerGeneration>true</skipSwaggerGeneration>, you "hardcode" true and remove the usage of of the swagger.skip property. To solve your problem, remove <skipSwaggerGeneration> and add the following to your pom.xml:
We'd like to only build our API spec in specific cases and have the plugin skipped by default. So in pom.xml we've got:
This skips spec generation by default, but
$ mvn compile -Dswagger.skip=false
also skips generation. Using 3.1.8.The text was updated successfully, but these errors were encountered: