Is it possible to perform string and mathematical operations on properties in maven 2?
I have a ${version}
property that has a value of something like 5.3.0-SNAPSHOT , now I would like to extract 5 and do some math on it, for example, subtract 3 from This. Thus, my new property will get a value of 2.
Andreas Wederbrand
source share