This'll help a bit too I think: http://docs.codehaus.org/display/MAVENUSER/Creating+the+repositories (search for "uniqueVersion" with your browser on the page.)
On 19/04/07, Jeroen Leenarts <[EMAIL PROTECTED]> wrote:
Look into the distributionmanagement section of the Maven pom: http://maven.apache.org/ref/2.0.4/maven-model/maven.html#class_distributionManagement Note the "uniqueVersion" element. Jeroen On 18/04/07, Chen Li <[EMAIL PROTECTED] > wrote: > > Hi, > > It might be a very basic question. > > I want to add timestamp to the distribute, for instance ${DSTAMP}.war . > Is there any similar way in maven can do it like what <tstamp/> does in > ant? > > Thanks, > Chen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
