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.