Serialized Form
-
Package org.codehaus.mojo.versions.model
-
Class org.codehaus.mojo.versions.model.IgnoreVersion
class IgnoreVersion extends Object implements Serializable -
Class org.codehaus.mojo.versions.model.Rule
class Rule extends Object implements Serializable-
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. -
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.
-
-
-
Class org.codehaus.mojo.versions.model.RuleSet
class RuleSet extends Object implements Serializable-
Serialized Fields
-
ignoreVersions
List<IgnoreVersion> ignoreVersions
Field ignoreVersions. -
modelEncoding
String modelEncoding
Field modelEncoding. -
rules
List<Rule> rules
Field rules.
-
-
-