I'd love to see maven automatically tag compiling and working versions of the site.
Currently, I'm helping developing a site which is still in early development, so often there are tests that do not work, and sometimes code doesn't compile (usually because a file or 2 was not committed to CVS). As you would appreciate, it is annoying if your code does not work, because someone else has broken their module. What I would like to see is 2 running tags which developers can revert back to if the head version is broken. 1. A "compiles" tag, which is set when every file compiles. 2. A "works" tag, which is set when every unit test works. These tags should only be set after the code has been freshly checked out from CVS and built from scratch. -- Cameron Shorter http://cameron.shorter.net Open Source Developer http://mapbuilder.sourceforge.net Senior Software Engineer http://www.adi-limited.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
