the company product has an externally tracked build number, and we want to easily correlate the product build number to the build jars. I'd like to use the same build number as the unique id of the jar publish instead of the default timestamp. Is there a way to change maven settings such that the snapshot key word can be editted to resolve to some other custom build number increments instead of generating the timestamp?
thx