-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add tinder plugin to pluginManagement to allow to run generate-ddl from parent #6192
Conversation
Formatting check succeeded! |
…n postgres dialect precludes to define it at the parent level
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6192 +/- ##
============================================
+ Coverage 83.54% 83.56% +0.02%
- Complexity 27432 27800 +368
============================================
Files 1707 1740 +33
Lines 106185 107627 +1442
Branches 13397 13502 +105
============================================
+ Hits 88710 89938 +1228
- Misses 11750 11893 +143
- Partials 5725 5796 +71 ☔ View full report in Codecov by Sentry. |
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.
Needs a changelog, and some docs about how to run it. Otherwise approved.
Added plugin skip option an added plugin to parent project's pom with with skip=true to allow generation to run from parent project.