Q: How do I change the contents of the default notification email?

A: It's a Velocity template inside the continuum-core jar. Change the file and either replace it inside the jar or make sure it's first on the classpath (In WEB-INF/classes should work.)

TODO: Move these files out to continuum-email-notifier under continuum-notifiers

Q: How do I write a new notifier?

A:

Q: I want to write a notifier that summarizes data in an xml file produced by a plugin during the build. Do notifiers have access to the working copy?

A:

Q: How do I install my new notifier in Continuum?

A: