Re: SVN Revision Number in the name of a snapshot artifact

2006-08-02 Thread Binil Thomas
Thanks for replying! I think I understand this better now. In my build logs, I have [INFO] [deploy:deploy] [INFO] Retrieving previous build number from artifacts Uploading: /path/to/shared/repo/project/mymodule/1.0-SNAPSHOT/mymodule-1.0-20060802.093051-13.jar 71K uploaded So, it looks like

Re: SVN Revision Number in the name of a snapshot artifact

2006-08-02 Thread Binil Thomas
The discussion at http://mail-archives.apache.org/mod_mbox/maven-users/200602.mbox/[EMAIL PROTECTED] useful in this context. Thanks, Binil On 8/2/06, Binil Thomas [EMAIL PROTECTED] wrote: Thanks for replying! I think I understand this better now. In my build logs, I have [INFO]

SVN Revision Number in the name of a snapshot artifact

2006-08-01 Thread Binil Thomas
Hi all, I am using Continuum 1.0.3, Maven 2.0.4 SVN . I have configured Continuum to publish the artifacts it build into a shared repository, as described in the 'Better Builds With Maven' book. I would like the revision number of the SVN repository to be part of the version number of artifacts

Re: SVN Revision Number in the name of a snapshot artifact

2006-08-01 Thread Jesse McConnell
I don't really know of a simple way to do that, there are a couple of factors at play here.. the version tag in the pom.xml is what governs the version that is appended to the artifact for storage in the repository, and that version doesn't change with scm version numbers anyway that I know of