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
The Maven integration tests use a custom settings.xml that currently configure a <checksumPolicy> at the wrong place. It is set at the repository level, while it's supposed to be at the release/snapshot level.
This triggers a warning when the integration test runs but doesn't have much other side effect except being ignored.
The text was updated successfully, but these errors were encountered:
The Maven integration tests use a custom
settings.xml
that currently configure a<checksumPolicy>
at the wrong place. It is set at the repository level, while it's supposed to be at the release/snapshot level.This triggers a warning when the integration test runs but doesn't have much other side effect except being ignored.
The text was updated successfully, but these errors were encountered: