OpenAPITools / openapi-diff

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

Add file output parameters to Maven plugin #502

Closed studur closed 11 months ago

studur commented 1 year ago

No tests added yet. Will change the file handling to prevent overwritting existing files (like system files :) ). This handling will be extracted in its own class. Will add filename string sanitization and related tests.

Closes #501

studur commented 1 year ago

@joschi thank you for all the work you put into this. We would need the the same file output functionnality as in the CLI but in the maven plugin as proposed in #501. However, we are working woth a private bitbucket and a fork is not the best solution for us since we want to be able to sync with the latest. That is why I propose the changes, hoping that these will be available publicly and allow us to use the original plugin in our code. Let me know if you have any suggestions or comments. Thanx