Hi, As we know that when we deploy an artifact to a snapshot repository the SNAPHOT keyword in the artifact version, say 9.5.0-SNAPSHOT, is replaced by a timestamp number (e.g., my-app-9.5.0-20100412.084615-1.jar). In this case SNAPHOT is replaced by "20100412.084615" which is an automatically generated timestamp number.
I wanted to know that is there any way by which I can control the number string by which the SNAPHOT keyword is replaced at the time of deployment, i.e., instead of this automatically generated timestamp number can I supply some other uniquely generated number string (e.g., 20100412.1.234071) at the time of deployment such that the SNAPHOT keyword is replaced by my uniquely generated number string. Thanks & Regards, -Henika
