swagger-maven-plugin
swagger-maven-plugin copied to clipboard
attachSwaggerArtifact ignores outputFilename
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"