Hi,

As we know that when we deploy an artifact to a snapshot repository the
SNAPSHOT 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
SNAPSHOT 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 SNAPSHOT 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 SNAPSHOT keyword is replaced by my uniquely
generated number string.

Thanks & Regards,
-Henika

-- 
View this message in context: 
http://old.nabble.com/Can-I-control-the-number-string-by-which-the-SNAPSHOT-keyword-is-replaced-at-the-time-of-deployment-to-snapshot-repository--tp28216688p28216688.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to