maven 2 - How to use Continuum to build from multiple branches -
I have a project that was created using Maven and Continuum. We have many release branches, most of which are in retirement, but if any problems arise, then anyone can revive anyone.
My problem is that adding branches to Continuum is very heavy; The best way I found so far is to add each branch as a separate project, but it requires proper setup as we do not release all of them often, that's fine, but I continue against short-term facility branches I would like the ability to keep, and I do not want to set everything by hand every time. I would like the ability to continue with short-term facility branches, and I don ...
hand all the time I do not want to set everything from
Probably no expected answer but my suggestion would have to be changed for other CI tools. For example, what you describe with Hudson will be very fast and easy (create a new maven2 project build, fill out scm url and you complete).
Comments
Post a Comment