Is it possible to get the version of Maven as a property?
For example, in this guide I have to choose a version of maven-core
library according to the version of Maven I have installed, but it doesn't say if I should just type whatever version I have installed, or to get it programmatically. I suppose the latter, but can't find a way to do so.