You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the maven plugin - the aggregate goal needs to be able to exclude specific modules. In some cases we've seen entire modules that are actually integration tests and all of the dependencies included just cause noise.
While yes, you should upgrade the dependencies in your integration tests, if you are creating a BOM and wanting to check only your actually application excluding these child modules (possibly by regex) would be useful.
The text was updated successfully, but these errors were encountered:
In the maven plugin - the aggregate goal needs to be able to exclude specific modules. In some cases we've seen entire modules that are actually integration tests and all of the dependencies included just cause noise.
While yes, you should upgrade the dependencies in your integration tests, if you are creating a BOM and wanting to check only your actually application excluding these child modules (possibly by regex) would be useful.
The text was updated successfully, but these errors were encountered: