Allows specifying the {@linkplain RuleSet} object describing rules * on artifact versions to ignore when considering updates.
* - * @see + * @see * Using the ruleSet element in the POM * * @since 2.14.0 diff --git a/versions-maven-plugin/src/it/it-display-dependency-updates-issue-684-pom-based-rules/pom.xml b/versions-maven-plugin/src/it/it-display-dependency-updates-issue-684-pom-based-rules/pom.xml index b3023c5055..658a7f403a 100644 --- a/versions-maven-plugin/src/it/it-display-dependency-updates-issue-684-pom-based-rules/pom.xml +++ b/versions-maven-plugin/src/it/it-display-dependency-updates-issue-684-pom-based-rules/pom.xml @@ -12,7 +12,13 @@Allows specifying the {@linkplain RuleSet} object describing rules * on artifact versions to ignore when considering updates.
* - * @see + * @see * Using the ruleSet element in the POM * * @since 2.13.0 diff --git a/versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/AbstractVersionsUpdaterMojo.java b/versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/AbstractVersionsUpdaterMojo.java index 5be9c69ff1..a3222a4cf3 100644 --- a/versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/AbstractVersionsUpdaterMojo.java +++ b/versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/AbstractVersionsUpdaterMojo.java @@ -169,7 +169,7 @@ public abstract class AbstractVersionsUpdaterMojo extends AbstractMojo { *Allows specifying the {@linkplain RuleSet} object describing rules * on artifact versions to ignore when considering updates.
* - * @see + * @see * Using the ruleSet element in the POM * * @since 2.13.0 diff --git a/versions-maven-plugin/src/site/markdown/version-rules.md.vm b/versions-maven-plugin/src/site/markdown/version-rules.md.vm index dcbb066d92..d9007ecab1 100644 --- a/versions-maven-plugin/src/site/markdown/version-rules.md.vm +++ b/versions-maven-plugin/src/site/markdown/version-rules.md.vm @@ -55,14 +55,14 @@ The `versions-maven-plugin` knows three rules for comparing version numbers: The `versions-maven-plugin` will assume that all version numbers follow the `maven` scheme unless you tell it otherwise. -Rules.xml +rules.xml --------- To specify the version schemes to use, you may define a [rule-set xml file](../versions-model/rule.html), use the `ruleSet` element in the `versions-maven-plugin` plugin configuration, or specify ignored versions via the `maven.version.ignore` property. -$h3 Using the `Rules.xml` file +$h3 Using the `rules.xml` file The `rules.xml` file should conform to the xsd specified in the example below. @@ -113,7 +113,7 @@ the `rules.xml` file:
+
+ }
+ ]]>
+