Apache Continuum

From Wikipedia, the free encyclopedia

Apache Continuum
Developed by Apache Software Foundation
Latest release 1.1 / November 23, 2007
OS Cross-platform
Genre Continuous integration
License Apache 2.0 licence
Website maven.apache.org/continuum

Continuum, a partner to Apache Maven, is a continuous integration server, which runs builds on a configurable schedule. Much like CruiseControl, Continuum emails developers when the build is broken, requesting that the culprit fix the problem. To add a project to Continuum, point to the pom.xml in the source control system, and it automatically does the rest:

  • Check out from source control
  • Run clean build
  • Deploy to integration server
  • Run unit tests

[edit] External Links