OpenAPITools / openapi-diff

Utility for comparing two OpenAPI specifications.
Apache License 2.0
784 stars 153 forks source link

Add output to files in maven plugin #501

Closed studur closed 11 months ago

studur commented 1 year ago

The diff output to files could prove useful in a CI/CD context when running the maven plugin.

Add the txt, json and markdown output to the maven plugin.

The html generation relies on custom css at the moment and could be left out at this stage.

studur commented 1 year ago

@joschi could you assign this issue to me please ? Thank you