Henika, That timestamp is crucial to Maven as it determines which snapshot build of an artifact is the latest, you really shouldn't touch it.
Rick On 4/12/10 7:45 AM, "Henika Tekwani" <[email protected]> wrote: > > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
