Is there a plugin (or other simple way) to create a "random" number as part of a Maven assembly? I would like to assign this number to a property which can then be used in the pom.xml file for some other purposes, for example. for the filter value.
The number does not have to be completely random (hence, quotation marks), something using the current timestamp as a seed will be perfectly fine.
source share