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
Describe the bug
When using attachSwaggerArtifact = true the filename of the maven artifact is always ...swagger.json and ...swagger.yaml instead of the configured outputFilename.
To Reproduce
Maven project with swagger-maven-plugin configured with outputFilename = "openapi" and attachSwaggerArtifact = "true" and build the maven project.
Expected behavior
The outputFilename is used instead of "swagger"
The text was updated successfully, but these errors were encountered:
Describe the bug
When using attachSwaggerArtifact = true the filename of the maven artifact is always ...swagger.json and ...swagger.yaml instead of the configured outputFilename.
To Reproduce
Maven project with swagger-maven-plugin configured with outputFilename = "openapi" and attachSwaggerArtifact = "true" and build the maven project.
Expected behavior
The outputFilename is used instead of "swagger"
The text was updated successfully, but these errors were encountered: