-
-
-
Serialized Fields
-
type
String type
The type of ignore mechanism to use. Allowed values are
'exact', 'regex' or 'range'.
-
version
String version
A version number or a regular expression for version numbers
that should be ignored.
-
-
Serialized Fields
-
artifactId
String artifactId
The artifactId to which this rule applies.
Wildcards with ? and * are valid.
A rule without wildcards will override a rule
with wildcards.
A rule with ? wildcards will override a rule
with * wildcards.
-
comparisonMethod
String comparisonMethod
The comparison method that this rule specifies.
-
groupId
String groupId
The for groupId to which this rule applies.
Wildcards with ? and * are valid.
A rule applies to all child groupIds unless
overridden by a subsequent rule.
A rule without wildcards will override a rule
with wildcards.
A rule with ? wildcards will override a rule
with * wildcards.
-
ignoreVersions
List<IgnoreVersion> ignoreVersions
Field ignoreVersions.
-