-
Notifications
You must be signed in to change notification settings - Fork 451
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
Question: does the attachSwaggerArtifact
not work anymore?
#501
Comments
I use a <swaggerDirectory>${project.build.directory}/swagger-ui</swaggerDirectory>
<!--
Do not use: swaggerFileName, as it will be used as classifier.
In a multi-module project will have different classifier for different APIs
-->
<outputFormats>json</outputFormats>
<attachSwaggerArtifact>true</attachSwaggerArtifact>
|
I've found that if |
Thank you for the feedback guys. I'll try this but I ended up going in a different direction. |
I tried adding
attachSwaggerArtifact
but it doesn't work. Where would I navigate to in order to get to this?The text was updated successfully, but these errors were encountered: