Maven Versions plugin skips some dependencies

80 Views Asked by At

I experienced that the Maven Versions plugin does not check every version property when running mvn versions:display-property-updates. It is noticeable that most of them are plugins.

1

There are 1 best solutions below

0
On BEST ANSWER

There may be some dependencies defined in profiles. These can only be checked by the versions plugin if these profiles are also activated.

mvn -Pmyprofile versions:display-property-updates