RE: [m2]versioning

2005-10-18 Thread Mark Kuzmycz
All you would need to do is version the pom.xml in source control. There is no need to create a different pom.xml for each version. Just follow your usual process: make changes and label the release (including the pom). Reproducing a release for a previous version should be straight forward. I

Re: [m2]versioning

2005-10-18 Thread Arik Kfir
You can use the m2 release plugin, but afaik it's not yet production ready (there are some quirks here and there). On 10/18/05, Xavier Toth [EMAIL PROTECTED] wrote: To have repeatable builds I want to be able to build specific scm tagged versions and have dependency lists that match the given

Re: [m2]versioning

2005-10-18 Thread Xavier Toth
I guess I was thinking more about a goal that took a tag, checked out the source and built. A sort of dynamic module. On 10/18/05, Mark Kuzmycz [EMAIL PROTECTED] wrote: All you would need to do is version the pom.xml in source control. There is no need to create a different pom.xml for each