-
Notifications
You must be signed in to change notification settings - Fork 1k
Common maven plugins for integration tests #1492
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
Common maven plugins for integration tests #1492
Conversation
@@ -31,6 +31,63 @@ | |||
<skip>true</skip> | |||
</configuration> | |||
</plugin> | |||
|
|||
<!-- build image in the 'package' phase, and ignore plain tests --> |
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.
the idea is this PR is mainly here: we use 3 plugins in almost all integration tests and they are duplicated everywhere. So I decided to move them to the parent project and as such children will get them.
@ryanjbaxter simplifications in all integration tests, in common maven plugins. thank you |
No description provided.