The Maven Versions Plugin supports the defintion of rules to customize the version resolution process for goals as versions:display-plugin-updates
or versions:display-dependency-updates
. The location of the rules file can be specified by the rulesUri
and the functionality behind this is provided by Maven Wagon.
Therefore I would like to know if it is also supported to provide a rule set within a Jar? I would like to one rule set for multiple projects.
A patch by me has been released with version 2.5 of the Versions Maven Plugin
Now it is possible to create a version rules file and to place it on the classpath.
This example below shows how to reference a rules file called
rules.xml
which is provided in a jar on the classpath:Please keep in mind that the provided URI must start with
classpath://
.