swagger-maven-plugin icon indicating copy to clipboard operation
swagger-maven-plugin copied to clipboard

attachSwaggerArtifact ignores outputFilename

Open ipichris opened this issue 5 years ago • 0 comments

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"

ipichris avatar Sep 16 '20 11:09 ipichris