-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add a maven plugin #278
Conversation
@joschi Hey. I've created this draft PR so that we can better understand the work needed to merge wheatstalk/openapi-diff-maven-plugin per your issue. |
@joschi Hey. I made some small adjustments to this PR and I'm ready for review. Let me know whether you have any changes or suggestions. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@misterjoshua Thanks a lot for the quick response to my request in your repository. ❤️
The pull request looks good to me. Thanks for also adding the new section in the README.md file. 😄
Would you please add yourself to the developers
section in the Parent POM?
Lines 24 to 34 in 7d1cf29
<developers> | |
<developer> | |
<name>qdesrame</name> | |
<email>[email protected]</email> | |
</developer> | |
<developer> | |
<name>Jochen Schalanda</name> | |
<email>[email protected]</email> | |
<url>https://github.com/joschi</url> | |
</developer> | |
</developers> |
After that you can merge the pull request if you don't want to change anything else in it and we can release another beta version, and then finally version 2.0.0 of OpenAPI Diff.
* Change packaging to maven-plugin * Minimal maven-plugin example * Fix the new spec location Refs #278
This PR adds a maven plugin that allows users to diff openapi specs with Maven and detect breaking changes during builds.
Fixes #152
See also wheatstalk/openapi-diff-maven-plugin/152