Problem is that when jars are merged into ie an ear, the included snapshot jars don't have its timestamp on it, since it readtrieves it from the local repository, which doesn't keep timestamps on jars.
Is it a way to configure so that the local repository also keeps timestamp? -----Opprinnelig melding----- Fra: Naess, Ronny [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 12:20 Til: Maven Users List Emne: SV: buildnumber for maven2 Since it not is a release i guess timestamp would solve your purposes? Try 'mvn deploy' it uploads a timestamped artifact to your internal repository (must be configured). It is to be considered as a stable snapshot build. Internal repository: <distributionManagement> <repository> <id>internal</id> <url>scp://carrotServer1/opt/web/mavenrepos</url> </repository> </distributionManagement> Also Here is a guys post of a maven-timestamp-plugin hi made and uses http://mail-archives.apache.org/mod_mbox/geronimo-dev/200602.mbox/%3C752 [EMAIL PROTECTED] -Ronny -----Opprinnelig melding----- Fra: Ravinder Singh [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 11:35 Til: Maven Users List Emne: buildnumber for maven2 I want to have a buildnumber appended to each snapshot I generate.. Is this possible using maven2? I was looking at <groupId>org.codehaus.mojo</groupId> <artifactId>maven-buildnumber-plugin</artifactId> But it seems that this is for maven1, or am i wrong? Ravinder Singh !DSPAM:452a17e5181941367111490! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
