RE: Can I get a timestamp?

2007-02-07 Thread Crossley, Jim
Thanks Greg/Tony -- works like a charm. Jim (not Kim) -Original Message- From: Tony Ambrozie [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 06, 2007 10:14 PM To: Maven Users List Subject: Re: Can I get a timestamp? I am using the buildnumber plugin successfully to tag my assembly

RE: Can I get a timestamp?

2007-02-07 Thread Greg Jones
Jim (not Kim) Sorry about that. The keys are obviously too close together for my fingers :-) -Original Message- From: Crossley, Jim [mailto:[EMAIL PROTECTED] Sent: Thursday, 8 February 2007 1:53 AM To: Maven Users List Subject: RE: Can I get a timestamp? Thanks Greg/Tony -- works

Can I get a timestamp?

2007-02-06 Thread Crossley, Jim
Do I really have to write an entire plugin just to make a timestamp available as a maven property? That's what Google is telling me, but I wanted to make sure before I went to all that trouble. Thanks, Jim - To unsubscribe,

RE: Can I get a timestamp?

2007-02-06 Thread Bashar Abdul Jawad
/plugin -Original Message- From: Crossley, Jim [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 06, 2007 3:57 PM To: Maven Users List Subject: Can I get a timestamp? Do I really have to write an entire plugin just to make a timestamp available as a maven property? That's what Google

RE: Can I get a timestamp?

2007-02-06 Thread Crossley, Jim
PROTECTED] Sent: Tuesday, February 06, 2007 6:15 PM To: 'Maven Users List' Subject: RE: Can I get a timestamp? You can use maven scm plugin: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId configuration addTimestamptrue

RE: Can I get a timestamp?

2007-02-06 Thread Bashar Abdul Jawad
, February 06, 2007 4:43 PM To: Maven Users List Subject: RE: Can I get a timestamp? Thanks for the quick reply, but what does that do, exactly? In which property does it make the timestamp available? I tried ${timestamp} after adding that snippet to my pom, but it was empty. What am I missing

RE: Can I get a timestamp?

2007-02-06 Thread Greg Jones
, Greg J. -Original Message- From: Bashar Abdul Jawad [mailto:[EMAIL PROTECTED] Sent: Wednesday, 7 February 2007 11:03 AM To: 'Maven Users List' Subject: RE: Can I get a timestamp? The plug-in will allow you to use timestamp tagging to tag your builds. I am sorry but I don't think you can

RE: Can I get a timestamp?

2007-02-06 Thread Crossley, Jim
you think the SCM plugin's build-tagging support would somehow integrate with the RPM plugin? Thanks, Jim -Original Message- From: Bashar Abdul Jawad [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 06, 2007 7:03 PM To: 'Maven Users List' Subject: RE: Can I get a timestamp? The plug

Re: Can I get a timestamp?

2007-02-06 Thread Tony Ambrozie
/projects/maven-buildnumber-plugin/howto.htmlfor information on how it works. Regards, Greg J. -Original Message- From: Bashar Abdul Jawad [mailto:[EMAIL PROTECTED] Sent: Wednesday, 7 February 2007 11:03 AM To: 'Maven Users List' Subject: RE: Can I get a timestamp? The plug-in will allow