Background. ========= We're going to be doing a release of version 1 of our application, but we're already doing pre-dev for version 2.The version 1 release is going to sit on a branch in cvs and all bug fixes for that version will be committed to that branch.All rebuilds with the bug fixes will be done off that branch. Version 2 development will carry on the HEAD in cvs.
The Problem ========= Currently version 1 code is still on the HEAD continuum checks out all the code from there.Now when we create brach for version 1 and start dev for version 2 on the HEAD , I wish to be able to still run builds , both for the version 1 branch and the version 2(on the HEAD).Is it possible to setup maven profiles that both get invoked to build the branch and the head code bases simultaneously? How would you go about setting this up?Or is it just easier to setup the two as two different projects, as one would normally do with eg project A and project B? -- Jeff Mutonho GoogleTalk : ejbengine Skype : ejbengine Registered Linux user number 366042
