Apache Continuum
Appearance
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Developer(s) | Apache Software Foundation |
---|---|
Stable release | 1.4.1
/ January 7, 2013 |
Preview release | 1.4.0 (Beta)
/ May 6, 2010 |
Repository | |
Written in | Java |
Operating system | Cross-platform |
Type | Continuous integration |
License | Apache 2.0 licence |
Website | continuum |
Apache Continuum, a partner to Apache Maven, is a continuous integration server, which runs builds on a configurable schedule.[1][2] 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
References
- ^ Brett Porter, Maria Odea Ching. "Apache Continuum: Ensuring the Health of your Source Code". Packt. Retrieved 13 February 2014.
- ^ Smart, John Ferguson. "Continuous Integration with Continuum". Java.net. Retrieved 13 February 2014.