Jump to content

Apache Continuum

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tóraí (talk | contribs) at 20:48, 30 January 2014 (it's a stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Apache Continuum
Developer(s)Apache Software Foundation
Stable release
1.4.1 / January 7, 2013 (2013-01-07)
Preview release
1.4.0 (Beta) / May 6, 2010 (2010-05-06)
Repository
Written inJava
Operating systemCross-platform
TypeContinuous integration
LicenseApache 2.0 licence
Websitecontinuum.apache.org

Apache 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