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
This configuration would pass the build even though commonGroup:commonArtifact resolves to different versions for each dependency it is marked to be ignored.
By default all artifacts should be included in failing the build. If both inclusion and exclusion is support it should be determined which takes precedence if both include the same artifact identifier.
The text was updated successfully, but these errors were encountered:
Add a configuration, either include or exclude or both, which allow configuring which dependencies will trigger the plugin to fail build.
For example, I have a POM with two dependencies:
Project
Artifact A
Artifact B
The requested configuration would take the form such as:
Inclusion
This configuration would fail the build for the project as
commonGroup:commonArtifact
resolves to different versions for each dependency.Exclusion
This configuration would pass the build even though
commonGroup:commonArtifact
resolves to different versions for each dependency it is marked to be ignored.By default all artifacts should be included in failing the build. If both inclusion and exclusion is support it should be determined which takes precedence if both include the same artifact identifier.
The text was updated successfully, but these errors were encountered: